Skip to content

Commit 97cf3e0

Browse files
authored
Releasing version 2.46.0
Releasing version 2.46.0
2 parents 7ee353e + 2133143 commit 97cf3e0

File tree

1,700 files changed

+22574
-15956
lines changed

Some content is hidden

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

1,700 files changed

+22574
-15956
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.46.0]
8+
9+
## Added
10+
11+
- Support for DRG route distribution statements to be specified with a new match type 'MATCH_ALL' for matching criteria in the Networking service
12+
- Support for VCN route types on DRG attachments for deciding whether to import VCN CIDRs or subnet CIDRs into route rules in the Networking service
13+
- Support for Autonomous Database Create with Auto Scaling Storage
14+
- Support for shrinking an Autonomous Database
15+
- Support for managed egress via a default networking option on jobs and notebooks in the Data Science service
16+
- Support Storage Management in Database Management service
17+
- Support for more types of saved search enums in the Management Dashboard service
18+
19+
20+
## Changed
21+
- Minimum required [OCI Python SDK](https://github.com/oracle/oci-python-sdk) changed to 2.60.1
22+
723
## [2.45.0]
824

925
## Added

docs/collections/index_module.rst

+3
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ oracle.oci
446446
* :ref:`oracle.oci.oci_database_key_store_facts <ansible_collections.oracle.oci.oci_database_key_store_facts_module>` -- Fetches details about one or multiple KeyStore resources in Oracle Cloud Infrastructure
447447
* :ref:`oracle.oci.oci_database_maintenance_run <ansible_collections.oracle.oci.oci_database_maintenance_run_module>` -- Manage a MaintenanceRun resource in Oracle Cloud Infrastructure
448448
* :ref:`oracle.oci.oci_database_maintenance_run_facts <ansible_collections.oracle.oci.oci_database_maintenance_run_facts_module>` -- Fetches details about one or multiple MaintenanceRun resources in Oracle Cloud Infrastructure
449+
* :ref:`oracle.oci.oci_database_management_asm_property_facts <ansible_collections.oracle.oci.oci_database_management_asm_property_facts_module>` -- Fetches details about one or multiple AsmProperty resources in Oracle Cloud Infrastructure
449450
* :ref:`oracle.oci.oci_database_management_associated_database_facts <ansible_collections.oracle.oci.oci_database_management_associated_database_facts_module>` -- Fetches details about one or multiple AssociatedDatabase resources in Oracle Cloud Infrastructure
450451
* :ref:`oracle.oci.oci_database_management_awr_db_cpu_usage_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_cpu_usage_facts_module>` -- Fetches details about a AwrDbCpuUsage resource in Oracle Cloud Infrastructure
451452
* :ref:`oracle.oci.oci_database_management_awr_db_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_facts_module>` -- Fetches details about one or multiple AwrDb resources in Oracle Cloud Infrastructure
@@ -493,6 +494,8 @@ oracle.oci
493494
* :ref:`oracle.oci.oci_database_management_sql_tuning_advisor_task_sql_execution_plan_facts <ansible_collections.oracle.oci.oci_database_management_sql_tuning_advisor_task_sql_execution_plan_facts_module>` -- Fetches details about a SqlTuningAdvisorTaskSqlExecutionPlan resource in Oracle Cloud Infrastructure
494495
* :ref:`oracle.oci.oci_database_management_sql_tuning_advisor_task_summary_report_facts <ansible_collections.oracle.oci.oci_database_management_sql_tuning_advisor_task_summary_report_facts_module>` -- Fetches details about a SqlTuningAdvisorTaskSummaryReport resource in Oracle Cloud Infrastructure
495496
* :ref:`oracle.oci.oci_database_management_system_privilege_facts <ansible_collections.oracle.oci.oci_database_management_system_privilege_facts_module>` -- Fetches details about one or multiple SystemPrivilege resources in Oracle Cloud Infrastructure
497+
* :ref:`oracle.oci.oci_database_management_tablespace <ansible_collections.oracle.oci.oci_database_management_tablespace_module>` -- Manage a Tablespace resource in Oracle Cloud Infrastructure
498+
* :ref:`oracle.oci.oci_database_management_tablespace_actions <ansible_collections.oracle.oci.oci_database_management_tablespace_actions_module>` -- Perform actions on a Tablespace resource in Oracle Cloud Infrastructure
496499
* :ref:`oracle.oci.oci_database_management_tablespace_facts <ansible_collections.oracle.oci.oci_database_management_tablespace_facts_module>` -- Fetches details about one or multiple Tablespace resources in Oracle Cloud Infrastructure
497500
* :ref:`oracle.oci.oci_database_management_user_facts <ansible_collections.oracle.oci.oci_database_management_user_facts_module>` -- Fetches details about one or multiple User resources in Oracle Cloud Infrastructure
498501
* :ref:`oracle.oci.oci_database_migration_agent <ansible_collections.oracle.oci.oci_database_migration_agent_module>` -- Manage an Agent resource in Oracle Cloud Infrastructure

docs/collections/oracle/oci/index.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Oracle.Oci
55
==========
66

7-
Collection version 2.45.0
7+
Collection version 2.46.0
88

99
.. toctree::
1010
:maxdepth: 1
@@ -462,6 +462,7 @@ Modules
462462
* :ref:`oci_database_key_store_facts <ansible_collections.oracle.oci.oci_database_key_store_facts_module>` -- Fetches details about one or multiple KeyStore resources in Oracle Cloud Infrastructure
463463
* :ref:`oci_database_maintenance_run <ansible_collections.oracle.oci.oci_database_maintenance_run_module>` -- Manage a MaintenanceRun resource in Oracle Cloud Infrastructure
464464
* :ref:`oci_database_maintenance_run_facts <ansible_collections.oracle.oci.oci_database_maintenance_run_facts_module>` -- Fetches details about one or multiple MaintenanceRun resources in Oracle Cloud Infrastructure
465+
* :ref:`oci_database_management_asm_property_facts <ansible_collections.oracle.oci.oci_database_management_asm_property_facts_module>` -- Fetches details about one or multiple AsmProperty resources in Oracle Cloud Infrastructure
465466
* :ref:`oci_database_management_associated_database_facts <ansible_collections.oracle.oci.oci_database_management_associated_database_facts_module>` -- Fetches details about one or multiple AssociatedDatabase resources in Oracle Cloud Infrastructure
466467
* :ref:`oci_database_management_awr_db_cpu_usage_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_cpu_usage_facts_module>` -- Fetches details about a AwrDbCpuUsage resource in Oracle Cloud Infrastructure
467468
* :ref:`oci_database_management_awr_db_facts <ansible_collections.oracle.oci.oci_database_management_awr_db_facts_module>` -- Fetches details about one or multiple AwrDb resources in Oracle Cloud Infrastructure
@@ -509,6 +510,8 @@ Modules
509510
* :ref:`oci_database_management_sql_tuning_advisor_task_sql_execution_plan_facts <ansible_collections.oracle.oci.oci_database_management_sql_tuning_advisor_task_sql_execution_plan_facts_module>` -- Fetches details about a SqlTuningAdvisorTaskSqlExecutionPlan resource in Oracle Cloud Infrastructure
510511
* :ref:`oci_database_management_sql_tuning_advisor_task_summary_report_facts <ansible_collections.oracle.oci.oci_database_management_sql_tuning_advisor_task_summary_report_facts_module>` -- Fetches details about a SqlTuningAdvisorTaskSummaryReport resource in Oracle Cloud Infrastructure
511512
* :ref:`oci_database_management_system_privilege_facts <ansible_collections.oracle.oci.oci_database_management_system_privilege_facts_module>` -- Fetches details about one or multiple SystemPrivilege resources in Oracle Cloud Infrastructure
513+
* :ref:`oci_database_management_tablespace <ansible_collections.oracle.oci.oci_database_management_tablespace_module>` -- Manage a Tablespace resource in Oracle Cloud Infrastructure
514+
* :ref:`oci_database_management_tablespace_actions <ansible_collections.oracle.oci.oci_database_management_tablespace_actions_module>` -- Perform actions on a Tablespace resource in Oracle Cloud Infrastructure
512515
* :ref:`oci_database_management_tablespace_facts <ansible_collections.oracle.oci.oci_database_management_tablespace_facts_module>` -- Fetches details about one or multiple Tablespace resources in Oracle Cloud Infrastructure
513516
* :ref:`oci_database_management_user_facts <ansible_collections.oracle.oci.oci_database_management_user_facts_module>` -- Fetches details about one or multiple User resources in Oracle Cloud Infrastructure
514517
* :ref:`oci_database_migration_agent <ansible_collections.oracle.oci.oci_database_migration_agent_module>` -- Manage an Agent resource in Oracle Cloud Infrastructure
@@ -1796,6 +1799,7 @@ Modules
17961799
oci_database_key_store_facts_module
17971800
oci_database_maintenance_run_module
17981801
oci_database_maintenance_run_facts_module
1802+
oci_database_management_asm_property_facts_module
17991803
oci_database_management_associated_database_facts_module
18001804
oci_database_management_awr_db_cpu_usage_facts_module
18011805
oci_database_management_awr_db_facts_module
@@ -1843,6 +1847,8 @@ Modules
18431847
oci_database_management_sql_tuning_advisor_task_sql_execution_plan_facts_module
18441848
oci_database_management_sql_tuning_advisor_task_summary_report_facts_module
18451849
oci_database_management_system_privilege_facts_module
1850+
oci_database_management_tablespace_module
1851+
oci_database_management_tablespace_actions_module
18461852
oci_database_management_tablespace_facts_module
18471853
oci_database_management_user_facts_module
18481854
oci_database_migration_agent_module

docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_actions -- Perform actio
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint_facts -- Fetches details
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_ai_private_endpoint_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_ai_private_endpoint -- Manage an AiPrivateEn
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_actions -- Perform actions on a D
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset_facts -- Fetches details about on
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_data_asset_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_data_asset -- Manage a DataAsset resource in
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_model_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model_actions -- Perform actions on a Model
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_model_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model_facts -- Fetches details about one or
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_model_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_model -- Manage a Model resource in Oracle C
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_project_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_project_actions -- Perform actions on a Proj
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_project_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_project_facts -- Fetches details about one o
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_anomaly_detection_project_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_anomaly_detection_project -- Manage a Project resource in Orac
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_speech_transcription_job_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_speech_transcription_job_actions -- Perform actions on a Trans
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_speech_transcription_job_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_speech_transcription_job_facts -- Fetches details about one or
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_speech_transcription_job_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_speech_transcription_job -- Manage a TranscriptionJob resource
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_speech_transcription_task_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_speech_transcription_task_actions -- Perform actions on a Tran
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_ai_speech_transcription_task_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_ai_speech_transcription_task_facts -- Fetches details about one o
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_analytics_instance_actions_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_analytics_instance_actions -- Perform actions on an AnalyticsInst
3030
.. Collection note
3131

3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_analytics_instance_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_analytics_instance_facts -- Fetches details about one or multiple
3030
.. Collection note
3131

3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_analytics_instance_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_analytics_instance -- Manage an AnalyticsInstance resource in Ora
3030
.. Collection note
3131

3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_analytics_private_access_channel_facts_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_analytics_private_access_channel_facts -- Fetches details about a
3030
.. Collection note
3131

3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/collections/oracle/oci/oci_analytics_private_access_channel_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ oracle.oci.oci_analytics_private_access_channel -- Manage a PrivateAccessChannel
3030
.. Collection note
3131

3232
.. note::
33-
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.45.0).
33+
This plugin is part of the `oracle.oci collection <https://galaxy.ansible.com/oracle/oci>`_ (version 2.46.0).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

0 commit comments

Comments
 (0)