gbrossi76

Results 5 issues of 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". ![image](https://user-images.githubusercontent.com/6936038/52176915-e151dd00-27a0-11e9-9a28-125c500759da.png) 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...

SDK

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...