Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync-rubriktag Documentation error #757

Closed
DonRhodes opened this issue May 7, 2021 · 1 comment
Closed

sync-rubriktag Documentation error #757

DonRhodes opened this issue May 7, 2021 · 1 comment
Labels

Comments

@DonRhodes
Copy link
Contributor

Current Behavior:
Using the example in the commandlet documentation the command will error due to incorrect parameter "vCenter" used.

Sync-RubrikTag -vCenter "vcenter.demo" -Category "TagCategory"
Sync-RubrikTag: A parameter cannot be found that matches parameter name 'vCenter'.

Expected Behavior:
The correct parameter "Server" works as intended.

Sync-RubrikTag -Server  "vcenter.demo" -Category "TagCategory"

Name                           Category                       Description
----                           --------                       -----------
z_Gold                         Backup SLAs
z_Silver                       Backup SLAs
z_Bronze                       Backup SLAs
DoNotProtect                   Backup SLAs

Context:

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Rubrik PowerShell Module Version: 5.3.0
  • PowerShell Version: 7.1.3
  • Operating System: Microsoft Windows 10.0.18363
@DonRhodes DonRhodes mentioned this issue May 7, 2021
10 tasks
jaapbrasser added a commit to DonRhodes/rubrik-sdk-for-powershell that referenced this issue May 19, 2021
@jaapbrasser
Copy link
Contributor

Fixed in #758

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants