Skip to content

Commit 2b5e03c

Browse files
Releasing version 2.71.0
Releasing version 2.71.0
2 parents 13045e6 + 9770306 commit 2b5e03c

File tree

419 files changed

+47830
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+47830
-363
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.71.0 - 2022-06-14
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Web Application Acceleration (WAA) service
13+
* Support for the Governance Rules service
14+
* Support for the OneSubscription service
15+
* Support for resource locking in the Identity service
16+
* Support for quota resource locking in the Limits service
17+
* Support for returning the backup with the requested changes in the MySQL Database service
18+
* Support for time zone in Cloud Autonomous VM (CAVM) clusters in the Database service
19+
* Support for configuration options in the Application Performance Monitoring service
20+
* Support for MySQL connections in the Database Tools service
21+
22+
Breaking
23+
--------
24+
* The models `DatabaseToolsAllowedNetworkSources`, `DatabaseToolsVirtualSource`, and `ServiceCapability` are removed from the Database Tools service
25+
* The property `SecretId` is made a required property in the `DatabaseToolsUserPasswordSecretIdDetails` model in the Database Tools service
26+
* Response type for operation `update_backup` is changed to `oci.mysql.models.Backup` from `None` in the `DbBackupsClient` of the MySQL service
27+
628
====================
729
2.70.1 - 2022-06-07
830
====================

