Skip to content

Commit a12e1c5

Browse files
Releasing version 2.108.0
Releasing version 2.108.0
2 parents 02b7537 + b3e46e2 commit a12e1c5

File tree

218 files changed

+6302
-65139
lines changed

Some content is hidden

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

218 files changed

+6302
-65139
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ 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.108.0 - 2023-07-25
8+
====================
9+
10+
Added
11+
-----
12+
* Support for composing multiple document service custom key value models into one single model in Document Understanding Service
13+
* Support for custom hostname in the Compute service
14+
* Support for cloud subscription in the Organizations service
15+
* Support for automatic backup download in the GoldenGate service
16+
* Support for creating single use (non-recurring) budgets in the Budgets service
17+
18+
Breaking
19+
--------
20+
* Support for retries by default on operations of the Budgets service
21+
* Properties `is_classic_subscription`, `payment_model`, `region_assignment`, `lifecycle_state`, `start_date`, `end_date`, `classic_subscription_id`, `time_created` are deleted from model `SubscriptionSummary` in the Organizations service
22+
* Properties `classic_subscription_id`, `is_classic_subscription`, `payment_model`, `region_assignment`, `lifecycle_state`, `skus`, `program_type`, `customer_country_code`, `cloud_amount_currency`, `csi_number`, `subscription_tier`, `is_government_subscription`, `promotion`, `purchase_entitlement_id`, `start_date`, `end_date` are deleted from models `Subscription` and `AssignedSubscription` in the Organizations service
23+
* Properties `classic_subscription_id`, `is_classic_subscription`, `payment_model`, `region_assignment`, `lifecycle_state`, `start_date`, `end_date`, `csi_number` are deleted from model `AssignedSubscriptionSummary` in the Organizations service
24+
625
====================
726
2.107.0 - 2023-07-18
827
====================

docs/api/golden_gate.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Golden Gate
3737
oci.golden_gate.models.ConnectionAssignmentSummary
3838
oci.golden_gate.models.ConnectionCollection
3939
oci.golden_gate.models.ConnectionSummary
40+
oci.golden_gate.models.CopyDeploymentBackupDetails
4041
oci.golden_gate.models.CreateAmazonS3ConnectionDetails
4142
oci.golden_gate.models.CreateAzureDataLakeStorageConnectionDetails
4243
oci.golden_gate.models.CreateAzureSynapseConnectionDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CopyDeploymentBackupDetails
2+
===========================
3+
4+
.. currentmodule:: oci.golden_gate.models
5+
6+
.. autoclass:: CopyDeploymentBackupDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/tenant_manager_control_plane.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,19 @@ Tenant Manager Control Plane
3939
oci.tenant_manager_control_plane.models.ActivateOrderDetails
4040
oci.tenant_manager_control_plane.models.AssignedSubscription
4141
oci.tenant_manager_control_plane.models.AssignedSubscriptionCollection
42+
oci.tenant_manager_control_plane.models.AssignedSubscriptionLineItemCollection
43+
oci.tenant_manager_control_plane.models.AssignedSubscriptionLineItemSummary
4244
oci.tenant_manager_control_plane.models.AssignedSubscriptionSummary
4345
oci.tenant_manager_control_plane.models.AvailableRegionCollection
4446
oci.tenant_manager_control_plane.models.AvailableRegionSummary
47+
oci.tenant_manager_control_plane.models.ClassicAssignedSubscription
48+
oci.tenant_manager_control_plane.models.ClassicAssignedSubscriptionSummary
49+
oci.tenant_manager_control_plane.models.ClassicSubscription
50+
oci.tenant_manager_control_plane.models.ClassicSubscriptionSummary
51+
oci.tenant_manager_control_plane.models.CloudAssignedSubscription
52+
oci.tenant_manager_control_plane.models.CloudAssignedSubscriptionSummary
53+
oci.tenant_manager_control_plane.models.CloudSubscription
54+
oci.tenant_manager_control_plane.models.CloudSubscriptionSummary
4555
oci.tenant_manager_control_plane.models.CreateChildTenancyDetails
4656
oci.tenant_manager_control_plane.models.CreateDomainDetails
4757
oci.tenant_manager_control_plane.models.CreateDomainGovernanceDetails
@@ -67,13 +77,16 @@ Tenant Manager Control Plane
6777
oci.tenant_manager_control_plane.models.RecipientInvitation
6878
oci.tenant_manager_control_plane.models.RecipientInvitationCollection
6979
oci.tenant_manager_control_plane.models.RecipientInvitationSummary
80+
oci.tenant_manager_control_plane.models.ReviveWorkflowInstanceDetails
7081
oci.tenant_manager_control_plane.models.SenderInvitation
7182
oci.tenant_manager_control_plane.models.SenderInvitationCollection
7283
oci.tenant_manager_control_plane.models.SenderInvitationSummary
7384
oci.tenant_manager_control_plane.models.Sku
7485
oci.tenant_manager_control_plane.models.Subscription
7586
oci.tenant_manager_control_plane.models.SubscriptionCollection
7687
oci.tenant_manager_control_plane.models.SubscriptionInfo
88+
oci.tenant_manager_control_plane.models.SubscriptionLineItemCollection
89+
oci.tenant_manager_control_plane.models.SubscriptionLineItemSummary
7790
oci.tenant_manager_control_plane.models.SubscriptionMapping
7891
oci.tenant_manager_control_plane.models.SubscriptionMappingCollection
7992
oci.tenant_manager_control_plane.models.SubscriptionMappingSummary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AssignedSubscriptionLineItemCollection
2+
======================================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: AssignedSubscriptionLineItemCollection
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+
AssignedSubscriptionLineItemSummary
2+
===================================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: AssignedSubscriptionLineItemSummary
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+
ClassicAssignedSubscription
2+
===========================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: ClassicAssignedSubscription
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+
ClassicAssignedSubscriptionSummary
2+
==================================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: ClassicAssignedSubscriptionSummary
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+
ClassicSubscription
2+
===================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: ClassicSubscription
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+
ClassicSubscriptionSummary
2+
==========================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: ClassicSubscriptionSummary
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+
CloudAssignedSubscription
2+
=========================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: CloudAssignedSubscription
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+
CloudAssignedSubscriptionSummary
2+
================================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: CloudAssignedSubscriptionSummary
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+
CloudSubscription
2+
=================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: CloudSubscription
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+
CloudSubscriptionSummary
2+
========================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: CloudSubscriptionSummary
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+
ReviveWorkflowInstanceDetails
2+
=============================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: ReviveWorkflowInstanceDetails
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+
SubscriptionLineItemCollection
2+
==============================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: SubscriptionLineItemCollection
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+
SubscriptionLineItemSummary
2+
===========================
3+
4+
.. currentmodule:: oci.tenant_manager_control_plane.models
5+
6+
.. autoclass:: SubscriptionLineItemSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

examples/showoci/CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ 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+
=====================
8+
23.07.26 - 23.07.26
9+
=====================
10+
* Added support for identity domain password policies, can be skipped using -isc flag
11+
* Added more information to database service (vault_id) and other areas
12+
713
=====================
814
23.07.19 - 23.07.19
915
=====================
1016
* Added additional attributes for compute csv extract
11-
* reform output of False and True and None, completed Core and Identity (up to line 7500 of showoci_services)
17+
* reform output of False and True and None 50% completed (up to line 7500)
1218

1319
=====================
1420
23.07.04 - 23.07.04

examples/showoci/showoci.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# showoci.py
77
#
88
# @author: Adi Zohar
9+
# @contributors: Olaf Heimburger
910
#
1011
# Supports Python 3 and above
1112
#
@@ -116,7 +117,7 @@
116117
import contextlib
117118
import os
118119

119-
version = "23.07.19"
120+
version = "23.07.26"
120121

121122
##########################################################################
122123
# check OCI version
@@ -198,7 +199,7 @@ def execute_extract():
198199
if cmd.servicefile or cmd.servicescr:
199200
if cmd.servicefile:
200201
if cmd.servicefile.name:
201-
print_to_json_file(cmd.servicefile.name, data.get_service_data(), "Service Data")
202+
print_to_json_file(output, cmd.servicefile.name, data.get_service_data(), "Service Data")
202203

203204
elif cmd.servicescr:
204205
print(json.dumps(data.get_service_data(), indent=4, sort_keys=False))

0 commit comments

Comments
 (0)