You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.47.0]
8
+
9
+
## Added
10
+
- Support for the AI Vision service
11
+
- Support for Data Connectivity service
12
+
- Support for optionally specifying an admin username and password when creating a database system during a restore operation in the MySQL Database service
13
+
- Support for setting deletion policies on database systems in the MySQL Database service
14
+
- Support for returning storage utilization details for `Deployment` modules in Golden Gate service
15
+
- Support for VCN hostname cluster endpoints in the Container Engine service
16
+
- Support for querying additional fields of a resource using return clauses in the Resource Search service
17
+
- Sample to create an Autonomous Transaction Processing Database on dedicated infrastructure
18
+
19
+
20
+
## Changed
21
+
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.62.0
Copy file name to clipboardexpand all lines: docs/collections/index_module.rst
+39
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,19 @@ oracle.oci
25
25
* :ref:`oracle.oci.oci_ai_speech_transcription_job_facts <ansible_collections.oracle.oci.oci_ai_speech_transcription_job_facts_module>` -- Fetches details about one or multiple TranscriptionJob resources in Oracle Cloud Infrastructure
26
26
* :ref:`oracle.oci.oci_ai_speech_transcription_task_actions <ansible_collections.oracle.oci.oci_ai_speech_transcription_task_actions_module>` -- Perform actions on a TranscriptionTask resource in Oracle Cloud Infrastructure
27
27
* :ref:`oracle.oci.oci_ai_speech_transcription_task_facts <ansible_collections.oracle.oci.oci_ai_speech_transcription_task_facts_module>` -- Fetches details about one or multiple TranscriptionTask resources in Oracle Cloud Infrastructure
28
+
* :ref:`oracle.oci.oci_ai_vision_analyze_image_result_actions <ansible_collections.oracle.oci.oci_ai_vision_analyze_image_result_actions_module>` -- Perform actions on an AnalyzeImageResult resource in Oracle Cloud Infrastructure
29
+
* :ref:`oracle.oci.oci_ai_vision_document_job <ansible_collections.oracle.oci.oci_ai_vision_document_job_module>` -- Manage a DocumentJob resource in Oracle Cloud Infrastructure
30
+
* :ref:`oracle.oci.oci_ai_vision_document_job_actions <ansible_collections.oracle.oci.oci_ai_vision_document_job_actions_module>` -- Perform actions on a DocumentJob resource in Oracle Cloud Infrastructure
31
+
* :ref:`oracle.oci.oci_ai_vision_document_job_facts <ansible_collections.oracle.oci.oci_ai_vision_document_job_facts_module>` -- Fetches details about a DocumentJob resource in Oracle Cloud Infrastructure
32
+
* :ref:`oracle.oci.oci_ai_vision_image_job <ansible_collections.oracle.oci.oci_ai_vision_image_job_module>` -- Manage an ImageJob resource in Oracle Cloud Infrastructure
33
+
* :ref:`oracle.oci.oci_ai_vision_image_job_actions <ansible_collections.oracle.oci.oci_ai_vision_image_job_actions_module>` -- Perform actions on an ImageJob resource in Oracle Cloud Infrastructure
34
+
* :ref:`oracle.oci.oci_ai_vision_image_job_facts <ansible_collections.oracle.oci.oci_ai_vision_image_job_facts_module>` -- Fetches details about a ImageJob resource in Oracle Cloud Infrastructure
35
+
* :ref:`oracle.oci.oci_ai_vision_model <ansible_collections.oracle.oci.oci_ai_vision_model_module>` -- Manage a Model resource in Oracle Cloud Infrastructure
36
+
* :ref:`oracle.oci.oci_ai_vision_model_actions <ansible_collections.oracle.oci.oci_ai_vision_model_actions_module>` -- Perform actions on a Model resource in Oracle Cloud Infrastructure
37
+
* :ref:`oracle.oci.oci_ai_vision_model_facts <ansible_collections.oracle.oci.oci_ai_vision_model_facts_module>` -- Fetches details about one or multiple Model resources in Oracle Cloud Infrastructure
38
+
* :ref:`oracle.oci.oci_ai_vision_project <ansible_collections.oracle.oci.oci_ai_vision_project_module>` -- Manage a Project resource in Oracle Cloud Infrastructure
39
+
* :ref:`oracle.oci.oci_ai_vision_project_actions <ansible_collections.oracle.oci.oci_ai_vision_project_actions_module>` -- Perform actions on a Project resource in Oracle Cloud Infrastructure
40
+
* :ref:`oracle.oci.oci_ai_vision_project_facts <ansible_collections.oracle.oci.oci_ai_vision_project_facts_module>` -- Fetches details about one or multiple Project resources in Oracle Cloud Infrastructure
28
41
* :ref:`oracle.oci.oci_analytics_instance <ansible_collections.oracle.oci.oci_analytics_instance_module>` -- Manage an AnalyticsInstance resource in Oracle Cloud Infrastructure
29
42
* :ref:`oracle.oci.oci_analytics_instance_actions <ansible_collections.oracle.oci.oci_analytics_instance_actions_module>` -- Perform actions on an AnalyticsInstance resource in Oracle Cloud Infrastructure
30
43
* :ref:`oracle.oci.oci_analytics_instance_facts <ansible_collections.oracle.oci.oci_analytics_instance_facts_module>` -- Fetches details about one or multiple AnalyticsInstance resources in Oracle Cloud Infrastructure
@@ -288,6 +301,32 @@ oracle.oci
288
301
* :ref:`oracle.oci.oci_data_catalog_namespace_facts <ansible_collections.oracle.oci.oci_data_catalog_namespace_facts_module>` -- Fetches details about one or multiple Namespace resources in Oracle Cloud Infrastructure
289
302
* :ref:`oracle.oci.oci_data_catalog_type_actions <ansible_collections.oracle.oci.oci_data_catalog_type_actions_module>` -- Perform actions on a Type resource in Oracle Cloud Infrastructure
290
303
* :ref:`oracle.oci.oci_data_catalog_type_facts <ansible_collections.oracle.oci.oci_data_catalog_type_facts_module>` -- Fetches details about one or multiple Type resources in Oracle Cloud Infrastructure
304
+
* :ref:`oracle.oci.oci_data_connectivity_attach_data_asset_info_actions <ansible_collections.oracle.oci.oci_data_connectivity_attach_data_asset_info_actions_module>` -- Perform actions on an AttachDataAssetInfo resource in Oracle Cloud Infrastructure
305
+
* :ref:`oracle.oci.oci_data_connectivity_connection <ansible_collections.oracle.oci.oci_data_connectivity_connection_module>` -- Manage a Connection resource in Oracle Cloud Infrastructure
306
+
* :ref:`oracle.oci.oci_data_connectivity_connection_facts <ansible_collections.oracle.oci.oci_data_connectivity_connection_facts_module>` -- Fetches details about one or multiple Connection resources in Oracle Cloud Infrastructure
307
+
* :ref:`oracle.oci.oci_data_connectivity_connection_validation <ansible_collections.oracle.oci.oci_data_connectivity_connection_validation_module>` -- Manage a ConnectionValidation resource in Oracle Cloud Infrastructure
308
+
* :ref:`oracle.oci.oci_data_connectivity_connection_validation_facts <ansible_collections.oracle.oci.oci_data_connectivity_connection_validation_facts_module>` -- Fetches details about one or multiple ConnectionValidation resources in Oracle Cloud Infrastructure
309
+
* :ref:`oracle.oci.oci_data_connectivity_data_asset <ansible_collections.oracle.oci.oci_data_connectivity_data_asset_module>` -- Manage a DataAsset resource in Oracle Cloud Infrastructure
310
+
* :ref:`oracle.oci.oci_data_connectivity_data_asset_facts <ansible_collections.oracle.oci.oci_data_connectivity_data_asset_facts_module>` -- Fetches details about one or multiple DataAsset resources in Oracle Cloud Infrastructure
311
+
* :ref:`oracle.oci.oci_data_connectivity_data_entity_actions <ansible_collections.oracle.oci.oci_data_connectivity_data_entity_actions_module>` -- Perform actions on a DataEntity resource in Oracle Cloud Infrastructure
312
+
* :ref:`oracle.oci.oci_data_connectivity_data_entity_facts <ansible_collections.oracle.oci.oci_data_connectivity_data_entity_facts_module>` -- Fetches details about one or multiple DataEntity resources in Oracle Cloud Infrastructure
313
+
* :ref:`oracle.oci.oci_data_connectivity_data_preview_actions <ansible_collections.oracle.oci.oci_data_connectivity_data_preview_actions_module>` -- Perform actions on a DataPreview resource in Oracle Cloud Infrastructure
314
+
* :ref:`oracle.oci.oci_data_connectivity_data_profile_actions <ansible_collections.oracle.oci.oci_data_connectivity_data_profile_actions_module>` -- Perform actions on a DataProfile resource in Oracle Cloud Infrastructure
315
+
* :ref:`oracle.oci.oci_data_connectivity_detach_data_asset_info_actions <ansible_collections.oracle.oci.oci_data_connectivity_detach_data_asset_info_actions_module>` -- Perform actions on a DetachDataAssetInfo resource in Oracle Cloud Infrastructure
316
+
* :ref:`oracle.oci.oci_data_connectivity_endpoint <ansible_collections.oracle.oci.oci_data_connectivity_endpoint_module>` -- Manage an Endpoint resource in Oracle Cloud Infrastructure
317
+
* :ref:`oracle.oci.oci_data_connectivity_endpoint_actions <ansible_collections.oracle.oci.oci_data_connectivity_endpoint_actions_module>` -- Perform actions on an Endpoint resource in Oracle Cloud Infrastructure
318
+
* :ref:`oracle.oci.oci_data_connectivity_endpoint_facts <ansible_collections.oracle.oci.oci_data_connectivity_endpoint_facts_module>` -- Fetches details about one or multiple Endpoint resources in Oracle Cloud Infrastructure
319
+
* :ref:`oracle.oci.oci_data_connectivity_execute_operation_job_facts <ansible_collections.oracle.oci.oci_data_connectivity_execute_operation_job_facts_module>` -- Fetches details about a ExecuteOperationJob resource in Oracle Cloud Infrastructure
320
+
* :ref:`oracle.oci.oci_data_connectivity_folder <ansible_collections.oracle.oci.oci_data_connectivity_folder_module>` -- Manage a Folder resource in Oracle Cloud Infrastructure
321
+
* :ref:`oracle.oci.oci_data_connectivity_folder_facts <ansible_collections.oracle.oci.oci_data_connectivity_folder_facts_module>` -- Fetches details about one or multiple Folder resources in Oracle Cloud Infrastructure
322
+
* :ref:`oracle.oci.oci_data_connectivity_operation_facts <ansible_collections.oracle.oci.oci_data_connectivity_operation_facts_module>` -- Fetches details about one or multiple Operation resources in Oracle Cloud Infrastructure
323
+
* :ref:`oracle.oci.oci_data_connectivity_reference_artifact_facts <ansible_collections.oracle.oci.oci_data_connectivity_reference_artifact_facts_module>` -- Fetches details about one or multiple ReferenceArtifact resources in Oracle Cloud Infrastructure
324
+
* :ref:`oracle.oci.oci_data_connectivity_reference_info_actions <ansible_collections.oracle.oci.oci_data_connectivity_reference_info_actions_module>` -- Perform actions on a ReferenceInfo resource in Oracle Cloud Infrastructure
325
+
* :ref:`oracle.oci.oci_data_connectivity_registry <ansible_collections.oracle.oci.oci_data_connectivity_registry_module>` -- Manage a Registry resource in Oracle Cloud Infrastructure
326
+
* :ref:`oracle.oci.oci_data_connectivity_registry_actions <ansible_collections.oracle.oci.oci_data_connectivity_registry_actions_module>` -- Perform actions on a Registry resource in Oracle Cloud Infrastructure
327
+
* :ref:`oracle.oci.oci_data_connectivity_registry_facts <ansible_collections.oracle.oci.oci_data_connectivity_registry_facts_module>` -- Fetches details about one or multiple Registry resources in Oracle Cloud Infrastructure
328
+
* :ref:`oracle.oci.oci_data_connectivity_schema_facts <ansible_collections.oracle.oci.oci_data_connectivity_schema_facts_module>` -- Fetches details about one or multiple Schema resources in Oracle Cloud Infrastructure
329
+
* :ref:`oracle.oci.oci_data_connectivity_test_network_connectivity_actions <ansible_collections.oracle.oci.oci_data_connectivity_test_network_connectivity_actions_module>` -- Perform actions on a TestNetworkConnectivity resource in Oracle Cloud Infrastructure
291
330
* :ref:`oracle.oci.oci_data_flow_application <ansible_collections.oracle.oci.oci_data_flow_application_module>` -- Manage an Application resource in Oracle Cloud Infrastructure
292
331
* :ref:`oracle.oci.oci_data_flow_application_actions <ansible_collections.oracle.oci.oci_data_flow_application_actions_module>` -- Perform actions on an Application resource in Oracle Cloud Infrastructure
293
332
* :ref:`oracle.oci.oci_data_flow_application_facts <ansible_collections.oracle.oci.oci_data_flow_application_facts_module>` -- Fetches details about one or multiple Application resources in Oracle Cloud Infrastructure
0 commit comments