Skip to content

Commit

Permalink
Releasing version 2.108.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oci-dex-release-bot committed Jul 25, 2023
1 parent 02b7537 commit b3e46e2
Show file tree
Hide file tree
Showing 218 changed files with 6,302 additions and 65,139 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.108.0 - 2023-07-25
====================

Added
-----
* Support for composing multiple document service custom key value models into one single model in Document Understanding Service
* Support for custom hostname in the Compute service
* Support for cloud subscription in the Organizations service
* Support for automatic backup download in the GoldenGate service
* Support for creating single use (non-recurring) budgets in the Budgets service

Breaking
--------
* Support for retries by default on operations of the Budgets service
* 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
* 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
* 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

====================
2.107.0 - 2023-07-18
====================
Expand Down
1 change: 1 addition & 0 deletions docs/api/golden_gate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Golden Gate
oci.golden_gate.models.ConnectionAssignmentSummary
oci.golden_gate.models.ConnectionCollection
oci.golden_gate.models.ConnectionSummary
oci.golden_gate.models.CopyDeploymentBackupDetails
oci.golden_gate.models.CreateAmazonS3ConnectionDetails
oci.golden_gate.models.CreateAzureDataLakeStorageConnectionDetails
oci.golden_gate.models.CreateAzureSynapseConnectionDetails
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CopyDeploymentBackupDetails
===========================

.. currentmodule:: oci.golden_gate.models

.. autoclass:: CopyDeploymentBackupDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
13 changes: 13 additions & 0 deletions docs/api/tenant_manager_control_plane.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,19 @@ Tenant Manager Control Plane
oci.tenant_manager_control_plane.models.ActivateOrderDetails
oci.tenant_manager_control_plane.models.AssignedSubscription
oci.tenant_manager_control_plane.models.AssignedSubscriptionCollection
oci.tenant_manager_control_plane.models.AssignedSubscriptionLineItemCollection
oci.tenant_manager_control_plane.models.AssignedSubscriptionLineItemSummary
oci.tenant_manager_control_plane.models.AssignedSubscriptionSummary
oci.tenant_manager_control_plane.models.AvailableRegionCollection
oci.tenant_manager_control_plane.models.AvailableRegionSummary
oci.tenant_manager_control_plane.models.ClassicAssignedSubscription
oci.tenant_manager_control_plane.models.ClassicAssignedSubscriptionSummary
oci.tenant_manager_control_plane.models.ClassicSubscription
oci.tenant_manager_control_plane.models.ClassicSubscriptionSummary
oci.tenant_manager_control_plane.models.CloudAssignedSubscription
oci.tenant_manager_control_plane.models.CloudAssignedSubscriptionSummary
oci.tenant_manager_control_plane.models.CloudSubscription
oci.tenant_manager_control_plane.models.CloudSubscriptionSummary
oci.tenant_manager_control_plane.models.CreateChildTenancyDetails
oci.tenant_manager_control_plane.models.CreateDomainDetails
oci.tenant_manager_control_plane.models.CreateDomainGovernanceDetails
Expand All @@ -67,13 +77,16 @@ Tenant Manager Control Plane
oci.tenant_manager_control_plane.models.RecipientInvitation
oci.tenant_manager_control_plane.models.RecipientInvitationCollection
oci.tenant_manager_control_plane.models.RecipientInvitationSummary
oci.tenant_manager_control_plane.models.ReviveWorkflowInstanceDetails
oci.tenant_manager_control_plane.models.SenderInvitation
oci.tenant_manager_control_plane.models.SenderInvitationCollection
oci.tenant_manager_control_plane.models.SenderInvitationSummary
oci.tenant_manager_control_plane.models.Sku
oci.tenant_manager_control_plane.models.Subscription
oci.tenant_manager_control_plane.models.SubscriptionCollection
oci.tenant_manager_control_plane.models.SubscriptionInfo
oci.tenant_manager_control_plane.models.SubscriptionLineItemCollection
oci.tenant_manager_control_plane.models.SubscriptionLineItemSummary
oci.tenant_manager_control_plane.models.SubscriptionMapping
oci.tenant_manager_control_plane.models.SubscriptionMappingCollection
oci.tenant_manager_control_plane.models.SubscriptionMappingSummary
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AssignedSubscriptionLineItemCollection
======================================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: AssignedSubscriptionLineItemCollection
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AssignedSubscriptionLineItemSummary
===================================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: AssignedSubscriptionLineItemSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClassicAssignedSubscription
===========================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: ClassicAssignedSubscription
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClassicAssignedSubscriptionSummary
==================================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: ClassicAssignedSubscriptionSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClassicSubscription
===================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: ClassicSubscription
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClassicSubscriptionSummary
==========================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: ClassicSubscriptionSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CloudAssignedSubscription
=========================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: CloudAssignedSubscription
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CloudAssignedSubscriptionSummary
================================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: CloudAssignedSubscriptionSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CloudSubscription
=================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: CloudSubscription
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CloudSubscriptionSummary
========================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: CloudSubscriptionSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ReviveWorkflowInstanceDetails
=============================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: ReviveWorkflowInstanceDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SubscriptionLineItemCollection
==============================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: SubscriptionLineItemCollection
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SubscriptionLineItemSummary
===========================

.. currentmodule:: oci.tenant_manager_control_plane.models

.. autoclass:: SubscriptionLineItemSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
8 changes: 7 additions & 1 deletion examples/showoci/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.

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

=====================
23.07.26 - 23.07.26
=====================
* Added support for identity domain password policies, can be skipped using -isc flag
* Added more information to database service (vault_id) and other areas

=====================
23.07.19 - 23.07.19
=====================
* Added additional attributes for compute csv extract
* reform output of False and True and None, completed Core and Identity (up to line 7500 of showoci_services)
* reform output of False and True and None 50% completed (up to line 7500)

=====================
23.07.04 - 23.07.04
Expand Down
5 changes: 3 additions & 2 deletions examples/showoci/showoci.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# showoci.py
#
# @author: Adi Zohar
# @contributors: Olaf Heimburger
#
# Supports Python 3 and above
#
Expand Down Expand Up @@ -116,7 +117,7 @@
import contextlib
import os

version = "23.07.19"
version = "23.07.26"

##########################################################################
# check OCI version
Expand Down Expand Up @@ -198,7 +199,7 @@ def execute_extract():
if cmd.servicefile or cmd.servicescr:
if cmd.servicefile:
if cmd.servicefile.name:
print_to_json_file(cmd.servicefile.name, data.get_service_data(), "Service Data")
print_to_json_file(output, cmd.servicefile.name, data.get_service_data(), "Service Data")

elif cmd.servicescr:
print(json.dumps(data.get_service_data(), indent=4, sort_keys=False))
Expand Down
Loading

0 comments on commit b3e46e2

Please sign in to comment.