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
Is your feature request related to a problem? Please describe.
Older versions of Rubrik CDM might throw errors when a validateset properties of a newer CDM version is used. As reported in #628
Describe the solution you'd like
When using the Rubrik SDK for PowerShell against older versions of Rubrik CDM some of the ValidateSet properties might not apply to the older version of Rubrik CDM. To remediate this issue we could change the ValidateSet to be dynamic, displaying values based on the api version stored in $rubrikconnection.api global var and retrieved through Get-RubrikAPIData
Describe alternatives you've considered
Allow the cmdlets to throw against older functions
Is your feature request related to a problem? Please describe.
Older versions of Rubrik CDM might throw errors when a validateset properties of a newer CDM version is used. As reported in #628
Describe the solution you'd like
When using the Rubrik SDK for PowerShell against older versions of Rubrik CDM some of the ValidateSet properties might not apply to the older version of Rubrik CDM. To remediate this issue we could change the ValidateSet to be dynamic, displaying values based on the api version stored in
$rubrikconnection.api
global var and retrieved throughGet-RubrikAPIData
Describe alternatives you've considered
Allow the cmdlets to throw against older functions
Additional context
For more information about how to potentially solve this take a look at the documentation here:
About Functions Advanced Parameters
The following cmdlets are using valideset in one or more parameters:
The text was updated successfully, but these errors were encountered: