rubrikinc / rubrik-sdk-for-powershell

Rubrik Module for PowerShell
https://build.rubrik.com/sdks/powershell/
MIT License
102 stars 87 forks source link

sync-rubriktag Documentation error #757

Closed DonRhodes closed 3 years ago

DonRhodes commented 3 years ago

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.

jaapbrasser commented 3 years ago

Fixed in #758