oci-cli 3.72.1__py3-none-any.whl → 3.73.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci_cli/bin/dif.psm1 +3 -3
- oci_cli/bin/mysql.psm1 +6 -2
- oci_cli/bin/opensearch.psm1 +2 -2
- oci_cli/bin/queue.psm1 +23 -11
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/ca-bundle/get.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle/get.txt +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle-version/list.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle/get.txt +6 -5
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.txt +12 -8
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.txt +12 -8
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.txt +229 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-by-generating-config-details.txt +8 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-managed-externally.txt +222 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-issued-by-internal-ca.txt +8 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-managed-internally-issued-by-external-ca.txt +233 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/launch-compute-instance.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/create.txt +5 -4
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/restart.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/{list-logs.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt +51 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt +50 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt +36 -4
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/create.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/update.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/change-compartment.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/create.txt +170 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/delete.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/list.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/update.txt +184 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-rag-tool-config.txt +37 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-rag-tool-config.txt +37 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/list-node-shapes.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/kafka.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/export.txt +154 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request/cancel.txt +104 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/create.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/update.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/create.txt +205 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/delete.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/get.txt +108 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/list.txt +160 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/update.txt +217 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/queue/channels/list-channels.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-message.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-stats.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-message.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/create.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection/list-consumer-groups.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group.txt +20 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/create.txt +18 -2
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/purge.txt +19 -6
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/update.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
- oci_cli/version.py +1 -1
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/METADATA +2 -2
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/RECORD +134 -102
- services/certificates/src/oci_cli_certificates/generated/certificates_cli.py +6 -6
- services/certificates_management/src/oci_cli_certificates_management/certificatesmanagement_cli_extended.py +126 -0
- services/certificates_management/src/oci_cli_certificates_management/generated/certificatesmanagement_cli.py +447 -25
- services/core/src/oci_cli_compute/generated/compute_cli.py +126 -174
- services/core/src/oci_cli_compute_management/generated/computemanagement_cli.py +13 -4
- services/core/src/oci_cli_virtual_network/generated/virtualnetwork_cli.py +2 -2
- services/database/src/oci_cli_database/generated/database_cli.py +4 -1
- services/dif/src/oci_cli_stack/generated/stack_cli.py +65 -17
- services/dif/src/oci_cli_stack/stack_cli_extended.py +9 -9
- services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py +435 -16
- services/managed_kafka/src/oci_cli_kafka_cluster/generated/kafkacluster_cli.py +56 -0
- services/mysql/src/oci_cli_db_backups/generated/dbbackups_cli.py +70 -0
- services/mysql/src/oci_cli_work_requests/generated/workrequests_cli.py +26 -0
- services/ocvp/src/oci_cli_management_appliance/__init__.py +4 -0
- services/ocvp/src/oci_cli_management_appliance/generated/__init__.py +4 -0
- services/ocvp/src/oci_cli_management_appliance/generated/client_mappings.py +14 -0
- services/ocvp/src/oci_cli_management_appliance/generated/managementappliance_cli.py +341 -0
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +16 -8
- services/queue/src/oci_cli_queue/generated/queue_cli.py +28 -7
- services/queue/src/oci_cli_queue_admin/generated/queueadmin_cli.py +343 -10
- services/queue/src/oci_cli_queue_admin/queueadmin_cli_extended.py +54 -7
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/top_level.txt +0 -0
|
@@ -35,7 +35,7 @@ oci_cli/oci_template.py,sha256=nHdM1a1tSaho_2Tae-3X8vTnstvvgqrN9iuwEskpUy0,1465
|
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=BMAx3ZwTYZ_1E64c8rP9_F8EvVYcsVs5Uetv3erUSGg,5613
|
|
36
36
|
oci_cli/service_mapping.py,sha256=VGqqd8amwGKuZCr7u0YAaE4pEimwQwu95QU8b4pRT-8,18227
|
|
37
37
|
oci_cli/string_utils.py,sha256=U6BtKTJkTPmfeD7SagNGT5Hp3LrReWJbzgW8rULPtgs,1246
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=3IeKAUpB4EYf7D68VmuzpvvhXC1hdjkis5nDxkXFknQ,365
|
|
39
39
|
oci_cli/aliasing/__init__.py,sha256=GRStBGeJ7g9V2vrJn2q-3wkWURMLk8dqzL_a3cslQQY,439
|
|
40
40
|
oci_cli/aliasing/command_group_with_alias.py,sha256=mLG55odGF81EROpXl8dinaSXW9_RoCm7s41MNOQYs1Y,3353
|
|
41
41
|
oci_cli/aliasing/parameter_alias.py,sha256=6fZ1t9iQBoazE3_qu3jRQV2tJvgQZkWc0Pq_vK28XwE,2419
|
|
@@ -79,7 +79,7 @@ oci_cli/bin/dblm.psm1,sha256=D615jp1xXBYopy8XZ08UoDwN7JAcB7JPNumU3GKytP4,4489
|
|
|
79
79
|
oci_cli/bin/dbmulticloud.psm1,sha256=MZT9YhB2rUIHzhzG0g6E1MovAUq6TLY1Ldas282zA78,23277
|
|
80
80
|
oci_cli/bin/desktops.psm1,sha256=X58zDu1Bq1aFlbH1mUrPz2F7-_uP0NEi-2hOjCcFVsU,5183
|
|
81
81
|
oci_cli/bin/devops.psm1,sha256=NG8nmZVqw4yUa0od3BHn470ZscMcRZV6Pk8oTKx9Sqs,67050
|
|
82
|
-
oci_cli/bin/dif.psm1,sha256=
|
|
82
|
+
oci_cli/bin/dif.psm1,sha256=QfdyA_cctU_7OYPcQbZnUY6WvhSsuZRwk1XnGYQU1yw,3250
|
|
83
83
|
oci_cli/bin/dns.psm1,sha256=VjIHHX6i7hZ5W0Yi7zOUBLdAt9qyczGylLoJ7vYZOy4,13044
|
|
84
84
|
oci_cli/bin/email.psm1,sha256=PTful8OcIl_-grcTqp-i8BsTnMawwQw7nrdYL9l06fE,9862
|
|
85
85
|
oci_cli/bin/events.psm1,sha256=368lhOWWjo6JkCh29ueewQC8QE7pA4kMQu1228Z_t8g,1561
|
|
@@ -108,7 +108,7 @@ oci_cli/bin/marketplace.psm1,sha256=iovF8rVeeGH-cdvumoejzGQt2QbyoRbto-K5a7IZ6bM,
|
|
|
108
108
|
oci_cli/bin/mngdmac.psm1,sha256=L6E-5T9Me4vx3CweQTM41soUl6zP7NVgIGqZ9RXLsO4,4012
|
|
109
109
|
oci_cli/bin/monitoring.psm1,sha256=1ol_rWsI_uQ0iBNH4pMXIGAwRoO0wd42zURV7xxdBDc,5822
|
|
110
110
|
oci_cli/bin/multicloud.psm1,sha256=7ZhTsJ_aM5HDMbhkowOdJYVVyLqr7OL_SBtt47YA_d0,6086
|
|
111
|
-
oci_cli/bin/mysql.psm1,sha256=
|
|
111
|
+
oci_cli/bin/mysql.psm1,sha256=l5f0GnJx07T19JJMh40EpWdKLIMK6-uP4vNMmAjoXBA,14100
|
|
112
112
|
oci_cli/bin/network-load-balancer.psm1,sha256=1SwMjXqM1Or8ALc8-zlDfjbSleQVDr8UWt7JfGR9-s8,10145
|
|
113
113
|
oci_cli/bin/network.psm1,sha256=gemDjM0MmZ4PTaJ8o0-i8R7YB2Hn7UaKriUYVyQYAeo,45485
|
|
114
114
|
oci_cli/bin/nlb.psm1,sha256=fJJGPQK86ARYdoiVPkT2jPNrS2KtoGzfYg5raf5pHXk,7972
|
|
@@ -122,7 +122,7 @@ oci_cli/bin/onesubscription.psm1,sha256=Mc76RvdVPa8J6iAX-p8xkPX1WUqzc-wwZhJT0V7o
|
|
|
122
122
|
oci_cli/bin/ons.psm1,sha256=sZ-aIMc28s7TQeBVfPR_nYneyV9QDP2DwzUnU3iMtkA,2932
|
|
123
123
|
oci_cli/bin/opa.psm1,sha256=ZdszlFs2W0ZEaItqi_WZHxCUc3r5QDL1jLnZd0nS6e4,3199
|
|
124
124
|
oci_cli/bin/opctl.psm1,sha256=PiCYwVg9tbK2KezH3MOOxWLr5mu4H2laJhvG9fvEDWM,5018
|
|
125
|
-
oci_cli/bin/opensearch.psm1,sha256=
|
|
125
|
+
oci_cli/bin/opensearch.psm1,sha256=PucJGUcMIf6PFmOpB-1tb-m2ICg7I4KIQcsxW_bUtzw,8296
|
|
126
126
|
oci_cli/bin/operator-access-control.psm1,sha256=6fNt1sA5yJ8QmySVW2F2XHowD8tqRFLY8AbEGeLDYAc,5931
|
|
127
127
|
oci_cli/bin/opsi.psm1,sha256=1QYpOp88KJO7invIzPhUN188r0MihUawrRGjeDdOBFk,75550
|
|
128
128
|
oci_cli/bin/optimizer.psm1,sha256=lxa9fMF9HcR31SNB4QwuUWusYs3XAcyvAEAzt8fL7NI,7402
|
|
@@ -130,7 +130,7 @@ oci_cli/bin/organizations.psm1,sha256=TawdZEcbo3TLXz6LYJrGOUec2VGZUcz7yG4ZJ1cOt1
|
|
|
130
130
|
oci_cli/bin/os.psm1,sha256=XiHumBMoJL8qN-mIO3u7eCJZ644vMnS76vTGZMhdvJc,11574
|
|
131
131
|
oci_cli/bin/psa.psm1,sha256=1aDraB1qmQmjwHHCg7nYo86R-jHx6WAf0LTpPQUcaq4,3056
|
|
132
132
|
oci_cli/bin/psql.psm1,sha256=M-jUW1kjD2s8Z9nHnBISMKLdA99iFsiiH7RklIW1jxE,11006
|
|
133
|
-
oci_cli/bin/queue.psm1,sha256=
|
|
133
|
+
oci_cli/bin/queue.psm1,sha256=V-gIHXU9tprK0Z442hBU-Rsdlprtt3jLQ5KSwpOzL3Q,5854
|
|
134
134
|
oci_cli/bin/recovery.psm1,sha256=JQHoB7SWkXHcWDyNNw9Xw-3Amsu5VS50hzVULiFILU0,8157
|
|
135
135
|
oci_cli/bin/redis.psm1,sha256=Cj5moYT8kyA4Zb--BM7vfQ8JtnUuvCsLllhVCIqdxpg,12473
|
|
136
136
|
oci_cli/bin/resource-manager.psm1,sha256=yJILZNXdeaT0yXN6zNmu50PfKw0Oqwd6z8XlXF0Z254,14918
|
|
@@ -197,7 +197,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/capacity-management.txt,sha256
|
|
|
197
197
|
oci_cli/help_text_producer/data_files/text/cmdref/ccc.txt,sha256=khbJXDgQnnbimFUIVass-wbUrcThh3SRfcGcn1_jXmw,441
|
|
198
198
|
oci_cli/help_text_producer/data_files/text/cmdref/ce.txt,sha256=qEZ6nlbesj7WcADvL_DSjvgGIudIy9kvig6ivoDc44g,1278
|
|
199
199
|
oci_cli/help_text_producer/data_files/text/cmdref/certificates.txt,sha256=kwh9uecomgxnfMmR_0ku9nt0EKkKqJMdMPr5h5hiip4,310
|
|
200
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt.txt,sha256=
|
|
200
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt.txt,sha256=4mrRhGHxkazzOKXAP14Fv85xT54SiB12u38-NmolnSY,1369
|
|
201
201
|
oci_cli/help_text_producer/data_files/text/cmdref/cloud-bridge.txt,sha256=xkIYPyM2Xuq87-oBZ9xcNreMmJ52k7ed5teOGntWWZ8,1400
|
|
202
202
|
oci_cli/help_text_producer/data_files/text/cmdref/cloud-guard.txt,sha256=eLgxx0IvvEYnV5uKee5aUl3IcWi-J5s6tSdbWBFSPNM,5303
|
|
203
203
|
oci_cli/help_text_producer/data_files/text/cmdref/cloud-migrations.txt,sha256=6CkIrcOH_ewEHIUv-NFogmr46-Txa12VbBYOs9Zy9tU,895
|
|
@@ -219,7 +219,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=p4WZmP0vKJs_VdLE
|
|
|
219
219
|
oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
|
|
220
220
|
oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=8Jq4mSHwjzbZsWdZ8nNi83Vh6aLgXpq8DNP_nrtS4jk,4625
|
|
221
221
|
oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=h-H5aNAZ-rLkOuSp2ID_5IjgyAeFuvQKn6qg7Mqtz38,1174
|
|
222
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=
|
|
222
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=jCOtJIE7l1b71qydzeSAj8HuzCll-kml8zTZc7sc1WM,1527
|
|
223
223
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
|
|
224
224
|
oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
|
|
225
225
|
oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=pkfUxVN_r0D6PoYxIpVOgAAIxE3VOt4XtA8DXVW263Q,7124
|
|
@@ -238,11 +238,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/fs.txt,sha256=NX30s1RxAq4CmoH0
|
|
|
238
238
|
oci_cli/help_text_producer/data_files/text/cmdref/fusion-apps.txt,sha256=kWCVwvPD0wGR_-MiGdYubZ6Oa9eA_R7aNvV1OULSd2k,1365
|
|
239
239
|
oci_cli/help_text_producer/data_files/text/cmdref/gdd.txt,sha256=AqGU9AyyfPPbVNGCWliE9FKJ-L32DEyvdA_pw5FHP04,953
|
|
240
240
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent-runtime.txt,sha256=n4uKTPpWm9iaGH6OrzAhSnA7DPK5t57K8UVy1kvQxlg,1462
|
|
241
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256=
|
|
241
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256=Znw1imDjs6Z5d6O--mKzoNmGpbu30Xkb486K7fiS_9A,2160
|
|
242
242
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=XyoNaQywdQSjERdrhzgrb6jqH0_1B0va86Pvb2LRGsk,1722
|
|
243
243
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=1B9v1X1htzLi3T3kW2DVCLj4rhb5rmiosdiM9dIxziQ,2001
|
|
244
244
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=CGx5uZVD-zW5d7Ni4pedSoJBi_0NKPgPHCiG3ocEWEU,4261
|
|
245
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
245
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=Hri8tZdNGxYxTF7WiE-xLVpvxerm8YZG4w4_5YVIzAI,989
|
|
246
246
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
247
247
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
248
248
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=oDFTKAjE5Lfq1ELVmvDt_eLrO8iahXOycxUk4YMkSJQ,6586
|
|
@@ -252,7 +252,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/iot.txt,sha256=0BUDObwDC-tdu-J
|
|
|
252
252
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads.txt,sha256=67STWu-PlAy0lFgChOLD7G5qNvvD3XXYAx4NqwUtl8I,764
|
|
253
253
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-utils.txt,sha256=t590aQp-4Gp2iDduQ-QLAYfWkwGjlXpbzm9kR8Ne9CE,614
|
|
254
254
|
oci_cli/help_text_producer/data_files/text/cmdref/jms.txt,sha256=BKRiXtZy-nQeMa5S0QvCkb6B0Vln1tl1lEg_32FI4-Y,4263
|
|
255
|
-
oci_cli/help_text_producer/data_files/text/cmdref/kafka.txt,sha256=
|
|
255
|
+
oci_cli/help_text_producer/data_files/text/cmdref/kafka.txt,sha256=NOF6AXXOuMLGKsVYRtFkGMVIZf6mWvIjIvA1Hl5Foc8,628
|
|
256
256
|
oci_cli/help_text_producer/data_files/text/cmdref/kms.txt,sha256=_gvnb5BaN-fitq884LJH6OIwMFYmvyi8rwtROzllE2Q,1438
|
|
257
257
|
oci_cli/help_text_producer/data_files/text/cmdref/lb.txt,sha256=pATJaf0JmJFRLasi3FTI3t2ivlOVfhKZybykXrVl_uo,1233
|
|
258
258
|
oci_cli/help_text_producer/data_files/text/cmdref/lfs.txt,sha256=G3ZGLw8z-c6HaMEgoUvyhp1hIp_xBSYqzLOsRs38sZI,815
|
|
@@ -272,14 +272,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/mngdmac.txt,sha256=QnvCJ4NxaVx
|
|
|
272
272
|
oci_cli/help_text_producer/data_files/text/cmdref/model-deployment.txt,sha256=Lp1eLqDIkQS5QSHalwK_kn_sATildE4Qph35-aY1zQ8,590
|
|
273
273
|
oci_cli/help_text_producer/data_files/text/cmdref/monitoring.txt,sha256=KNkfnzM4RK1mZmv7Db30R3jvYwTiPmmfrR5xMK0Tnw0,931
|
|
274
274
|
oci_cli/help_text_producer/data_files/text/cmdref/multicloud.txt,sha256=BUgfNOFMK8dOzUId75iAI5qlUEkR6nIfMfAx4tFIxy0,1154
|
|
275
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql.txt,sha256=
|
|
275
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql.txt,sha256=EH8WKX2cUNEFn8R0m9xV9uX6EVidpeiIaX85xnaciNU,977
|
|
276
276
|
oci_cli/help_text_producer/data_files/text/cmdref/network-firewall.txt,sha256=QFDZDo-3AR6g8LMD_XDF3epOI-jwK3QsovtnG6jRl34,1787
|
|
277
277
|
oci_cli/help_text_producer/data_files/text/cmdref/network.txt,sha256=vy89ol5yVlrMAK4p8ugE2herrcl0Sv7wVVNtrU-aNro,5176
|
|
278
278
|
oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9ZXh5s9O4r7qgmHoYRosskxFfGCLM,829
|
|
279
279
|
oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
|
|
280
280
|
oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
|
|
281
281
|
oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
|
|
282
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=
|
|
282
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=sXZKSynPf7LwJhD-Z-yO61B4soQ7YsQlCUH-SS86rDA,1253
|
|
283
283
|
oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
|
|
284
284
|
oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
|
|
285
285
|
oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
|
|
@@ -289,7 +289,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
289
289
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
290
290
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
291
291
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
292
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
292
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=nu9cTjNeqT6ZpYXNzNmW0MlBQ8bIuBx-ptRamBlZkaA,1271
|
|
293
293
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
294
294
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=-uPqa3rJdkdcB2TTzxSFTXEQuyvmvOQca9yViOd4waw,1146
|
|
295
295
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -299,7 +299,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/osub-subscription.txt,sha256=q
|
|
|
299
299
|
oci_cli/help_text_producer/data_files/text/cmdref/osub-usage.txt,sha256=7sVeFhvZZ7WlP4r5GdcSlT3GDjbHq03SoeZRqst-m7Y,297
|
|
300
300
|
oci_cli/help_text_producer/data_files/text/cmdref/psa.txt,sha256=iROTexx4w4SvGc1Y1ilqJbgiswaZ4FmYPLVKLTU5CWs,394
|
|
301
301
|
oci_cli/help_text_producer/data_files/text/cmdref/psql.txt,sha256=XjxRiLZ8IR77Yb1ALCLTLLXY_WQbjQ-lE7c4KjdYwQw,1387
|
|
302
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue.txt,sha256=
|
|
302
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue.txt,sha256=LGog2-RxoB7iWDCJzJXN1nEftKZI8nfVGppMC67gLhM,753
|
|
303
303
|
oci_cli/help_text_producer/data_files/text/cmdref/raw-request.txt,sha256=FuzqBO0l-BQqFZzGUTiWBMcnGOwula1liNnoJ6iaUK8,2600
|
|
304
304
|
oci_cli/help_text_producer/data_files/text/cmdref/recovery.txt,sha256=wz1y0R795TytGsjbETYjUnUvGZZopiOZ7C4PdZmDt0Q,1025
|
|
305
305
|
oci_cli/help_text_producer/data_files/text/cmdref/redis.txt,sha256=FEu_F45HKWHwVZ0F3Ax_e3n5hr2PQvfd_KssoW-tpx4,1689
|
|
@@ -1483,15 +1483,15 @@ oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-autho
|
|
|
1483
1483
|
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle.txt,sha256=j6xhkcpHs28jSej_UWbRQW3-eFJZNOBHI83vwherg2o,281
|
|
1484
1484
|
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle-version.txt,sha256=Jj3XWfFPuD7DXPyVmttkraOtfzv9aP0vyXTmU2vpr3o,269
|
|
1485
1485
|
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle.txt,sha256=ogWRfxo6LO7WSEkCU-OnubrMVh2dupnAIUYmB6nMEro,261
|
|
1486
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certificates/ca-bundle/get.txt,sha256=
|
|
1487
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle/get.txt,sha256=
|
|
1488
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle-version/list.txt,sha256=
|
|
1489
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle/get.txt,sha256=
|
|
1486
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certificates/ca-bundle/get.txt,sha256=zzjUa5Wzz5JRtRN7X4mu0UGRBWU8aQcQbMUuDcWTNig,2743
|
|
1487
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle/get.txt,sha256=qCdbdakhEaBEm4venP8Ow4utlkJxUQ7IzXCI2VrqyrM,3538
|
|
1488
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle-version/list.txt,sha256=93HV-9KD_4hBMGJDxnpf4qw0ZtgTmDjXgeIc6m9IIOg,3283
|
|
1489
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle/get.txt,sha256=xPiy2U6AuxR3R_4VJT188o_odabR1NkN7kxj8nISLQo,4219
|
|
1490
1490
|
oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle-version/list.txt,sha256=3Vk0jOA9DlbUdwGoNrNw05790D-6nPOOKa1-I0tM99U,3177
|
|
1491
1491
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/association.txt,sha256=Vf03Ac5hKHhRVGf0RYwURmcv4j9ehjZpu62xr13uZkY,138
|
|
1492
1492
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/ca-bundle.txt,sha256=dZNoRTly_SX5gyI_Y2hPscnZRy5lsEKvm2Gv7taFLVk,231
|
|
1493
1493
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority-version.txt,sha256=DfGwJZ0GrGbtmh_vNhX-7RtlwVTezkIIUQnudt1oTyk,302
|
|
1494
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority.txt,sha256=
|
|
1494
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority.txt,sha256=aH9hAMixHFwHGYj43TYARUe1CWcc8R4knsmE8EZuX8k,684
|
|
1495
1495
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-version.txt,sha256=8HVosEyzunNlCMHM5BtWov_k2vxy1G2WBj_p2xABl1E,267
|
|
1496
1496
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate.txt,sha256=40WKpZCi_VFTfbktRwWT3fvOyORA3Hn075zmzILJs7w,534
|
|
1497
1497
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/association/get.txt,sha256=g0OOwKE3dB7Sb4adASjXYu_pCfzSVG3vRxKYqyuLlvA,2845
|
|
@@ -1516,13 +1516,17 @@ oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate/update-
|
|
|
1516
1516
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate/update.txt,sha256=XkjYJ-_t3j-9F0WYiER0jnSNzdsSN24aONsWNIqHJEc,6439
|
|
1517
1517
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/cancel-deletion.txt,sha256=ssaxGyoQrHypgNZnkgzMhFQ7Kkv2Lc-MSdkPY75N1zM,3275
|
|
1518
1518
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/change-compartment.txt,sha256=1kgy2eHhJEb2GJ6qN0Eu0cMg2ElqPtdwuNPCb4tRdLE,3840
|
|
1519
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.txt,sha256=
|
|
1520
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-
|
|
1519
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.txt,sha256=EVuuaSdOUa1_pK6q1hLS4sudzGQs13VbvPchfxK4AOs,8787
|
|
1520
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.txt,sha256=Yr8WKHF68YfACX9fO3n4HK0V0-UTVNLd3epbUieuR1o,7739
|
|
1521
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.txt,sha256=KjtGOxacsK3jyphjYMaqon6yOtsFRCUycTP7TNye4vY,9233
|
|
1522
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.txt,sha256=vuM8O56OgE5uF5H2U8CItob3EqJVy42qo1ksqBWdexY,8967
|
|
1521
1523
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/get.txt,sha256=ppoiHCnIBSpprW-WsaU0Mr3q9xmnISiOM65vkYDD8rY,2878
|
|
1522
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/list.txt,sha256=
|
|
1524
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/list.txt,sha256=rZhXYfQCiEOVxIGHcgWFGjC_Ww5NfR2tPwM19gBuFRk,4219
|
|
1523
1525
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/schedule-deletion.txt,sha256=fZNGSzuBHrvfa3enISLg8BDQurbw7hTP539EiCG7-28,5499
|
|
1524
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-by-generating-config-details.txt,sha256=
|
|
1525
|
-
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-
|
|
1526
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-by-generating-config-details.txt,sha256=z4KAPdzcXOQIKuzxMiQHhUVlSPmOopEqnzp5F9cjjt4,8173
|
|
1527
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-managed-externally.txt,sha256=ng3ybmnU0sLWCTfQiQzk8n1iAN0GI2SxOw110VfrXR8,8214
|
|
1528
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-issued-by-internal-ca.txt,sha256=G2yKRIjbH9ZRgPM-40dEfsOnEmCwfG-iEwgqXlZyWas,8173
|
|
1529
|
+
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-managed-internally-issued-by-external-ca.txt,sha256=Ugc2yLDWzubOfP3Jmjkqa573RzqMWwrTkSjsdOj0-BQ,8747
|
|
1526
1530
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority-version/cancel-deletion.txt,sha256=tQFqsSrtOlXMmoQDpFvLvJuLG-d8Wzs1reAVZ_MR8Z4,3781
|
|
1527
1531
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority-version/get.txt,sha256=25xaFtxF6TaLR8LonDc3vdPCv-4Gr1xydl9pFzwTFY8,3251
|
|
1528
1532
|
oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority-version/list.txt,sha256=93lg70P8bEjhIpeV7D-BkGwiIFbsfScIxqzcw-ybJ1g,4007
|
|
@@ -1966,10 +1970,10 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fab
|
|
|
1966
1970
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/get.txt,sha256=zVUI4zoxBs2NolQ43WUamibEbpEH2arVSwEItGHmgOY,2906
|
|
1967
1971
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/list.txt,sha256=zlmLCnDqubbhcxn25xdBCq8PVIaeA8DOxXeovYHMNp8,5213
|
|
1968
1972
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/update.txt,sha256=mmtKBS5bkVqwSdEGaaMdIty6WK1tyRybE-9msCrS0Vg,6158
|
|
1969
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt,sha256=
|
|
1970
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt,sha256=
|
|
1973
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt,sha256=bnUXlPzpjr2ocrXXEHhpTHXMEslOt2ymbXvFaRY6u-A,3221
|
|
1974
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt,sha256=U3mRUzbr00tRRdPmi5oARIdMMqWvyrDioZNaDCTPidc,4400
|
|
1971
1975
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/change-compartment.txt,sha256=GCbbsmqy2U3ikbhhkp4zpl5Z2DDDK-gw6jRAv5LP4_4,4578
|
|
1972
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt,sha256=
|
|
1976
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt,sha256=617RhL2tmngs2lGJIDfskPPB2j6518lch0zCQjs7srU,3213
|
|
1973
1977
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/detach.txt,sha256=_FQB8wVk7Smt7jqZS9IbyukkVMe2BUtE-CDaFNfewcE,5389
|
|
1974
1978
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/get.txt,sha256=-kqav3499nQFVBkjFn--twwtttaFfK9viy1AIqTJuSU,2763
|
|
1975
1979
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/list.txt,sha256=KM_c-oRptPKouQEPiR3xvFD0rXFwJp1FKjr5ej36cs0,5188
|
|
@@ -1987,18 +1991,18 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history/get.tx
|
|
|
1987
1991
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history/list.txt,sha256=nILzUywO4CtFPtqQ1PGfTkFwsfr_BrxdhpoT0yJPxr0,4644
|
|
1988
1992
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history/update.txt,sha256=SMhFMNbbmb-vtYAQpgnn2X3cP-h928CSreLkiZ8EuAA,5578
|
|
1989
1993
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/change-compartment.txt,sha256=zBUdWyV8t0ukuAp_asTWMGcL_nbN-NO_y9l5KBKGIGY,5000
|
|
1990
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt,sha256=
|
|
1991
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt,sha256=
|
|
1992
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt,sha256=
|
|
1994
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt,sha256=MRfgSv0Wb9urWsvy0IhHWV6MZ7IMM4jw1VWKArobiB4,8481
|
|
1995
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt,sha256=P4U9xl7qQiN4_fmr92krav8JDq2jgruk4zTdMiDR4FE,8342
|
|
1996
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt,sha256=8WmQyW--Az1PxZtDHK0MIXKGPYPUHFTl8nC7N9bc2yM,7752
|
|
1993
1997
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/delete.txt,sha256=c-1gymHvqolPnnC4l8eV1VPAKWXpC7JRO87metdMv0o,4690
|
|
1994
1998
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/get.txt,sha256=HuYAEO811LBmtUEFI49rxZb0J47CiizgGgdU5jNuYlc,3510
|
|
1995
1999
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/host-shape.txt,sha256=yCR2dU2fOoUFxxTHDMhndS-oCxCDUmIh_y-uVeJNIXY,163
|
|
1996
2000
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/instance-shape.txt,sha256=-OPJL1QCqhJxSo-oFlKT6V303GNkn7FztXcJEFPoiTg,179
|
|
1997
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt,sha256=
|
|
2001
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt,sha256=XIkdSXK6Q0Z49sdmYChchu3ohL3sfzuchYMuDZ1j5hE,5323
|
|
1998
2002
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/update.txt,sha256=kJvJCVwJVY0pIagPLcItEKZ-qsir4-NCMJztN_GdQgY,6358
|
|
1999
2003
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/host-shape/list.txt,sha256=K0syP1qlANqAazlbon7DLBcFXYwPSweSpuJra7WFQ44,3721
|
|
2000
2004
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/instance-shape/list.txt,sha256=BEz39MCxJZ-QNG3ft50vh31-FxacNA91rjjCWxGnXUY,3854
|
|
2001
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt,sha256=
|
|
2005
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt,sha256=0YTbeeE9FoYuF9VC3z5fLj6cejx8MCVZL4kFuQJ1wH0,5388
|
|
2002
2006
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/device/list-instance.txt,sha256=1exPOVMo5rYMaSPgq5elQ_ycDi_9n0CKNU9CFqgYd70,5534
|
|
2003
2007
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt,sha256=iuoh_-20gU-hawJlDrfZoCKCd6_kYzaEUNnXk8Y48x8,2821
|
|
2004
2008
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt,sha256=4gWKFlJf42UmEZNRX7pN_umCiCV8jID98lv_4eMtQfc,3822
|
|
@@ -2095,12 +2099,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-co
|
|
|
2095
2099
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/create.txt,sha256=Fq4vihLQREmGwbGXk0DHFgwyxgZMn6X4AOtnP9uf9BI,5081
|
|
2096
2100
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/delete.txt,sha256=2rI06QMUjL_CRNZwfgvG55qVEfkxeSOOwHKyJqGUl64,3682
|
|
2097
2101
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/get.txt,sha256=bnHiNzxzsgD9XEYISkjt8oenl1lGahVVcLU9pr4ewro,3292
|
|
2098
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/launch-compute-instance.txt,sha256=
|
|
2102
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/launch-compute-instance.txt,sha256=o3zXi8n6dStZ_2MMu8tEWTWJyP-Hie5WLHFA3TSnHWU,5888
|
|
2099
2103
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/list.txt,sha256=wrxofaDDz4d_629vh5Ad3FdbwhqihH1jukmwyakkO4M,4331
|
|
2100
2104
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/update.txt,sha256=VUIk_GUaPiu6wPH8zIZhEgutOm_I2mfG0ztXwc9s9Nc,5123
|
|
2101
2105
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/attach-lb.txt,sha256=eM4RwO2-3b5YRpoacE51h6htv-6jzoy8Nl4yo_jjzng,6707
|
|
2102
2106
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/change-compartment.txt,sha256=4tjpV86UMS57q7uP4EAtplbhce4NdVwp_2kC3QpfXsA,4662
|
|
2103
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/create.txt,sha256=
|
|
2107
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/create.txt,sha256=umXCaDZu14tkgtlSpms8WQvqPrWxsFe__SxGBpq7srk,8988
|
|
2104
2108
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/detach-lb.txt,sha256=UokdI_BBu3joosfWpWiwVoq4VmfDrnHbNKnqI4jLBjY,5902
|
|
2105
2109
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/get.txt,sha256=ZlyCwWG1Ix7gZJQXZ-xSW-BZhUbo0nOO5eu_XaijEfk,3822
|
|
2106
2110
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/lb-attachment.txt,sha256=t8g_SB_0Gp3YAEpGBqoWZqfUoyiiTyNThQs2wh6gsLE,187
|
|
@@ -4047,7 +4051,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/list-re
|
|
|
4047
4051
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/list.txt,sha256=WyrDIGBpnuAzj4b5N8Vm-zwzr10MoX_sDUyxlkpJjOA,6295
|
|
4048
4052
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/manual-refresh.txt,sha256=0VdYBmLqVENYQUtoYTCPSpzaASNEPsUHYRxcYdEH6kk,7091
|
|
4049
4053
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/resource-pool-shapes.txt,sha256=lJgzF4Hk_dTjrZfHc-J69Zbd4lLsLd3Axh2XV11mdJo,2912
|
|
4050
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/restart.txt,sha256=
|
|
4054
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/restart.txt,sha256=U5UY5_Fj2ygVeJQrU7suzzIS-2IUwU_WGgme8inEYCA,4980
|
|
4051
4055
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/restore.txt,sha256=nD_cGog2XTedIzkTIxO1KPBaCExnCAr_6OxT2I1H8Qo,7023
|
|
4052
4056
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/rotate-key.txt,sha256=wHlCx89-JsvQbAKe_sqIZa0NI2hAFNRYq9YTKpW9278,4801
|
|
4053
4057
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/saas-admin-user-status.txt,sha256=SWYkDg207iQtV0UxRY1v2JP4fWF1YPXG-Mp0PW0BkmE,3226
|
|
@@ -4651,7 +4655,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
|
|
|
4651
4655
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
|
|
4652
4656
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
|
|
4653
4657
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
|
|
4654
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=
|
|
4658
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=ScXBmJjBdHtHcViyO04WqMyYqBgxWURBtZndf3znyrE,852
|
|
4655
4659
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=MhLD-x9bCmKvvasnOFWoKW5oRQH3OoPBPV-0cjjMkec,6579
|
|
4656
4660
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=TqWEy57S82HoGpE5IYzLqsOLsjcSyHqdbVYJNyuvyoo,3025
|
|
4657
4661
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/list-delegated-resource-access-request-histories.txt,sha256=faWLxm1E7a-lTE98IpFOzJSgzUGqjHLnhkprhNwf0IA,4078
|
|
@@ -4678,13 +4682,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
|
|
|
4678
4682
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=XmfJk4pas7iAUcq3qO3tlV0suwecD95IoCSMgOjTYh8,4352
|
|
4679
4683
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=Nkh8Npn1mOhLIezCXoJ-tI20bTaESLzxrtnVhn_WmP8,3000
|
|
4680
4684
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=gAB2K7OtFUTzVeXKCZypa59OW9ZHw493A7cy_vPA4kI,4301
|
|
4681
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=
|
|
4682
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=
|
|
4685
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
4686
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
4683
4687
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
|
|
4684
4688
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=rckcRFUnpe5zNo2n5FJlPiJPlrtH8WI4nJhJ-vaG8mc,2858
|
|
4685
4689
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=6bKo6Xd4ZnkomFhhG7Cg5K1ALSbLqPzxQRi95_vrauM,3940
|
|
4686
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list
|
|
4687
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list
|
|
4690
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=dRYaCqfIP8peYmoetx10yiSp5a36xL_jkiVjUYNWrig,3650
|
|
4691
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list.txt,sha256=CpIGfxtWE2bEZPGxVxWBBP4PVoyJCjHRSpl91_1aO5c,3642
|
|
4688
4692
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
|
|
4689
4693
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
|
|
4690
4694
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=7Do0W43MRKnHP3XJhOjI6_2P43RMh0iHKzAOBO1skag,4101
|
|
@@ -4972,11 +4976,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack.txt,sha256=48tMfsYF9
|
|
|
4972
4976
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
|
|
4973
4977
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
|
|
4974
4978
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request.txt,sha256=ngDrOZ8jL9BVRaUcMtEkE0THnAQTSkFZbgcM24YKnWg,482
|
|
4975
|
-
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt,sha256=
|
|
4979
|
+
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt,sha256=y3QxbIjSagLPQLEvgJ3uyYeZQIOhXonBOEnsDkP0buE,10819
|
|
4976
4980
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/change-compartment.txt,sha256=EnHnvRWsP6GP49ek4XetucYN5aL8512fNIptoN1rE0s,5099
|
|
4977
|
-
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt,sha256=
|
|
4981
|
+
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt,sha256=cZrrnhsSkTSpTC1m9er87nkYUWn-MvbY_XIN5D7pxnA,11745
|
|
4978
4982
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/delete.txt,sha256=TfthDyKKrgPd-HgUYHgDNFgUWc1jUZdV8DZn_d_E4XI,4840
|
|
4979
|
-
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt,sha256=
|
|
4983
|
+
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt,sha256=Fj7lCaIWW1kqu9l_A5qkl9tbHiCJm1GC8KA2ldwrVIg,8921
|
|
4980
4984
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/get.txt,sha256=H2kq2vr9DtmEAqSr3KFpiwZGOlpNn9unuHhP42nbuJo,3442
|
|
4981
4985
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/update.txt,sha256=zLTMiPl7qqts2yngyhpQe624vQqxPP_wrW8Jj4cE-Ws,10100
|
|
4982
4986
|
oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection/list-stacks.txt,sha256=IV4SGU5HeucW_J6auLWgBdN52Zho5U1QJzJIFHGBmio,3875
|
|
@@ -5887,6 +5891,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent.txt,
|
|
|
5887
5891
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/data-ingestion-job.txt,sha256=UyHXscRYViCnzMmdq7VZSlQMtcTJ42SWbrnmMixvko0,797
|
|
5888
5892
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/data-source.txt,sha256=9WfL_vO99g0Hsj6HweVR7mCLKFoCFVHxY8V7kFwyB7M,639
|
|
5889
5893
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/knowledge-base.txt,sha256=xk4QzAdyPg17x70LeC8ZWzJJ4JsaQCk7Alq-u-xi_Cw,658
|
|
5894
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity.txt,sha256=BvnsjVooOyjB8IizJQ6vPlesnCV05B8jF64cTkzAIX4,571
|
|
5890
5895
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool.txt,sha256=aM_xuy-qJFTqBH7NYtf4klvVSMuc5m5tbnfAWzxN0yE,751
|
|
5891
5896
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
|
|
5892
5897
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/work-request-log-entry.txt,sha256=BWYeF2GOw94-Fyo2njNbJnMS5fZwpM73dzyS_8T_AoQ,204
|
|
@@ -5898,11 +5903,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent/get.
|
|
|
5898
5903
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent/list.txt,sha256=eP-Cv8FUvEABjdOOi5aPI1ru-Lya93E66S-WYHtYHz8,3803
|
|
5899
5904
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent/update.txt,sha256=0mFceP1RHlPMpxLvFOj9DH0XljGNgEABePR3Rh5Bgak,6774
|
|
5900
5905
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/change-compartment.txt,sha256=cvLZHM1qszu9D2HqXIp-PyfmDnJIDd1WumjyMN2BivM,4719
|
|
5901
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/create.txt,sha256=
|
|
5906
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/create.txt,sha256=4Rpr4o5vLbb7IXnoR4nAqf8FM8cokWRmqvn2Yg7vtnk,8982
|
|
5902
5907
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/delete.txt,sha256=7shGV2xln8xXCi21eQYi-G9Lykwu9HbzamOXLQhy-Hg,4457
|
|
5903
5908
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/get.txt,sha256=iycMTW3jpE6F3zNyc4GhemyxEomjIWUQMrTjRnneRw0,3061
|
|
5904
5909
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/list.txt,sha256=k2hl_NnYsaBtUCwuvvtnayeL2zHU8-Zln8ClDOPOUpI,3867
|
|
5905
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/update.txt,sha256=
|
|
5910
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/update.txt,sha256=iRP_3NEu4A0yc1i6SXlnm22JdO25FpKmObMw5EFiiB8,9321
|
|
5906
5911
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/data-ingestion-job/create.txt,sha256=LQNijif1ouX9TP0ca_qsX1V2i3rdhMKuiMKhDCFLBRw,6158
|
|
5907
5912
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/data-ingestion-job/delete.txt,sha256=WuB0j7Js57KnmvHm6nXdX_s4wLrB9i5JqDS_5aQ4upY,5148
|
|
5908
5913
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/data-ingestion-job/get-log-content.txt,sha256=Sh05VK5D1_dNzLzB9dr-2PEINpADZrHDNqvhm0AFlnA,3955
|
|
@@ -5926,11 +5931,17 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/knowledge-
|
|
|
5926
5931
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/knowledge-base/update-oci-database-kb.txt,sha256=a90iNa7Y8UO2VZVy4tFgyYFzGOH0zlfNBMoLcH6u2Ts,7561
|
|
5927
5932
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/knowledge-base/update-oci-open-search-kb.txt,sha256=Qpgxoh8K28URp1_JMEL1AiX29yLN3oH2Ru83slCWBVU,7881
|
|
5928
5933
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/knowledge-base/update.txt,sha256=15KXNiL_iFHSdlZZwamMl3zPa3KH413Jpy75cxvST3g,6482
|
|
5934
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/change-compartment.txt,sha256=he8xh5Z09LT576x9tQLKLatgPUrQXwwOw3BfFtXQ_XA,5187
|
|
5935
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/create.txt,sha256=lLt8936_RO4_0_OYOzY-BCl6su6vao7YKh806UZw78E,5881
|
|
5936
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/delete.txt,sha256=dh5ex6JH3jk5TmC9RbtuFTyHq76DFel6DXBR4ZCsJfc,4914
|
|
5937
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/get.txt,sha256=uOIfvBhOzDZwfMhO_TAxrkXz6IGrMzDoFECv6AZVwyY,3518
|
|
5938
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/list.txt,sha256=rx1uc1WNRnCwJqc9xAPVssHVJZ77KhM5dT-GnFuTe0Q,3922
|
|
5939
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/update.txt,sha256=WR3T_K5TavBXw0P-uldgn_WS8OcQeFUF_ZVF78nqFoI,6419
|
|
5929
5940
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-agent-tool-config.txt,sha256=9ox_UPKqYc-cX3nPPI5ODsyEaQAOgwm0M40VD3i2MJQ,6696
|
|
5930
5941
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-function-calling-tool-config.txt,sha256=8G27ZRa8zo33QOdL0mJsaPedNhdqYhnHY6SXyfN4ufc,7070
|
|
5931
5942
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-http-endpoint-tool-config.txt,sha256=UVscEM-eQ0D0MOd9mtfnavrq7Rb3u2vtTJkHjeCWv9w,8236
|
|
5932
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-rag-tool-config.txt,sha256=
|
|
5933
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt,sha256=
|
|
5943
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-rag-tool-config.txt,sha256=_oDjsba_UWzalfh6O9Fb_uOVDmt96cqrxSUXKSKOceY,9064
|
|
5944
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt,sha256=rgDRB_6TgLAKzh4Hictbwg-xUuqT3Ju-kXjmOImZcvg,9298
|
|
5934
5945
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create.txt,sha256=NhMteOR4l7qPKzGZliuHikm7KJI9dswdlKwN_BSLsW8,6821
|
|
5935
5946
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/delete.txt,sha256=yvN02w_zBlNPnOAFKFhPIoyuduFhWTbx40THkfiuel8,4853
|
|
5936
5947
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/get.txt,sha256=f_GKXi5M9jdZcy5dxrS_cOd6AWd8Co_LRI-XWObc0rg,3457
|
|
@@ -5938,8 +5949,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/list.
|
|
|
5938
5949
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-agent-tool-config.txt,sha256=YejqECtKprbDY4u8kS-Mqf2BOZH-MpMqgjfC6sgOd5k,7313
|
|
5939
5950
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-function-calling-tool-config.txt,sha256=8vszeDfHTBQGjIvEbTKKZuNdJSD--MI9lOSxeo88sZk,7572
|
|
5940
5951
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-http-endpoint-tool-config.txt,sha256=f2Ak7JCyusyoyBlGaIRjIBVSKECE8z1k_wOrmNeCFaM,8741
|
|
5941
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-rag-tool-config.txt,sha256=
|
|
5942
|
-
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt,sha256=
|
|
5952
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-rag-tool-config.txt,sha256=iyQpljrc2ncFdJV8zyDaggFOER7WXB3lgK3D6G9v4Ao,9579
|
|
5953
|
+
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt,sha256=D8ix0PQqmzfdN3vytNNaaPHZklUP4ngEmmRRGLpizV8,9917
|
|
5943
5954
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update.txt,sha256=OeZ3NIMN2Y3623-mqHrW_5PR8o1DnnOA5QBCHmGzbn4,7216
|
|
5944
5955
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/work-request/cancel.txt,sha256=jTBaZA5wFhX8wikI2SrEuYaFZGjhg8qSIaGaTl3BJqo,3186
|
|
5945
5956
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/work-request/get.txt,sha256=U5DB-MJgC3_CoMQuwGuPYustFfcDGLaHW3lgxMaFXng,2798
|
|
@@ -6148,7 +6159,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
6148
6159
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=mM7933GbwKuX0WkzM9ICcIlofLzF0dtEm1JEggY5S8w,3254
|
|
6149
6160
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=xjSUcQP-n638zxuoqC-Knb6LUZljV-Ei_Pkses53IxI,3264
|
|
6150
6161
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
6151
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
6162
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=T9mb98Efr1yf1139kwH80nlRvEjKOKTgm_WcIanUJ3o,255
|
|
6152
6163
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
6153
6164
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
6154
6165
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -6176,13 +6187,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
6176
6187
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=F3anQhXRAyXnnBE88LCeU_lJe3SSc5ZvHc6onlWtvD0,3984
|
|
6177
6188
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=qa6p72Z1SkQKtz8UXQcxrQtd8aWPrarBgwKJnVUh0_A,4369
|
|
6178
6189
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
6179
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
6190
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
6180
6191
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
6181
6192
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=2zgmz-dj-DtqA8oB4SldkITajH6RTedoLVHcY--4Cv4,3271
|
|
6182
6193
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=g2fubrQuDdXAR4-KFaWxwdwnVgeP5Z0QF26mzLGMivw,2879
|
|
6183
6194
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=joyihZemELpaWSYss6_8BYj8QPq2HP2vYa4pDUoIYtg,3669
|
|
6184
6195
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=YNfANKQer4QgsN500wXNOk3Sju9H__dpvUcmj4-i_eo,3698
|
|
6185
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
6196
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list.txt,sha256=O5-fBGIDs1HjLYE9Z3-hCz_Dssg8518az1t0MBu5UBw,3690
|
|
6186
6197
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
6187
6198
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
6188
6199
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -7134,7 +7145,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request-error/l
|
|
|
7134
7145
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-utils/work-request-log-entry/list-work-request-logs.txt,sha256=O83NgC8P8hhpi6PYk1dxoZIiVrfy_K2K72osar5Y2SQ,3664
|
|
7135
7146
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster-config-version.txt,sha256=1DosjaXi03unAgUvzQCn7RX1D1sSlPJUocfKpVtwQgM,202
|
|
7136
7147
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster-config.txt,sha256=_KuqOpEwKymeOuVmZTqW6captNe3Z_upEqgbCJIaRDY,472
|
|
7137
|
-
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster.txt,sha256=
|
|
7148
|
+
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster.txt,sha256=xGd9VfXcu-BNyip1onsWjY3-PqdDqDBXQXtHmEPeE_Q,506
|
|
7138
7149
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
|
|
7139
7150
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
|
|
7140
7151
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/work-request.txt,sha256=ngDrOZ8jL9BVRaUcMtEkE0THnAQTSkFZbgcM24YKnWg,482
|
|
@@ -7144,6 +7155,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/delete.txt,sha25
|
|
|
7144
7155
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/disable-superuser.txt,sha256=fUlZ9CGIuvA0ZHZasz3qA2QUhdZhyFbaVPRIBe-oNIA,4153
|
|
7145
7156
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/enable-superuser.txt,sha256=OmXVcgZDDkO7MUNlaJVD3usB_0U9Uir5y3-HYd3BnMQ,4867
|
|
7146
7157
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/get.txt,sha256=GqHoKeYMi7qkKJBwuCS6HVsAP4ftak7q-cO_T4my9xY,2737
|
|
7158
|
+
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/list-node-shapes.txt,sha256=-36ZmR7TPgMUgfpfV05_FdsKtlNiBO-2P-vk8jaO_A8,3576
|
|
7147
7159
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/list.txt,sha256=BRRUqHmESD69qS1OBP7Mkl_zYQXjhmRTyKzOKbqLdkg,3830
|
|
7148
7160
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/update.txt,sha256=kBgBSVmLUi8R_oe8fhqGRb97yCJ7TUTolhS-8vLsZ_A,7004
|
|
7149
7161
|
oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster-config/change-compartment.txt,sha256=DLem6lswzM0v_UXoFEl28f8xByCAOx3N0OxW1w7UcDE,3701
|
|
@@ -8103,7 +8115,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anch
|
|
|
8103
8115
|
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor.txt,sha256=0GbGy1gZW89KWYMrusMex4CZnAt4T4VDXMqesKczCzI,405
|
|
8104
8116
|
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor/get.txt,sha256=zFZdEe6xh312kJosc7OssPgK-gFKONccU5YLA9Q99F4,3873
|
|
8105
8117
|
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor-collection/list-resource-anchors.txt,sha256=LZQFmc4v7-oFFrYeXnHawXwjXElRNU9VA4JH4amwqXI,4779
|
|
8106
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup.txt,sha256=
|
|
8118
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup.txt,sha256=LBgQsqwiowXACMdhCe0umDyQ4azwYG4rwJWEYD-tG-w,558
|
|
8107
8119
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/channel.txt,sha256=bTi36cywn5ov26qBs6VRBpTIi3i8wrRf9mFRSVKCIUQ,225
|
|
8108
8120
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/configuration.txt,sha256=e9l0zyr9GxB5IWQQyEkbSvCExzPaT5lvtmXZG9wPoKQ,229
|
|
8109
8121
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system.txt,sha256=N8BS_weSdwgrQAV8rkgcdBRzC6BzrLAlwJ3eupbQe7U,373
|
|
@@ -8112,12 +8124,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/mysql/shape.txt,sha256=XqGVdXf
|
|
|
8112
8124
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/version.txt,sha256=ARTQng2LMbuhaPQXgwkbTpLeNRrr6GcMgG5Z5cluxto,118
|
|
8113
8125
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
8114
8126
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request-log-entry.txt,sha256=8wFPE3-I-Zm0sDOPE-9tFU9u964tYYVEffc55hPiY_w,173
|
|
8115
|
-
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request.txt,sha256=
|
|
8127
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request.txt,sha256=J1iVuV52222piUy2DzOTE6JObVmIjgILc8b2JgxzdsI,168
|
|
8116
8128
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/cancel-backup-deletion.txt,sha256=GUxOGHPTYdIcQ8FV3EXq3isaeF1qVYFvnFXRt6rEps4,4766
|
|
8117
8129
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/change-compartment.txt,sha256=cPtyIoWMZMXpmjSvcDqBhzWf4Idkzw5rJUWaYSmscaQ,4897
|
|
8118
8130
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/copy.txt,sha256=9hqqGTfdDt4xUJQL6NuzPs7-zYEY5m1mZl8fBzUQ4CE,5850
|
|
8119
8131
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/create.txt,sha256=apUDmLz2-d17Kc1px-a8CeQil-Qy7IDr9ooBtMzqA3g,5956
|
|
8120
8132
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/delete.txt,sha256=vW3SZt9I6JMHm9qgDs-9DMY7ttL4PdlWliyUMEVlRbI,4709
|
|
8133
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/export.txt,sha256=NjtCDUF-KK6ezd9qCHbnRj3xHMD4oK9m7E-LS1uACs4,5709
|
|
8121
8134
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/get.txt,sha256=Zuu1E1GdwzWprEjPWCSWVl9j2AWs5icHyCWNiSnFBnM,3708
|
|
8122
8135
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/list.txt,sha256=SJqc5AV7Tq4ftOvRQAT0FfwTe-sm1UxBuPs56V_m1oA,4378
|
|
8123
8136
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/update.txt,sha256=lhUXXWa2RLSca_OdfP1PFXOk4yTbokS0aybd9lYVF1M,6355
|
|
@@ -8162,6 +8175,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/mysql/replica/list.txt,sha256=
|
|
|
8162
8175
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/replica/update.txt,sha256=bDQDKKcOU2jETERy-V3nDwEyIMJeBAZE2h_VDCbqULg,6925
|
|
8163
8176
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/shape/list.txt,sha256=CExaItfEv8zbbG5Ca7j9uH2HiUJ3bmkVl4KJmuEj17E,3181
|
|
8164
8177
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/version/list.txt,sha256=aqzZleZEZnp2J-ZgLlp5pQw8mkVq4ks7gff2Ro_jeUc,2833
|
|
8178
|
+
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request/cancel.txt,sha256=i1TViNO3xwaYC0Ye_-xPGfJpkJRVs66fF14StN1EBNg,3124
|
|
8165
8179
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request/get.txt,sha256=n-hWqwQzZcBRo7ornT1229R4oU28gb7fO4iUSQoGS9g,3113
|
|
8166
8180
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request/list.txt,sha256=aWWXhUuDViaElLrLmlud0z1UOjkrm8DYjJjsi3WFx-o,3586
|
|
8167
8181
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request-error/list.txt,sha256=cYR8AYcaTocMeCm7Q4aLG8hyX31WCEoEThaj2z6NaJM,3366
|
|
@@ -8448,14 +8462,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/network/tunnel-security-associ
|
|
|
8448
8462
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/add-ipv6-vcn-cidr.txt,sha256=bbCmuD1IVHfNyhICAVRtMdmEf8DhsCseOYx2xZRj24Y,5391
|
|
8449
8463
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/add-vcn-cidr.txt,sha256=8PIkHGjsAQxjekDXC5OIzY4NPHDJV761vkUS9TlNoIQ,4952
|
|
8450
8464
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/change-compartment.txt,sha256=xsLVEPW_lPXY7tWP1IZpVwD81AF4gK8xdhC3b3vTH9o,4287
|
|
8451
|
-
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/create.txt,sha256=
|
|
8465
|
+
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/create.txt,sha256=Ay3Ro6J6UU1KR01VroR9ltgvArs4dQDybx2HeOZ920A,11848
|
|
8452
8466
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/delete.txt,sha256=5atn8MgdIGx8XwRo0DBGt_Or41m3LLBvjlJKHtQy28k,4710
|
|
8453
8467
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/get.txt,sha256=uO_BXB3l-XV2F-WPIxAP1WHKUKqEjiVDZ0Q7qH_CCNo,3013
|
|
8454
8468
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/list.txt,sha256=XCsEhLi2K3o2NwXUKdyXWZhn5wgYWgXHp-LUAVTLjVs,4569
|
|
8455
8469
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/modify-vcn-cidr.txt,sha256=RfsNomhDlt0qMRd4HpVzzObj3rUCkgvB825pq5lkxKw,5894
|
|
8456
8470
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/remove-ipv6-vcn-cidr.txt,sha256=C-Hd5pnhxy21q9jryFqREXMfwK-EU2awHbDF7u9BhV8,4716
|
|
8457
8471
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/remove-vcn-cidr.txt,sha256=14NhgnE98wm4YpyYWg1yC9jjpyRm2VsvxLNHwLsOhDI,4831
|
|
8458
|
-
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/update.txt,sha256=
|
|
8472
|
+
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/update.txt,sha256=MGcSSpG_XekcPOjNW-rTtAnHjTu5Eaw65JOUfwdhNdE,6514
|
|
8459
8473
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn-dns-resolver-association/get.txt,sha256=jmhYaYZQVfGTqu0ECXSBTMFxFIiLJc7W8TaFT2ghTBs,3078
|
|
8460
8474
|
oci_cli/help_text_producer/data_files/text/cmdref/network/vcn-topology/get.txt,sha256=g77OM8EeIjPqSipmt8MDIeIJ48vmIM-5Y3Tsqd8Rb4M,4400
|
|
8461
8475
|
oci_cli/help_text_producer/data_files/text/cmdref/network/virtual-circuit/change-compartment.txt,sha256=FrpecP3DAu1SBQcdapktN7cbcOKBvvp7ZJTfr8hCEuE,3426
|
|
@@ -8704,6 +8718,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster.txt,sha256=JXlcuM
|
|
|
8704
8718
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore-cluster.txt,sha256=UcHYtoVtSIJ9e_V_tt-A5Fs8DxOY8wvHdpHB3LfwjnE,439
|
|
8705
8719
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore.txt,sha256=vtqr5FJBwNni9kY0N3YIWZtTmcIpq7Y_rEbwsEmLujc,314
|
|
8706
8720
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
|
|
8721
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance.txt,sha256=LE2BrgarUcHuJl0tmGC-rJO0rIcTkWUibuL2chubEuQ,328
|
|
8707
8722
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
|
|
8708
8723
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=kDeXQH694uqh8esZ4MoemZm7V7j_dov1PaR_15H3-NU,198
|
|
8709
8724
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
|
|
@@ -8742,6 +8757,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host/list.txt,sha256
|
|
|
8742
8757
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host/replace-host.txt,sha256=F1tIFADlepfVM4U66KKoUgvcnrQulCLl03fQGAqOMUE,6379
|
|
8743
8758
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host/swap-billing.txt,sha256=CkY-T6VHYF2Qa_j17KWnPmDu1epeDwvqcqsBfu5QTkM,6436
|
|
8744
8759
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host/update.txt,sha256=-lCrVH2F_jeY3y_lmfGigWawHBnrJxVIfs298R1BE0Y,6182
|
|
8760
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance.txt,sha256=IyOovimQb3kfctZMb79GMN_cdS9d84Rw9Toj5lakR58,194
|
|
8761
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/create.txt,sha256=K2Xl_7lj8zGkpOeB133sWHMZZOlBBIr_bsvOB8YJ08s,8064
|
|
8762
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/delete.txt,sha256=JvS-48rRAmsTAz71t95cziwiCZaMGy3q1OboGxf-IBI,5999
|
|
8763
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/get.txt,sha256=j-6juwLrRRvy_QQMYiELDB927VuM7lifZ_H4jv5U_vM,4626
|
|
8764
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/list.txt,sha256=wZE-5yeykGNsigxbR2yYiUwsJK62627QP4GSras0gqc,4751
|
|
8765
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/update.txt,sha256=65W0UsIUNYIFlx7hGApg0JbSPi-Ws9ESRkqOMCp3VII,8669
|
|
8745
8766
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/cancel-downgrade-hcx.txt,sha256=X6GV-GE7McNLQ7D4LWW2FdgxVWYGPiD4MFssBJrSlWc,5154
|
|
8746
8767
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/change-compartment.txt,sha256=Ui27tNod5eTDeuz1yoG69fACVVSMJ08J-PEOAWciD94,4377
|
|
8747
8768
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/create.txt,sha256=rNLmcbDDDasG3zFAJMQVSCnn4FkU0SDt3RXhqRVqfak,8014
|
|
@@ -9039,7 +9060,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opensearch/backup/list.txt,sha
|
|
|
9039
9060
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/backup/update.txt,sha256=ANE60ygp2sQgVYsDdoOPoX5_trmoLQgRtEHSGBF72rE,5684
|
|
9040
9061
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/backup.txt,sha256=ppc0hJ2SmSfiRwalr-RJceiJamV5aL-ZW9u_osAr9uc,4773
|
|
9041
9062
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/configureoutboundcluster.txt,sha256=WLmyzgfZzR7Bta8C56d9TXoj1hJPmwj3wbPHA6pGn2g,5028
|
|
9042
|
-
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt,sha256=
|
|
9063
|
+
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt,sha256=vahXuF1zr6zvwg4XiH70-tTowEWrcIiXD1LzIqcfUbM,18145
|
|
9043
9064
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/delete.txt,sha256=OcaITJrmMpJ4CYmOr_DHRe2ABmpARjR06s4VKgKMOzM,4188
|
|
9044
9065
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/get.txt,sha256=rZBDIDG8ejGlbKIbGYZD52rPuxLhP1mCH4fYBmmqx10,2788
|
|
9045
9066
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/list-versions.txt,sha256=uH5bV6vxxp-yKspndbiZPLKAp83G8xNnT4y2YIcCwmQ,3293
|
|
@@ -9048,7 +9069,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/resizehoriz
|
|
|
9048
9069
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/resizevertical.txt,sha256=JW1F5F7UiGmXSGN0K6MkiALpZ9xzW1y6t1fLxhIL02g,6854
|
|
9049
9070
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/restore.txt,sha256=37xaGHDAUTkRyWWGYLD8xGlW3NfYwlOlrP4SqZLTVYY,4915
|
|
9050
9071
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details.txt,sha256=KGRr7i3HBgmW_0ga6Ktk8_yZyAxAKFVqSItLfHAyxTk,136
|
|
9051
|
-
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt,sha256=
|
|
9072
|
+
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt,sha256=pX9tPVv8Imai04otgA1B6cB4U_ahCKSYParFdHUvOc0,9902
|
|
9052
9073
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt,sha256=xA4gXLjizpJnr5FFxWRNIzfSIxdGpY_Op3pyM2f4Pdc,7841
|
|
9053
9074
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request-error.txt,sha256=5tvQTSfKxsCbnAnEvE2TnuTSH88zBOcgbCzJUgH3uD0,186
|
|
9054
9075
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/work-request-log-entry.txt,sha256=a-h5ObTd9Ftr_VUzVU-xsZKo_dgHYRamaFTzUGN1_mI,197
|
|
@@ -9359,7 +9380,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
9359
9380
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
9360
9381
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
9361
9382
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
9362
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
9383
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
9363
9384
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
9364
9385
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
9365
9386
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=AwqErWMRoyk8tVVqwUBHvdLni7tP5X55ZBEvYFZ-Z2I,2897
|
|
@@ -9411,7 +9432,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
9411
9432
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=TiRDrCLQILEukUPVG0o6LozxBaPSGcfNQL-7T5N0BU8,4081
|
|
9412
9433
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=u3xZcULvHfC8_00vtJMMFWyXLEwl0CyFJye5_00seXU,2792
|
|
9413
9434
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=RfNH6PhTlDWmW8J2TMAE_TAiA7v9FTBs-zzMAqmbWgc,3388
|
|
9414
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list
|
|
9435
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=4maBMnDv9ChgyJPfArUv9_to6m91HbFV3Mv3_JjosGw,3410
|
|
9415
9436
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=VnTiyyEgLJH8GF-f5BrtfxkQYJtNLvLljv3zmTIFJyI,3402
|
|
9416
9437
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
9417
9438
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
@@ -9765,26 +9786,33 @@ oci_cli/help_text_producer/data_files/text/cmdref/psql/work-request-error/list.t
|
|
|
9765
9786
|
oci_cli/help_text_producer/data_files/text/cmdref/psql/work-request-log-entry/list-work-request-logs.txt,sha256=j1WqXMILjWY-2eFNIOzSUULPsSvjrPHCxLtXsuavF6Q,3675
|
|
9766
9787
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/channels.txt,sha256=ou678n8F3zecvFNhOV1iJ7wJInaYofexK_RKbwMvtWo,137
|
|
9767
9788
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages.txt,sha256=tCgvXluLyDJ5W01f9fE0zMdkKzS02ZUlGI-1YMU3LIA,237
|
|
9768
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin.txt,sha256=
|
|
9769
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/channels/list-channels.txt,sha256=
|
|
9770
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-message.txt,sha256=
|
|
9771
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-messages.txt,sha256=
|
|
9772
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-messages.txt,sha256=
|
|
9773
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-stats.txt,sha256=
|
|
9789
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin.txt,sha256=duzdnvfNHBxYvGUoZhdbxyl5x-LcrNoby20R3LxdKTs,530
|
|
9790
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/channels/list-channels.txt,sha256=ntW0viVuihGYsGXlu0BgVh9uJ-juhNKuNGIXxP62dGs,4333
|
|
9791
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-message.txt,sha256=uw0DZZ0Jqq3Uh5yQkgPQDzkOcuNmcGIs5HarMibwfjM,3870
|
|
9792
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-messages.txt,sha256=fn-oAEsunGdvTlFCgyLooAXqIdfxAf_ULu65qMVUogw,4256
|
|
9793
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-messages.txt,sha256=PBrMcbpsGp7Fq9i2dZf6thN5zc2RFyvuqH3bi2v3I2g,5179
|
|
9794
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-stats.txt,sha256=NcjRfPIPmsbHaIxRr_obAbRYMBfAuSkWloLei-RfH68,3504
|
|
9774
9795
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/put-messages.txt,sha256=lKjT_VjVlFYBCa8tLelGN_9ozXrg-9km8CY0gg8H9g8,4059
|
|
9775
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-message.txt,sha256=
|
|
9776
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-messages.txt,sha256=
|
|
9796
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-message.txt,sha256=lPwf-9EaK6KyEOXXa1VD4TnIwEhafK99npe-eiVjsb8,4243
|
|
9797
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-messages.txt,sha256=D4JALlAmBGD9NBQyEPJwnpWgNSbzIi_U7vlAsq3WhsQ,4252
|
|
9798
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection.txt,sha256=nENrHedEVIkVTi9pkmgMecYu7JxHmSurR6Ytv0iP7y4,261
|
|
9799
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group.txt,sha256=ktMLznkLVtSiYfWeJhcA-fMp_2qdJqRTUmCGs5v0O4Q,181
|
|
9777
9800
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue.txt,sha256=D48w8_3BxSxcYEf5efI5WPprz3Ozd14AT_mz96Mw0Bk,215
|
|
9778
9801
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/work-request-error.txt,sha256=ya_9iCE3ZAfzEIo-2HnFLYlg84HHc0drMu_izOjhMiw,229
|
|
9779
9802
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/work-request-log.txt,sha256=mJkjmlgqIabUOmORTfB9sZb1n_MboqQiS0k4VUxvBj4,221
|
|
9780
9803
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
|
|
9804
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/create.txt,sha256=LBMTglE_qyCpYDI2F4mCI2duDU8TFX3_ViZxn1S1s6I,5984
|
|
9805
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/delete.txt,sha256=_NkkV914yHUE4a6hy4lfYNSuT_6pXoa2WmClcO88o4g,4691
|
|
9806
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/get.txt,sha256=ooPGPUgJVDARF9txZjjFqiC7jPG7mQzJc5uK3YDONkk,3294
|
|
9807
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/update.txt,sha256=8qAHZhBD8N5ycHyZtXKqs_qlwBWw5Fgu7JHx7GnYtGk,6667
|
|
9808
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection/list-consumer-groups.txt,sha256=RIyU4_ZfoElAVHsiL94cRaJaXd3xM0jn6fFtx_7c9lQ,3947
|
|
9781
9809
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/change-compartment.txt,sha256=VQ3A_bMJgWOr0UxF0QafNvz6ivazGPSUITU7SMIsxwg,4672
|
|
9782
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/create.txt,sha256=
|
|
9810
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/create.txt,sha256=ukyqJNJTO8E-Lm-mW_XD3Vjm_nOM3KZd7iOsFbvlh4A,6960
|
|
9783
9811
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/delete.txt,sha256=CnTcEVchYHnW2JOChsctX1U0ou6l0FZcLRhN0me--sc,4476
|
|
9784
9812
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/get.txt,sha256=6hTWJRAzchiOkmFwR5VQkDpVAHoo72pe-oZbvJDYXII,3079
|
|
9785
9813
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/list.txt,sha256=Hr6B6qqEmXQ1MNMPIMMSp3_0Akp0ALb0BwRY9OmnKPQ,3862
|
|
9786
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/purge.txt,sha256=
|
|
9787
|
-
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/update.txt,sha256=
|
|
9814
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/purge.txt,sha256=QNi1YzrlE9WN4LNLMXtxWBKkEwca05rZSgWHZYp5HfA,6594
|
|
9815
|
+
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/update.txt,sha256=QiUM_NYGuMpsoxoBFOc2B9r2l_hsnPDI90F1DZ2V8DE,7521
|
|
9788
9816
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/work-request/get.txt,sha256=tlhKtGvTKFunw2KoM2N_uF09KK75tIHRbirAa-A7b3Q,2804
|
|
9789
9817
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/work-request/list.txt,sha256=J6FnD8ZyBphxyrte-GnY74bg_dvIpTW472vNe2th7rY,3231
|
|
9790
9818
|
oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/work-request-error/list.txt,sha256=mWTqdstDCJeO4t1Ms1sYtVnu58i1iuoAqPWf-DVMtN8,3498
|
|
@@ -10401,13 +10429,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message/put.t
|
|
|
10401
10429
|
oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type.txt,sha256=VJByWoKDcYI9FTe4NxPpKE-SYLjGvGIYNnWuodNA8Cg,185
|
|
10402
10430
|
oci_cli/help_text_producer/data_files/text/cmdref/support/incident.txt,sha256=LFN4Yw04jZvMq6aY5eMHKbZyktvD8fYGV3AxdsuMkSE,173
|
|
10403
10431
|
oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response.txt,sha256=SX1rgBJ0weBVHR6pLPiaIjLOW-AUnp_QGEvhSGoQaoo,208
|
|
10404
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=
|
|
10405
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=
|
|
10406
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=
|
|
10432
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=hcNmv5K8MJzlmLb0oTSBQ2jY5vBUfE_Dc8U0-Esfzkc,4964
|
|
10433
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=OpviwFvGLNM19ggoiJykTpL9Xi41yl_BBQKB1NHoHYc,3022
|
|
10434
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=FpartbwpmOiN4JrWqHiC88Xq5NX8aNHuP00aFC80MFY,3929
|
|
10407
10435
|
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/put-attachment.txt,sha256=I8OS7Z2lccbgDPJPpH6_M1pIj12FcIvp3tu9Py2_XJA,4988
|
|
10408
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=
|
|
10409
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=
|
|
10410
|
-
oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=
|
|
10436
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=5XNzFqNcifPa4faPKaY2kH2a2LCPl57MsPwgsiPxHi0,4367
|
|
10437
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=Uh7mOAwByc6kmi8oYpmtP1QzykJLbhrF6y44epPiHL8,4018
|
|
10438
|
+
oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=KjlyUWD2aFW3kZxoiBP9SouzTEhPjbdIyUeGMRFu29U,2936
|
|
10411
10439
|
oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-counts.txt,sha256=L0l5cjtkknEEAOf2rmUkg-ISUfvJKltHIlAFRxxGSmo,172
|
|
10412
10440
|
oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-summaries.txt,sha256=IX0fJmkY3qrfnTKWy8K9k-lDOauZjk69q5BaTOzVvJ0,161
|
|
10413
10441
|
oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator.txt,sha256=AGoIxHrbMfykN-x81bKA58fiSHLy5jk6OgF5Y7oWYwk,256
|
|
@@ -11170,15 +11198,15 @@ services/certificates/src/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz8
|
|
|
11170
11198
|
services/certificates/src/oci_cli_certificates/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11171
11199
|
services/certificates/src/oci_cli_certificates/certificates_cli_extended.py,sha256=dV3Nkb7lrofKiLYBeZYtW_iCNdxuWuebDLTs7U0493c,4612
|
|
11172
11200
|
services/certificates/src/oci_cli_certificates/generated/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11173
|
-
services/certificates/src/oci_cli_certificates/generated/certificates_cli.py,sha256=
|
|
11201
|
+
services/certificates/src/oci_cli_certificates/generated/certificates_cli.py,sha256=fT4SLfifjL3xV-89ecHSqEcxszpeg5xienc71SDLkFw,14445
|
|
11174
11202
|
services/certificates/src/oci_cli_certificates/generated/client_mappings.py,sha256=x4_W-Snsh4STjWdppPal6Cp8WTX2nuw_kgildayOywI,832
|
|
11175
11203
|
services/certificates/tests/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11176
11204
|
services/certificates_management/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11177
11205
|
services/certificates_management/src/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11178
11206
|
services/certificates_management/src/oci_cli_certificates_management/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11179
|
-
services/certificates_management/src/oci_cli_certificates_management/certificatesmanagement_cli_extended.py,sha256=
|
|
11207
|
+
services/certificates_management/src/oci_cli_certificates_management/certificatesmanagement_cli_extended.py,sha256=2dyAfhWY1drQDLDE02oyAuhIe_VU6-eLrBwIVKFfSbc,71123
|
|
11180
11208
|
services/certificates_management/src/oci_cli_certificates_management/generated/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11181
|
-
services/certificates_management/src/oci_cli_certificates_management/generated/certificatesmanagement_cli.py,sha256=
|
|
11209
|
+
services/certificates_management/src/oci_cli_certificates_management/generated/certificatesmanagement_cli.py,sha256=rOZAviB3OK06B0t0kG5eJ83S7oS3xphcFwsBVzPTK58,258193
|
|
11182
11210
|
services/certificates_management/src/oci_cli_certificates_management/generated/client_mappings.py,sha256=Ca2CsSfb1YFyHcj1Fkb_vdOdCOFggaJXUfs9-rhx1Vw,940
|
|
11183
11211
|
services/certificates_management/tests/__init__.py,sha256=dcQJpiXvrVCTt8cc-zwsjlbYj1Zb7dhIVz85SsRCdi0,437
|
|
11184
11212
|
services/cims/__init__.py,sha256=UxAF5jDcGKOxmlfACLJ7xGCYLNzwHJC6K7Gm1hXITW8,437
|
|
@@ -11294,12 +11322,12 @@ services/core/src/oci_cli_compute/compute_cli_extended.py,sha256=gNAozHuyHCW624y
|
|
|
11294
11322
|
services/core/src/oci_cli_compute/computepic_cli_extended.py,sha256=4nUdzif2hp2ZEGfmprXHiWBba-3cuDfttjSTb6OSeu8,7498
|
|
11295
11323
|
services/core/src/oci_cli_compute/generated/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11296
11324
|
services/core/src/oci_cli_compute/generated/client_mappings.py,sha256=GVxbLIGHsGXSlq8AD6nvDviLJhtPioK8zUgnw03LvZI,761
|
|
11297
|
-
services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=
|
|
11325
|
+
services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=5tD8TMmo8bDGp2z25y54zpHO8yiBHc4cN4xAIHI24ic,1114033
|
|
11298
11326
|
services/core/src/oci_cli_compute_management/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11299
11327
|
services/core/src/oci_cli_compute_management/computemanagement_cli_extended.py,sha256=Fq8R1iLwZgv4v_LhPQsnaQ5HwRJtUjDB8lDD9VVS-eQ,5897
|
|
11300
11328
|
services/core/src/oci_cli_compute_management/generated/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11301
11329
|
services/core/src/oci_cli_compute_management/generated/client_mappings.py,sha256=G0uIUXqiHoNNmWWNPFouOQS56XpelTjERmaFYseC8e8,792
|
|
11302
|
-
services/core/src/oci_cli_compute_management/generated/computemanagement_cli.py,sha256=
|
|
11330
|
+
services/core/src/oci_cli_compute_management/generated/computemanagement_cli.py,sha256=xPM7ftuoA6Z3iceNiuZH0FWnQu2woEehVvmr-7n7XQw,151626
|
|
11303
11331
|
services/core/src/oci_cli_core/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11304
11332
|
services/core/src/oci_cli_core/core_cli_extended.py,sha256=UR6TyOL7p2lkyF8kl85N2TgjMJ_FGHnXAMmVSdVEUbo,517
|
|
11305
11333
|
services/core/src/oci_cli_core/generated/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
@@ -11308,7 +11336,7 @@ services/core/src/oci_cli_virtual_network/__init__.py,sha256=kEnyVyy2RN77NHUaGfU
|
|
|
11308
11336
|
services/core/src/oci_cli_virtual_network/virtualnetwork_cli_extended.py,sha256=lX5Xdv1EHPN6Zb2G0TUz7wdfEQeG_hClhDuz3mhSlJQ,56524
|
|
11309
11337
|
services/core/src/oci_cli_virtual_network/generated/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11310
11338
|
services/core/src/oci_cli_virtual_network/generated/client_mappings.py,sha256=Vk0FUTIi9BRFiyR96MWLu1NbhKyuQEzE0gBlR6NAX_s,783
|
|
11311
|
-
services/core/src/oci_cli_virtual_network/generated/virtualnetwork_cli.py,sha256=
|
|
11339
|
+
services/core/src/oci_cli_virtual_network/generated/virtualnetwork_cli.py,sha256=rRyyKzoklqDHy1nimHkIcwOwevKoA4TlEFcnhwmZ8Uw,1117924
|
|
11312
11340
|
services/core/tests/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11313
11341
|
services/core/tests/extend_test_blockstorage.py,sha256=4ikjA4au68lxR8N-Mb8lCo0LFRkpbWtwIFufTkwvNfU,758
|
|
11314
11342
|
services/core/tests/extend_test_compute.py,sha256=le9beqMGCjoyJQECqB5Pel2mG5jhxc_1c5Isj-1h3xk,1295
|
|
@@ -11392,7 +11420,7 @@ services/database/src/oci_cli_database/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLE
|
|
|
11392
11420
|
services/database/src/oci_cli_database/database_cli_extended.py,sha256=athKntqPRyxkjiarlcqpx_mOjPSntZdi7aDx1aI23E8,323126
|
|
11393
11421
|
services/database/src/oci_cli_database/generated/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11394
11422
|
services/database/src/oci_cli_database/generated/client_mappings.py,sha256=NSB97STNlc1BrscGUnu0H9dBXLtZd6EmWDU7U4ZpfKw,792
|
|
11395
|
-
services/database/src/oci_cli_database/generated/database_cli.py,sha256=
|
|
11423
|
+
services/database/src/oci_cli_database/generated/database_cli.py,sha256=cfx6PJq-CBtz3LvQl94wZFB4KN3fXGkHdWrM7YMfZ7I,3611333
|
|
11396
11424
|
services/database/tests/__init__.py,sha256=kEnyVyy2RN77NHUaGfUsLEheX2AQUuTjebaaFr8DpY4,437
|
|
11397
11425
|
services/database_management/__init__.py,sha256=LvJgAWbDe-PjFDN1RX5eTgOYMSsKizgeauWnXVh24yk,437
|
|
11398
11426
|
services/database_management/src/__init__.py,sha256=LvJgAWbDe-PjFDN1RX5eTgOYMSsKizgeauWnXVh24yk,437
|
|
@@ -11540,10 +11568,10 @@ services/devops/tests/__init__.py,sha256=sP1lK5-2Aq-3U97Ak4b3OtsYDICpnGtLY2BTrzY
|
|
|
11540
11568
|
services/dif/__init__.py,sha256=a00joWMr6hFs4FyqdkXJIul2AZfXw6afhTg37Pcd2j4,437
|
|
11541
11569
|
services/dif/src/__init__.py,sha256=a00joWMr6hFs4FyqdkXJIul2AZfXw6afhTg37Pcd2j4,437
|
|
11542
11570
|
services/dif/src/oci_cli_stack/__init__.py,sha256=a00joWMr6hFs4FyqdkXJIul2AZfXw6afhTg37Pcd2j4,437
|
|
11543
|
-
services/dif/src/oci_cli_stack/stack_cli_extended.py,sha256=
|
|
11571
|
+
services/dif/src/oci_cli_stack/stack_cli_extended.py,sha256=fhgJ6Iy6xlWPlNVH1FQ2540AnXtzpMcZlP9G2PJsm1g,6352
|
|
11544
11572
|
services/dif/src/oci_cli_stack/generated/__init__.py,sha256=a00joWMr6hFs4FyqdkXJIul2AZfXw6afhTg37Pcd2j4,437
|
|
11545
11573
|
services/dif/src/oci_cli_stack/generated/client_mappings.py,sha256=voXA0YUOkVU0CRM0qcala8aRbZt7xFRmczqYL-FuOCE,748
|
|
11546
|
-
services/dif/src/oci_cli_stack/generated/stack_cli.py,sha256=
|
|
11574
|
+
services/dif/src/oci_cli_stack/generated/stack_cli.py,sha256=UyHyYb6y_IfMl6wHHPD7m2FbDdKmz6-hc58ehkPDqYA,71481
|
|
11547
11575
|
services/dif/tests/__init__.py,sha256=a00joWMr6hFs4FyqdkXJIul2AZfXw6afhTg37Pcd2j4,437
|
|
11548
11576
|
services/disaster_recovery/__init__.py,sha256=Aoa8hyd_Tf05eUyFIlLRg1dYOaNJLLayC5kB4KEvL1Y,437
|
|
11549
11577
|
services/disaster_recovery/src/__init__.py,sha256=Aoa8hyd_Tf05eUyFIlLRg1dYOaNJLLayC5kB4KEvL1Y,437
|
|
@@ -11703,7 +11731,7 @@ services/generative_ai_agent/src/oci_cli_generative_ai_agent/__init__.py,sha256=
|
|
|
11703
11731
|
services/generative_ai_agent/src/oci_cli_generative_ai_agent/generativeaiagent_cli_extended.py,sha256=89p_8tpba54Mmb0ok5t811Blh1mKzaZERnKP-hOcgW8,3892
|
|
11704
11732
|
services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/__init__.py,sha256=w5yMkFDleZMR41wW6LCMocAs8EUymxvfItQYLYhneME,437
|
|
11705
11733
|
services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/client_mappings.py,sha256=3o3SzNUyshMVM9G1qFXQbyUGghy7KCwWxir8UA3_K44,898
|
|
11706
|
-
services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py,sha256=
|
|
11734
|
+
services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py,sha256=y9vQoa1Z56I8fFyCMu0VeM791WSLq4QzdwwlLu-W4xI,360858
|
|
11707
11735
|
services/generative_ai_agent/tests/__init__.py,sha256=w5yMkFDleZMR41wW6LCMocAs8EUymxvfItQYLYhneME,437
|
|
11708
11736
|
services/generative_ai_agent_runtime/__init__.py,sha256=w5yMkFDleZMR41wW6LCMocAs8EUymxvfItQYLYhneME,437
|
|
11709
11737
|
services/generative_ai_agent_runtime/src/__init__.py,sha256=w5yMkFDleZMR41wW6LCMocAs8EUymxvfItQYLYhneME,437
|
|
@@ -11945,7 +11973,7 @@ services/managed_kafka/src/oci_cli_kafka_cluster/__init__.py,sha256=jfb0EDIvkFDb
|
|
|
11945
11973
|
services/managed_kafka/src/oci_cli_kafka_cluster/kafkacluster_cli_extended.py,sha256=SwVwDDAY5Qk5KuKsibnu6B7O1qAwDICah8UX-DApRN8,2849
|
|
11946
11974
|
services/managed_kafka/src/oci_cli_kafka_cluster/generated/__init__.py,sha256=jfb0EDIvkFDb8gFKZhTP_kkjZ1aw2sjv9sH5Oy2zg6M,437
|
|
11947
11975
|
services/managed_kafka/src/oci_cli_kafka_cluster/generated/client_mappings.py,sha256=fDI-WtZ0LoBKcfAXOPW43XXcfBV84tnH87s__g7WiR8,840
|
|
11948
|
-
services/managed_kafka/src/oci_cli_kafka_cluster/generated/kafkacluster_cli.py,sha256=
|
|
11976
|
+
services/managed_kafka/src/oci_cli_kafka_cluster/generated/kafkacluster_cli.py,sha256=zDQZDuo5V2_F6ONBPGui_lmLHfZMVDaw-cakxf54AoI,94042
|
|
11949
11977
|
services/managed_kafka/tests/__init__.py,sha256=jfb0EDIvkFDb8gFKZhTP_kkjZ1aw2sjv9sH5Oy2zg6M,437
|
|
11950
11978
|
services/management_agent/__init__.py,sha256=4qHxhCsaC3vAK1IQKMIeUTSAVe1nCFDC7_0UdTVN5j4,437
|
|
11951
11979
|
services/management_agent/src/__init__.py,sha256=4qHxhCsaC3vAK1IQKMIeUTSAVe1nCFDC7_0UdTVN5j4,437
|
|
@@ -12085,7 +12113,7 @@ services/mysql/src/oci_cli_db_backups/__init__.py,sha256=kHpAV0ljfgY92PRFW1poIGU
|
|
|
12085
12113
|
services/mysql/src/oci_cli_db_backups/db_backups_cli_extended.py,sha256=H-JeFMqpFv0t7IER3M_s5SQNgp3FQA9f5Szd8_YyxSM,793
|
|
12086
12114
|
services/mysql/src/oci_cli_db_backups/generated/__init__.py,sha256=kHpAV0ljfgY92PRFW1poIGUox9ILZ2SPvw4jmsr3IM8,437
|
|
12087
12115
|
services/mysql/src/oci_cli_db_backups/generated/client_mappings.py,sha256=eA0dPAlPfqTOT1ADEyO4YwBIf9vQQtHBiKFgYnioJwI,775
|
|
12088
|
-
services/mysql/src/oci_cli_db_backups/generated/dbbackups_cli.py,sha256=
|
|
12116
|
+
services/mysql/src/oci_cli_db_backups/generated/dbbackups_cli.py,sha256=MPuzouuKJFpx0zlgE8STstOBlb1ROBcfJdbLieIcz3I,52466
|
|
12089
12117
|
services/mysql/src/oci_cli_db_system/__init__.py,sha256=kHpAV0ljfgY92PRFW1poIGUox9ILZ2SPvw4jmsr3IM8,437
|
|
12090
12118
|
services/mysql/src/oci_cli_db_system/db_system_cli_extended.py,sha256=eO0L7VWTrv6dJEp46CNbdtMph_bRC1zWGISmkXZMke8,19750
|
|
12091
12119
|
services/mysql/src/oci_cli_db_system/generated/__init__.py,sha256=kHpAV0ljfgY92PRFW1poIGUox9ILZ2SPvw4jmsr3IM8,437
|
|
@@ -12108,7 +12136,7 @@ services/mysql/src/oci_cli_work_requests/__init__.py,sha256=kHpAV0ljfgY92PRFW1po
|
|
|
12108
12136
|
services/mysql/src/oci_cli_work_requests/work_requests_cli_extended.py,sha256=8asTAcGV0UrMlyqKXZCwbV5TPsnwde65YqSDZK-8c0U,1323
|
|
12109
12137
|
services/mysql/src/oci_cli_work_requests/generated/__init__.py,sha256=kHpAV0ljfgY92PRFW1poIGUox9ILZ2SPvw4jmsr3IM8,437
|
|
12110
12138
|
services/mysql/src/oci_cli_work_requests/generated/client_mappings.py,sha256=0YOQS9gfTVxAuxAhOOTIIz64NXsOW5GMCiI7711RQ_c,784
|
|
12111
|
-
services/mysql/src/oci_cli_work_requests/generated/workrequests_cli.py,sha256=
|
|
12139
|
+
services/mysql/src/oci_cli_work_requests/generated/workrequests_cli.py,sha256=7bSB63KOkuAcCkcl3lUdI84goGQZY0NuK2mQmVQBJAo,13943
|
|
12112
12140
|
services/mysql/tests/__init__.py,sha256=kHpAV0ljfgY92PRFW1poIGUox9ILZ2SPvw4jmsr3IM8,437
|
|
12113
12141
|
services/network_firewall/__init__.py,sha256=6601ZbSZdV9aRB6SzPkFH82smzkHavBuMPYAoBqGVns,437
|
|
12114
12142
|
services/network_firewall/src/__init__.py,sha256=6601ZbSZdV9aRB6SzPkFH82smzkHavBuMPYAoBqGVns,437
|
|
@@ -12196,6 +12224,10 @@ services/ocvp/src/oci_cli_esxi_host/esxi_host_cli_extended.py,sha256=MGwCPO1jGEC
|
|
|
12196
12224
|
services/ocvp/src/oci_cli_esxi_host/generated/__init__.py,sha256=dy1dENKvsxMhdzjo7MVEc1Qvzb7Joju1WgBF-nT67KE,437
|
|
12197
12225
|
services/ocvp/src/oci_cli_esxi_host/generated/client_mappings.py,sha256=JCmSK4y99HSzcz61iYumFbA6Ihrt_Ak-557_9KVwBfk,765
|
|
12198
12226
|
services/ocvp/src/oci_cli_esxi_host/generated/esxihost_cli.py,sha256=iHsl3ATTjWwfo8jNMS5UkkIUEz1kHD6c-6LUJ4HRhFc,44247
|
|
12227
|
+
services/ocvp/src/oci_cli_management_appliance/__init__.py,sha256=dy1dENKvsxMhdzjo7MVEc1Qvzb7Joju1WgBF-nT67KE,437
|
|
12228
|
+
services/ocvp/src/oci_cli_management_appliance/generated/__init__.py,sha256=dy1dENKvsxMhdzjo7MVEc1Qvzb7Joju1WgBF-nT67KE,437
|
|
12229
|
+
services/ocvp/src/oci_cli_management_appliance/generated/client_mappings.py,sha256=abWaCjVWCbMUNYErPepHTK7xf1_N-by8lVxwZUDB6G8,798
|
|
12230
|
+
services/ocvp/src/oci_cli_management_appliance/generated/managementappliance_cli.py,sha256=WL4dYTpgdkH3Z70D1ijHL1_gkJN71rFfwg9p6SUQg90,27163
|
|
12199
12231
|
services/ocvp/src/oci_cli_ocvp/__init__.py,sha256=dy1dENKvsxMhdzjo7MVEc1Qvzb7Joju1WgBF-nT67KE,437
|
|
12200
12232
|
services/ocvp/src/oci_cli_ocvp/generated/__init__.py,sha256=dy1dENKvsxMhdzjo7MVEc1Qvzb7Joju1WgBF-nT67KE,437
|
|
12201
12233
|
services/ocvp/src/oci_cli_ocvp/generated/ocvs_service_cli.py,sha256=qQ4b4I_MCYN9eYH2iscoFwoOUPhYgEWcb8Rw0xujoOk,1060
|
|
@@ -12299,7 +12331,7 @@ services/opensearch/src/oci_cli_opensearch_cluster/__init__.py,sha256=FhlhIiTaP4
|
|
|
12299
12331
|
services/opensearch/src/oci_cli_opensearch_cluster/opensearchcluster_cli_extended.py,sha256=JVEgYkUUY8VkKgANhjFDKXqwQGDhup4Us_ebCDiJ1CE,6540
|
|
12300
12332
|
services/opensearch/src/oci_cli_opensearch_cluster/generated/__init__.py,sha256=FhlhIiTaP45MyCk-MWcWEBTekISePUft-o4SYOh0aOI,437
|
|
12301
12333
|
services/opensearch/src/oci_cli_opensearch_cluster/generated/client_mappings.py,sha256=uJSyaR-1dFDCyNbSDyVhO1rU5BmVk0yP4VgfHYJP5vg,834
|
|
12302
|
-
services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py,sha256=
|
|
12334
|
+
services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py,sha256=mPC9r1AmFPwD34f2OnjKPt-n9DhWCEsFTLo84GUF7Cg,98808
|
|
12303
12335
|
services/opensearch/src/oci_cli_opensearch_cluster_backup/__init__.py,sha256=FhlhIiTaP45MyCk-MWcWEBTekISePUft-o4SYOh0aOI,437
|
|
12304
12336
|
services/opensearch/src/oci_cli_opensearch_cluster_backup/opensearchclusterbackup_cli_extended.py,sha256=1cOtifDAo60BbY1ncIcej9rp2hIyUohQPeGistsZylg,1988
|
|
12305
12337
|
services/opensearch/src/oci_cli_opensearch_cluster_backup/generated/__init__.py,sha256=FhlhIiTaP45MyCk-MWcWEBTekISePUft-o4SYOh0aOI,437
|
|
@@ -12488,13 +12520,13 @@ services/queue/src/oci_cli_queue/__init__.py,sha256=KzeAK9ntupLGR7634lMp1v56kELV
|
|
|
12488
12520
|
services/queue/src/oci_cli_queue/queue_service_cli_extended.py,sha256=u96k8mRlmzVKU9hH0EdBNtTn9t-mvzvOMaFUWQgAf0E,2010
|
|
12489
12521
|
services/queue/src/oci_cli_queue/generated/__init__.py,sha256=KzeAK9ntupLGR7634lMp1v56kELVpkfM4sVtH-_5D3s,437
|
|
12490
12522
|
services/queue/src/oci_cli_queue/generated/client_mappings.py,sha256=fBajFEhuG-OE5jOsjb4nb9jsWPojNSPvpGi1ANn3yCI,762
|
|
12491
|
-
services/queue/src/oci_cli_queue/generated/queue_cli.py,sha256=
|
|
12523
|
+
services/queue/src/oci_cli_queue/generated/queue_cli.py,sha256=JecqOyE-irgkhjtWkP5BZ3xS_5ZueD7-ipeV8fFNoRk,21974
|
|
12492
12524
|
services/queue/src/oci_cli_queue/generated/queue_service_cli.py,sha256=KCctgzmRAOqpCLyut1TG9_t4igAXDZKQd9F7zDHfnYU,1024
|
|
12493
12525
|
services/queue/src/oci_cli_queue_admin/__init__.py,sha256=KzeAK9ntupLGR7634lMp1v56kELVpkfM4sVtH-_5D3s,437
|
|
12494
|
-
services/queue/src/oci_cli_queue_admin/queueadmin_cli_extended.py,sha256=
|
|
12526
|
+
services/queue/src/oci_cli_queue_admin/queueadmin_cli_extended.py,sha256=FuYY_9-6SXsYEFcaX36lmeJfCbvczW9qiQh_mNKMc74,9069
|
|
12495
12527
|
services/queue/src/oci_cli_queue_admin/generated/__init__.py,sha256=KzeAK9ntupLGR7634lMp1v56kELVpkfM4sVtH-_5D3s,437
|
|
12496
12528
|
services/queue/src/oci_cli_queue_admin/generated/client_mappings.py,sha256=P_T43RIm9QQD_O32yT9Rzxx2dy9KNiED08SN64HemGg,778
|
|
12497
|
-
services/queue/src/oci_cli_queue_admin/generated/queueadmin_cli.py,sha256=
|
|
12529
|
+
services/queue/src/oci_cli_queue_admin/generated/queueadmin_cli.py,sha256=eCNwvR0QdxAu0P6UjjSdDWiNQ7pMx9Rt_vpVin8YPfU,75162
|
|
12498
12530
|
services/queue/tests/__init__.py,sha256=KzeAK9ntupLGR7634lMp1v56kELVpkfM4sVtH-_5D3s,437
|
|
12499
12531
|
services/recovery/__init__.py,sha256=-HxB6ae6x3vGBMr_6r0cyEwMKJA4xDQH7n7xPP5ma7Y,437
|
|
12500
12532
|
services/recovery/src/__init__.py,sha256=-HxB6ae6x3vGBMr_6r0cyEwMKJA4xDQH7n7xPP5ma7Y,437
|
|
@@ -12884,10 +12916,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=XwEWYt9JmaL6Vc6ZIDbSqX
|
|
|
12884
12916
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=NdOvAVRX-yzjfu1TxLkm-T7IGheJ2fKzt9aPv5YEjoQ,742
|
|
12885
12917
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=mJ16HhfuraqrVVKxTIrzMBkG8D1fPBpLRI5C-wGILws,58668
|
|
12886
12918
|
services/zpr/tests/__init__.py,sha256=XwEWYt9JmaL6Vc6ZIDbSqXTvjv0LW5HFyAVigd3OTHA,437
|
|
12887
|
-
oci_cli-3.
|
|
12888
|
-
oci_cli-3.
|
|
12889
|
-
oci_cli-3.
|
|
12890
|
-
oci_cli-3.
|
|
12891
|
-
oci_cli-3.
|
|
12892
|
-
oci_cli-3.
|
|
12893
|
-
oci_cli-3.
|
|
12919
|
+
oci_cli-3.73.1.dist-info/LICENSE.txt,sha256=k4tdhOXCDadCF5PRSQBi6QhpmK8HUd6KPEeNMkbGlRQ,41278
|
|
12920
|
+
oci_cli-3.73.1.dist-info/METADATA,sha256=Pq2CaXHbzX_x9k9RoI7al9oEOfR6uY0CLq_5YlIHgt8,7272
|
|
12921
|
+
oci_cli-3.73.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12922
|
+
oci_cli-3.73.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12923
|
+
oci_cli-3.73.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12924
|
+
oci_cli-3.73.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12925
|
+
oci_cli-3.73.1.dist-info/RECORD,,
|