We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Updated changelog for rubrikinc#757 & 758 👍
73a03e7
Fixed in #758
Sorry, something went wrong.
No branches or pull requests
Current Behavior:
Using the example in the commandlet documentation the command will error due to incorrect parameter "vCenter" used.
Expected Behavior:
The correct parameter "Server" works as intended.
Context:
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
The text was updated successfully, but these errors were encountered: