gbrossi76
gbrossi76
Please update to Thunderbird 78.x
Windows 10 + Thunderbird 60.5.0 (32 bits) + Awesome Auto Archive 0,8 Running Awesome Auto Archive with scope "Hierarchy" and action "move" the answer is always "Nothing done".  Debug...
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...
Please add tzdata package to allow timezone setting Dockerfile: From: RUN apk add --no-cache curl jq To: RUN apk add --no-cache curl jq tzdata
Please add LogAnalyticsEntity objects in the script: Example: ``` # $compartmentId = "ocid1.compartment.oc1..xxxxxxxxxxxxxx" # python delete.py -c "$compartmentId" -skip_delete_compartment # oci search resource structured-search --query-text "query all resources where compartmentId...