You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest release of the Rubrik SDK for Powershell adjusted some parameters to the Switch type. Export-RubrikVApp and Restore-RubrikVApp need minor logic updates so they pass the correct JSON body to the Rubrik API.
Currently the cmdlets will generate an invalid JSON body similar to this with the -PowerOn parameter
Current Behavior:
The latest release of the Rubrik SDK for Powershell adjusted some parameters to the
Switch
type.Export-RubrikVApp
andRestore-RubrikVApp
need minor logic updates so they pass the correct JSON body to the Rubrik API.Currently the cmdlets will generate an invalid JSON body similar to this with the -PowerOn parameter
Expected Behavior:
JSON body should look like this ("isPresent" should not be part of the body)
The text was updated successfully, but these errors were encountered: