Skip to content

Commit acbb4b9

Browse files
Releasing version 3.14.0
Releasing version 3.14.0
2 parents a989b11 + 1e1d021 commit acbb4b9

File tree

25 files changed

+2397
-216
lines changed

25 files changed

+2397
-216
lines changed

CHANGELOG.rst

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,111 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88

9+
3.14.0 - 2022-08-09
10+
--------------------
11+
Added
12+
~~~~~
13+
* Support for moving resources in the Dashboard Service
14+
15+
* ``oci dashboard-service dashboard-group change-compartment``
16+
* ``oci dashboard-service dashboard change-dashboard-group``
17+
18+
* Java Management service
19+
20+
* Support for Java download and installation
21+
22+
* ``oci jms java-family get``
23+
* ``oci jms java-family-collection list-java-families``
24+
* ``oci jms java-release``
25+
* ``oci jms installation-site-summary add``
26+
* ``oci jms fleet generate-agent-deploy-script``
27+
28+
* Support for new parameters
29+
30+
* ``oci jms application-usage summarize --display-name-contains``
31+
* ``oci jms fleet create --inventory-log, --is-advanced-features-enabled``
32+
* ``oci jms fleet list --display-name-contains``
33+
* ``oci jms fleet update --is-advanced-features-enabled``
34+
* ``oci jms installation-site-summary list-installation-sites --path-contains, --time-end, --time-start``
35+
* ``oci jms installation-usage summarize --path-contains``
36+
* ``oci jms managed-instance-usage summarize --hostname-contains``
37+
38+
* Support for ETags for Optimistic Concurrency Control for all commands in Load Balancer service
39+
40+
* ``oci lb --if-match``
41+
42+
* Support for single host Software Defined Data Center in the Oracle Cloud VMware Provisioning service
43+
44+
* `` oci ocvs sddc create --is-single-host-sddc ``
45+
46+
* Support for maintenance run history for Infrastructure maintenance for ExaCC as part of Database service
47+
48+
* ``oci db maintenance-run-history``
49+
50+
* Support for Optimiser statistics monitoring and management for Database Management service
51+
52+
* ``oci database-management managed-database get-optimizer-statistics-advisor-execution``
53+
* ``oci database-management managed-database get-optimizer-statistics-advisor-execution-script``
54+
* ``oci database-management managed-database get-optimizer-statistics-collection-operation``
55+
* ``oci database-management managed-database implement-optimizer-statistics-advisor-recommendations``
56+
* ``oci database-management managed-database list-optimizer-statistics-advisor-executions``
57+
* ``oci database-management managed-database list-optimizer-statistics-collection-aggregations``
58+
* ``oci database-management managed-database list-optimizer-statistics-collection-operations``
59+
* ``oci database-management managed-database list-table-statistics``
60+
61+
* APM Synthetic service
62+
63+
* Support for Round Robin Alerting for create/update monitors
64+
65+
* ``oci apm-synthetics monitor create-browser-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
66+
* ``oci apm-synthetics monitor create-rest-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
67+
* ``oci apm-synthetics monitor create-scripted-browser-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
68+
* ``oci apm-synthetics monitor create-scripted-rest-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
69+
* ``oci apm-synthetics monitor update-browser-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
70+
* ``oci apm-synthetics monitor update-rest-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
71+
* ``oci apm-synthetics monitor update-scripted-browser-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
72+
* ``oci apm-synthetics monitor update-scripted-rest-monitor --batch-interval-in-seconds, --dns-configuration, --is-run-now, --scheduling-policy``
73+
74+
* Support for aggregated network data
75+
76+
* ``oci apm-synthetics aggregated-network-data-result aggregate-network-data``
77+
78+
* Operations Insights (OPSI) service
79+
80+
* Support for OCI Compute Instances
81+
82+
* ``oci opsi host-insights create-macs-cloud-host``
83+
* ``oci opsi host-insights enable-macs-cloud-host``
84+
* ``oci opsi host-insights list-macs-cloud-hosts``
85+
* ``oci opsi host-insights update-macs-cloud-host``
86+
87+
* Support to filter by host Id and host type for capacity planning
88+
89+
* oci opsi host-insights summarize-host-insight-resource-capacity-trend --host-id --host-type
90+
* oci opsi host-insights summarize-host-insight-resource-forecast-trend --host-id --host-type
91+
* oci opsi host-insights summarize-host-insight-resource-statistics --host-id --host-type
92+
* oci opsi host-insights summarize-host-insight-resource-usage-trend --host-id --host-type
93+
* oci opsi host-insights summarize-host-insight-resource-usage --host-id --host-type
94+
* oci opsi host-insights summarize-host-insight-resource-utilization-insight --resource-metric --host-id --host-type
95+
* oci opsi host-insights summarize-top-processes-usage-trend --host-id --host-type
96+
* oci opsi host-insights list-host-configurations --host-id --host-type
97+
* oci opsi host-insights list-hosted-entities --host-id --host-type
98+
99+
* Support shape option for creating instance in the Integration service
100+
101+
* ``oci integration integration-instance create --shape``
102+
103+
Changed
104+
~~~~~~~
105+
* [BREAKING] Multiple subgroup and command renames in the Open Search service
106+
107+
* ``oci opensearch cluster``
108+
* ``oci opensearch backup``
109+
110+
* [BREAKING] --inventory-log is now a required parameter in the Java Management Service
111+
112+
* ``oci jms fleet create --inventory-log``
113+
9114
3.13.0 - 2022-08-02
10115
--------------------
11116
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.77.0
17+
oci==2.78.0
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.10.0

services/ai_speech/src/oci_cli_ai_service_speech/generated/aiservicespeech_cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def change_transcription_job_compartment(ctx, from_json, transcription_job_id, c
129129
@cli_util.option('--output-location', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
130130
@cli_util.option('--display-name', help=u"""A user-friendly display name for the job.""")
131131
@cli_util.option('--description', help=u"""A short description of the job.""")
132-
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default JSON format will be considered.""")
132+
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default, the JSON format is used.""")
133133
@cli_util.option('--model-details', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
134134
@cli_util.option('--normalization', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
135135
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -210,7 +210,7 @@ def create_transcription_job(ctx, from_json, wait_for_state, max_wait_seconds, w
210210
@cli_util.option('--input-location-object-location', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
211211
@cli_util.option('--display-name', help=u"""A user-friendly display name for the job.""")
212212
@cli_util.option('--description', help=u"""A short description of the job.""")
213-
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default JSON format will be considered.""")
213+
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default, the JSON format is used.""")
214214
@cli_util.option('--model-details', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
215215
@cli_util.option('--normalization', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
216216
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -294,7 +294,7 @@ def create_transcription_job_object_list_file_input_location(ctx, from_json, wai
294294
@cli_util.option('--input-location-object-locations', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""A list of ObjectLocations.""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
295295
@cli_util.option('--display-name', help=u"""A user-friendly display name for the job.""")
296296
@cli_util.option('--description', help=u"""A short description of the job.""")
297-
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default JSON format will be considered.""")
297+
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default, the JSON format is used.""")
298298
@cli_util.option('--model-details', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
299299
@cli_util.option('--normalization', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
300300
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)

0 commit comments

Comments
 (0)