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
Support for Path Route Sets in the Load Balancer Service. An example can be found on GitHub (oci lb path-route-set)
Tagging support for Bucket resources in the Object Storage Service
Create a bucket with tags: oci os bucket create --defined-tags --freeform-tags
Update a bucket with tags: oci os bucket update --defined-tags --freeform-tags
List buckets and display defined and freeform tags in the results: oci os bucket list --fields tags
Support for specifying a restore period for archived objects in the RestoreObjects operation of the Object Storage service. (oci os object restore --hours)
Added support for filtering by backupId in ListDbSystems operation in the Database Service. (oci db system list --backup-id)
Support for getting plink (the PuTTY command line interface) compatible instance console connection string for Windows users. (oci compute instance-console-connection get-plink-connection-string)