rubrikinc / rubrik-powershell-sdk

The Rubrik Security Cloud SDK
https://www.powershellgallery.com/packages/RubrikSecurityCloud
MIT License
7 stars 8 forks source link

Get-RscHelp is not working #35

Closed sayujshrestha closed 5 months ago

sayujshrestha commented 8 months ago

Using SDK version 21.

Error while trying to run Get-RscHelp New-RscQueryVsphereVm or any domain

Get-RscHelp : Cannot process argument transformation on parameter 'Schema'. Cannot convert value "System.String" to type "System.Management.Automation.SwitchParameter". Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0.
At line:1 char:13
+ Get-RscHelp New-RscQueryVsphereVm
+             ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Get-RscHelp], ParameterBindingArgumentTransformationException
    + FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-RscHelp
guirava commented 5 months ago
Get-RscHelp -Cmdlet New-RscQueryVsphereVm