Skip to content

Commit 6b3eb7a

Browse files
Releasing version 2.55.0
Releasing version 2.55.0
2 parents a6b46b0 + aaafb9a commit 6b3eb7a

File tree

186 files changed

+9569
-225
lines changed

Some content is hidden

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

186 files changed

+9569
-225
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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/>`_.
66
====================
7+
2.55.0 - 2022-01-25
8+
====================
9+
10+
Added
11+
-----
12+
* Support for OneSubscription services
13+
* Support for specifying if a run or application is streaming or batch in the Data Flow service
14+
* Support for updating the Instance Configuration of an Instance Pool within a Cluster Network in the Compute Management service
15+
* Updated documentation for Cross Region ADG feature for Autonomous Database in the Database service
16+
17+
Breaking
18+
--------
19+
* Support for retries enabled by default on all operations in the Object Storage service
20+
====================
721
2.54.1 - 2022-01-18
822
====================
923

docs/api/landing.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ API Reference
111111
* :doc:`Event <os_management/client/oci.os_management.EventClient>`
112112
* :doc:`Os Management <os_management/client/oci.os_management.OsManagementClient>`
113113
* :doc:`Invoice Service <osp_gateway/client/oci.osp_gateway.InvoiceServiceClient>`
114+
* :doc:`Billing Schedule <osub_billing_schedule/client/oci.osub_billing_schedule.BillingScheduleClient>`
115+
* :doc:`Organization Subscription <osub_organization_subscription/client/oci.osub_organization_subscription.OrganizationSubscriptionClient>`
116+
* :doc:`Commitment <osub_subscription/client/oci.osub_subscription.CommitmentClient>`
117+
* :doc:`Ratecard <osub_subscription/client/oci.osub_subscription.RatecardClient>`
118+
* :doc:`Subscription <tenant_manager_control_plane/client/oci.tenant_manager_control_plane.SubscriptionClient>`
119+
* :doc:`Computed Usage <osub_usage/client/oci.osub_usage.ComputedUsageClient>`
114120
* :doc:`Resource Manager <resource_manager/client/oci.resource_manager.ResourceManagerClient>`
115121
* :doc:`Resource Search <resource_search/client/oci.resource_search.ResourceSearchClient>`
116122
* :doc:`Rover Cluster <rover/client/oci.rover.RoverClusterClient>`
@@ -233,6 +239,10 @@ API Reference
233239
optimizer
234240
os_management
235241
osp_gateway
242+
osub_billing_schedule
243+
osub_organization_subscription
244+
osub_subscription
245+
osub_usage
236246
resource_manager
237247
resource_search
238248
rover

docs/api/osub_billing_schedule.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Osub Billing Schedule
2+
=====================
3+
4+
.. autosummary::
5+
:toctree: osub_billing_schedule/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.osub_billing_schedule.BillingScheduleClient
10+
oci.osub_billing_schedule.BillingScheduleClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: osub_billing_schedule/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.osub_billing_schedule.models.BillingScheduleSummary
22+
oci.osub_billing_schedule.models.Product
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
BillingScheduleClient
2+
=====================
3+
4+
.. currentmodule:: oci.osub_billing_schedule
5+
6+
.. autoclass:: BillingScheduleClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
BillingScheduleClientCompositeOperations
2+
========================================
3+
4+
.. currentmodule:: oci.osub_billing_schedule
5+
6+
.. autoclass:: BillingScheduleClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
BillingScheduleSummary
2+
======================
3+
4+
.. currentmodule:: oci.osub_billing_schedule.models
5+
6+
.. autoclass:: BillingScheduleSummary
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+
Product
2+
=======
3+
4+
.. currentmodule:: oci.osub_billing_schedule.models
5+
6+
.. autoclass:: Product
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Osub Organization Subscription
2+
==============================
3+
4+
.. autosummary::
5+
:toctree: osub_organization_subscription/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.osub_organization_subscription.OrganizationSubscriptionClient
10+
oci.osub_organization_subscription.OrganizationSubscriptionClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: osub_organization_subscription/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.osub_organization_subscription.models.Currency
22+
oci.osub_organization_subscription.models.SubscriptionSummary
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OrganizationSubscriptionClient
2+
==============================
3+
4+
.. currentmodule:: oci.osub_organization_subscription
5+
6+
.. autoclass:: OrganizationSubscriptionClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OrganizationSubscriptionClientCompositeOperations
2+
=================================================
3+
4+
.. currentmodule:: oci.osub_organization_subscription
5+
6+
.. autoclass:: OrganizationSubscriptionClientCompositeOperations
7+
:special-members: __init__
8+
:members:

0 commit comments

Comments
 (0)