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