docs/api/apm_config.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,24 @@ Apm Config
2727
oci.apm_config.models.CreateApdexRulesDetails
2828
oci.apm_config.models.CreateConfigDetails
2929
oci.apm_config.models.CreateMetricGroupDetails
30+
oci.apm_config.models.CreateOptionsDetails
3031
oci.apm_config.models.CreateSpanFilterDetails
3132
oci.apm_config.models.Dimension
3233
oci.apm_config.models.Metric
3334
oci.apm_config.models.MetricGroup
3435
oci.apm_config.models.MetricGroupSummary
36+
oci.apm_config.models.Namespace
37+
oci.apm_config.models.NamespaceCollection
38+
oci.apm_config.models.NamespaceMetric
39+
oci.apm_config.models.NamespaceMetricCollection
40+
oci.apm_config.models.Options
41+
oci.apm_config.models.OptionsSummary
42+
oci.apm_config.models.RetrieveNamespaceMetricsDetails
3543
oci.apm_config.models.SpanFilter
3644
oci.apm_config.models.SpanFilterSummary
3745
oci.apm_config.models.UpdateApdexRulesDetails
3846
oci.apm_config.models.UpdateConfigDetails
3947
oci.apm_config.models.UpdateMetricGroupDetails
48+
oci.apm_config.models.UpdateOptionsDetails
4049
oci.apm_config.models.UpdateSpanFilterDetails
50+
oci.apm_config.models.ValidateSpanFilterPatternDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateOptionsDetails
2+
====================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: CreateOptionsDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Namespace
2+
=========
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: Namespace
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
NamespaceCollection
2+
===================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: NamespaceCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
NamespaceMetric
2+
===============
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: NamespaceMetric
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
NamespaceMetricCollection
2+
=========================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: NamespaceMetricCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Options
2+
=======
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: Options
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
OptionsSummary
2+
==============
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: OptionsSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
RetrieveNamespaceMetricsDetails
2+
===============================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: RetrieveNamespaceMetricsDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
UpdateOptionsDetails
2+
====================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: UpdateOptionsDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ValidateSpanFilterPatternDetails
2+
================================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: ValidateSpanFilterPatternDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database_tools.rst

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ Database Tools
2121
oci.database_tools.models.ChangeDatabaseToolsConnectionCompartmentDetails
2222
oci.database_tools.models.ChangeDatabaseToolsPrivateEndpointCompartmentDetails
2323
oci.database_tools.models.CreateDatabaseToolsConnectionDetails
24+
oci.database_tools.models.CreateDatabaseToolsConnectionMySqlDetails
2425
oci.database_tools.models.CreateDatabaseToolsConnectionOracleDatabaseDetails
2526
oci.database_tools.models.CreateDatabaseToolsPrivateEndpointDetails
2627
oci.database_tools.models.CreateDatabaseToolsRelatedResourceDetails
27-
oci.database_tools.models.DatabaseToolsAllowedNetworkSources
28+
oci.database_tools.models.CreateDatabaseToolsRelatedResourceMySqlDetails
2829
oci.database_tools.models.DatabaseToolsConnection
2930
oci.database_tools.models.DatabaseToolsConnectionCollection
31+
oci.database_tools.models.DatabaseToolsConnectionMySql
32+
oci.database_tools.models.DatabaseToolsConnectionMySqlSummary
3033
oci.database_tools.models.DatabaseToolsConnectionOracleDatabase
3134
oci.database_tools.models.DatabaseToolsConnectionOracleDatabaseSummary
3235
oci.database_tools.models.DatabaseToolsConnectionSummary
@@ -36,15 +39,30 @@ Database Tools
3639
oci.database_tools.models.DatabaseToolsKeyStore
3740
oci.database_tools.models.DatabaseToolsKeyStoreContent
3841
oci.database_tools.models.DatabaseToolsKeyStoreContentDetails
42+
oci.database_tools.models.DatabaseToolsKeyStoreContentMySql
43+
oci.database_tools.models.DatabaseToolsKeyStoreContentMySqlDetails
44+
oci.database_tools.models.DatabaseToolsKeyStoreContentMySqlSummary
3945
oci.database_tools.models.DatabaseToolsKeyStoreContentSecretId
4046
oci.database_tools.models.DatabaseToolsKeyStoreContentSecretIdDetails
47+
oci.database_tools.models.DatabaseToolsKeyStoreContentSecretIdMySql
48+
oci.database_tools.models.DatabaseToolsKeyStoreContentSecretIdMySqlDetails
49+
oci.database_tools.models.DatabaseToolsKeyStoreContentSecretIdMySqlSummary
4150
oci.database_tools.models.DatabaseToolsKeyStoreContentSecretIdSummary
4251
oci.database_tools.models.DatabaseToolsKeyStoreContentSummary
4352
oci.database_tools.models.DatabaseToolsKeyStoreDetails
53+
oci.database_tools.models.DatabaseToolsKeyStoreMySql
54+
oci.database_tools.models.DatabaseToolsKeyStoreMySqlDetails
55+
oci.database_tools.models.DatabaseToolsKeyStoreMySqlSummary
4456
oci.database_tools.models.DatabaseToolsKeyStorePassword
4557
oci.database_tools.models.DatabaseToolsKeyStorePasswordDetails
58+
oci.database_tools.models.DatabaseToolsKeyStorePasswordMySql
59+
oci.database_tools.models.DatabaseToolsKeyStorePasswordMySqlDetails
60+
oci.database_tools.models.DatabaseToolsKeyStorePasswordMySqlSummary
4661
oci.database_tools.models.DatabaseToolsKeyStorePasswordSecretId
4762
oci.database_tools.models.DatabaseToolsKeyStorePasswordSecretIdDetails
63+
oci.database_tools.models.DatabaseToolsKeyStorePasswordSecretIdMySql
64+
oci.database_tools.models.DatabaseToolsKeyStorePasswordSecretIdMySqlDetails
65+
oci.database_tools.models.DatabaseToolsKeyStorePasswordSecretIdMySqlSummary
4866
oci.database_tools.models.DatabaseToolsKeyStorePasswordSecretIdSummary
4967
oci.database_tools.models.DatabaseToolsKeyStorePasswordSummary
5068
oci.database_tools.models.DatabaseToolsKeyStoreSummary
@@ -54,18 +72,22 @@ Database Tools
5472
oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp
5573
oci.database_tools.models.DatabaseToolsPrivateEndpointSummary
5674
oci.database_tools.models.DatabaseToolsRelatedResource
75+
oci.database_tools.models.DatabaseToolsRelatedResourceMySql
5776
oci.database_tools.models.DatabaseToolsUserPassword
5877
oci.database_tools.models.DatabaseToolsUserPasswordDetails
5978
oci.database_tools.models.DatabaseToolsUserPasswordSecretId
6079
oci.database_tools.models.DatabaseToolsUserPasswordSecretIdDetails
6180
oci.database_tools.models.DatabaseToolsUserPasswordSecretIdSummary
6281
oci.database_tools.models.DatabaseToolsUserPasswordSummary
63-
oci.database_tools.models.DatabaseToolsVirtualSource
6482
oci.database_tools.models.UpdateDatabaseToolsConnectionDetails
83+
oci.database_tools.models.UpdateDatabaseToolsConnectionMySqlDetails
6584
oci.database_tools.models.UpdateDatabaseToolsConnectionOracleDatabaseDetails
6685
oci.database_tools.models.UpdateDatabaseToolsPrivateEndpointDetails
6786
oci.database_tools.models.UpdateDatabaseToolsRelatedResourceDetails
87+
oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails
6888
oci.database_tools.models.ValidateDatabaseToolsConnectionDetails
89+
oci.database_tools.models.ValidateDatabaseToolsConnectionMySqlDetails
90+
oci.database_tools.models.ValidateDatabaseToolsConnectionMySqlResult
6991
oci.database_tools.models.ValidateDatabaseToolsConnectionOracleDatabaseDetails
7092
oci.database_tools.models.ValidateDatabaseToolsConnectionOracleDatabaseResult
7193
oci.database_tools.models.ValidateDatabaseToolsConnectionResult
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDatabaseToolsConnectionMySqlDetails
2+
=========================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: CreateDatabaseToolsConnectionMySqlDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDatabaseToolsRelatedResourceMySqlDetails
2+
==============================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: CreateDatabaseToolsRelatedResourceMySqlDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsConnectionMySql
2+
============================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsConnectionMySql
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsConnectionMySqlSummary
2+
===================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsConnectionMySqlSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsKeyStoreContentMySql
2+
=================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsKeyStoreContentMySql
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsKeyStoreContentMySqlDetails
2+
========================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsKeyStoreContentMySqlDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsKeyStoreContentMySqlSummary
2+
========================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsKeyStoreContentMySqlSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsKeyStoreContentSecretIdMySql
2+
=========================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsKeyStoreContentSecretIdMySql
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsKeyStoreContentSecretIdMySqlDetails
2+
================================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsKeyStoreContentSecretIdMySqlDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseToolsKeyStoreContentSecretIdMySqlSummary
2+
================================================
3+
4+
.. currentmodule:: oci.database_tools.models
5+
6+
.. autoclass:: DatabaseToolsKeyStoreContentSecretIdMySqlSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database_tools/models/oci.database_tools.models.DatabaseToolsVirtualSource.rst renamed to docs/api/database_tools/models/oci.database_tools.models.DatabaseToolsKeyStoreMySql.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
DatabaseToolsVirtualSource
1+
DatabaseToolsKeyStoreMySql
22
==========================
33

44
.. currentmodule:: oci.database_tools.models
55

6-
.. autoclass:: DatabaseToolsVirtualSource
6+
.. autoclass:: DatabaseToolsKeyStoreMySql
77
:show-inheritance:
88
:special-members: __init__
99
:members:

0 commit comments

Comments
 (0)