Skip to content

Commit 9770306

Browse files
Releasing version 2.71.0
1 parent 13045e6 commit 9770306

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:

0 commit comments

Comments
 (0)