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
cmdlets with -LifecycleState param does not work with list of states
example:
PS> Get-OCIComputeInstancesList -CompartmentId $myCompartmentId -LifecycleState Running,Starting
Get-OCIComputeInstancesList: Cannot convert 'System.Object[]' to the type 'System.Nullable`1[Oci.CoreService.Models.Instance+LifecycleStateEnum]' required by parameter 'LifecycleState'. Specified method is not supported.
OCI.PSModules 73.1.0
tested in PowerShell 7.2 and 7.4
The text was updated successfully, but these errors were encountered:
jyotisaini
added
the
SDK
Issue pertains to the SDK itself and not specific to any service
label
Jan 16, 2024
cmdlets with -LifecycleState param does not work with list of states
example:
OCI.PSModules 73.1.0
tested in PowerShell 7.2 and 7.4
The text was updated successfully, but these errors were encountered: