oci-cli 3.65.1__py3-none-any.whl → 3.66.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/email.psm1 +23 -11
- oci_cli/cli_root.py +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt +138 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt +151 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.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/{work-request-log-entry → work-request-log}/list.txt +19 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log-entry.txt → work-request-log.txt} +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/RECORD +83 -51
- services/ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
- services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
- services/ai_data_platform/tests/__init__.py +4 -0
- services/database/src/oci_cli_database/database_cli_extended.py +3 -1
- services/database/src/oci_cli_database/generated/database_cli.py +170 -13
- services/email/src/oci_cli_email/generated/email_cli.py +422 -8
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.1.dist-info}/top_level.txt +0 -0
|
@@ -22,7 +22,7 @@ oci_cli/cli_clients.py,sha256=tumkCI3d75sYkggQQ4bQ66X8fsuk1gyClPad32lGTKU,388
|
|
|
22
22
|
oci_cli/cli_constants.py,sha256=iT4pI3ML2xIE8qdwWy9-4i8Njp_k55JHX1ifGX8pNwI,4384
|
|
23
23
|
oci_cli/cli_exceptions.py,sha256=rYq71lUvHFEl0XFE9EUm-iM4bmvJ9eL0O9WE0WGEc2M,3456
|
|
24
24
|
oci_cli/cli_metrics.py,sha256=MKcL-AYwwdKCt6EfOlke8KWee1f0itiEEbsOJJPveOw,3053
|
|
25
|
-
oci_cli/cli_root.py,sha256=
|
|
25
|
+
oci_cli/cli_root.py,sha256=5TWLJyysYAx1u7eZ0h6fw2hgwvcS0AwcAg9EDIO4Jc8,33957
|
|
26
26
|
oci_cli/cli_session.py,sha256=rIfTyV6ViE9owA4DmKfMX-060g8rFMjiu1fORzpBu40,18899
|
|
27
27
|
oci_cli/cli_setup.py,sha256=Obqp6ndb2zAc_iZRWviCdmYnkjX3Wx0za7EajACpTNo,51733
|
|
28
28
|
oci_cli/cli_setup_bootstrap.py,sha256=R0if3oXV7DHVUJSoxV0wPvg6vyUUvzle6-AaADn0Aek,14097
|
|
@@ -33,9 +33,9 @@ oci_cli/formatting.py,sha256=KmGSUO0ojeA-AE3ASL96jJoTq-twsFcs11Ygv5wd4y4,1552
|
|
|
33
33
|
oci_cli/json_skeleton_utils.py,sha256=kIXcKh2i52cQ_Fz_Dnei8ST3Ud43sEKzslK1PHe4-NE,21013
|
|
34
34
|
oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
|
|
36
|
-
oci_cli/service_mapping.py,sha256=
|
|
36
|
+
oci_cli/service_mapping.py,sha256=MJYHSyXgocDTLmYvgvgjEJ3p0cE3ffBLy0q9_-fP23U,17653
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=wvWkFtijp0Ok-TrQL8LVO3tVQMXjuESFNB0mzZLwbdU,366
|
|
39
39
|
oci_cli/aliasing/__init__.py,sha256=uJwxV0GYycBZsWaI-c4Ont8howS5O-mqFKp41dWAhUg,440
|
|
40
40
|
oci_cli/aliasing/command_group_with_alias.py,sha256=7CEDGeegZCby30KMxmempqhvgg3IWsGLZFVmjoWLGWY,3354
|
|
41
41
|
oci_cli/aliasing/parameter_alias.py,sha256=HAKD9P9dr8fQCJtto_7RuzIMwraP0xi349GTRIdVgH8,2420
|
|
@@ -79,7 +79,7 @@ oci_cli/bin/dbmulticloud.psm1,sha256=WR66uQiEmfoWvwTS7_oj5bSFj71jXIpTuCEUuc2wZKI
|
|
|
79
79
|
oci_cli/bin/desktops.psm1,sha256=X58zDu1Bq1aFlbH1mUrPz2F7-_uP0NEi-2hOjCcFVsU,5183
|
|
80
80
|
oci_cli/bin/devops.psm1,sha256=34yXKjhiWpLa4zFwm2YuxI4q9T5CyhmPW44fw588GZQ,65148
|
|
81
81
|
oci_cli/bin/dns.psm1,sha256=VjIHHX6i7hZ5W0Yi7zOUBLdAt9qyczGylLoJ7vYZOy4,13044
|
|
82
|
-
oci_cli/bin/email.psm1,sha256=
|
|
82
|
+
oci_cli/bin/email.psm1,sha256=U-fJbNlbgWAQKM6t5W3B5PetQzV4mUxvMwu8Og7Bcq4,7602
|
|
83
83
|
oci_cli/bin/events.psm1,sha256=368lhOWWjo6JkCh29ueewQC8QE7pA4kMQu1228Z_t8g,1561
|
|
84
84
|
oci_cli/bin/fn.psm1,sha256=zjhRt_WY1-smHozHLe49fQNoT21gooHDFZgnHI02d_g,2756
|
|
85
85
|
oci_cli/bin/fs.psm1,sha256=T8mkAroPncVkSePzYgbysBSil7nY9jVj-cU0JlY7pQA,5164
|
|
@@ -162,10 +162,11 @@ oci_cli/file_filters/file_path_filter.py,sha256=O6CALKowiBBOFZK6TDTmQNq9pp56ff-r
|
|
|
162
162
|
oci_cli/help_text_producer/__init__.py,sha256=rQx2CmhtvqtIZWMRp8IVqwFQ8r_i1x0Fsxnk5NIYA8k,424
|
|
163
163
|
oci_cli/help_text_producer/help_text_producer.py,sha256=80oRoL9YhAt5p9HmxEaN0hr9HuCm3w5UrowMsTJzG8w,3036
|
|
164
164
|
oci_cli/help_text_producer/data_files/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
|
-
oci_cli/help_text_producer/data_files/text/index.txt,sha256=
|
|
166
|
-
oci_cli/help_text_producer/data_files/text/oci.txt,sha256=
|
|
165
|
+
oci_cli/help_text_producer/data_files/text/index.txt,sha256=ffjpLlV_RPzCJO_4A4XEZ6LvHTa5xE2DjefxJqEMkeY,7050
|
|
166
|
+
oci_cli/help_text_producer/data_files/text/oci.txt,sha256=qFdaHSxE99XErL4kApHL6Eo59_dmYKbkuDqr56vSiJg,6838
|
|
167
167
|
oci_cli/help_text_producer/data_files/text/cmdref/access-governance-cp.txt,sha256=d9qOzyecVt3ux-rimDL4v_QmvQGM3t8WeeGjeyaR9YE,444
|
|
168
168
|
oci_cli/help_text_producer/data_files/text/cmdref/adm.txt,sha256=0RVGwvkB_tBju1Cl-a4509jRUWWQ8P5rODugGYUSHbI,1166
|
|
169
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt,sha256=PMcpDDCBFIeLUizCroQIiZDGu97YQRJ_99NOy4AIuAc,445
|
|
169
170
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-document.txt,sha256=VvznJPDkwKUSHSjP-4i-uNFRa4hpS-E7mW-_0ftMhPk,1071
|
|
170
171
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-vision.txt,sha256=KE6tsDwnfNZAnPD_Dp7oeVFtWwqnE8r8ahIg-qforZw,2145
|
|
171
172
|
oci_cli/help_text_producer/data_files/text/cmdref/ai.txt,sha256=XELrJ58-xMlfqb0uI1pirJKJkP9r0sX0IG99KbEEThQ,1412
|
|
@@ -209,7 +210,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/data-safe.txt,sha256=nqRE9S5DN
|
|
|
209
210
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science.txt,sha256=y-aab5RwryjVGtCsT2mnW1JGRcdF5W3mDOyQKMlNWTk,4152
|
|
210
211
|
oci_cli/help_text_producer/data_files/text/cmdref/database-management.txt,sha256=TApUHgjqP1DG3pz26Lt1BcRHgWZfYA2W_jlSC32E83Q,18340
|
|
211
212
|
oci_cli/help_text_producer/data_files/text/cmdref/database-migration.txt,sha256=0cGqZLQ9EQQqg_vUBkVlNiZtiPls8ODpJLfGIFFbsnM,1434
|
|
212
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=
|
|
213
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=aqMmyNe3VpOUCdI-d6-MEVXa7NbgKWnu5bFepWplWzc,11757
|
|
213
214
|
oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
|
|
214
215
|
oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=xSYEpGp25qSnmh352W5iARTp1jV_ZvzfSlarXs-9K_0,3979
|
|
215
216
|
oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=vAXRghWo8TpKJVj8g3ZA-fPMYt8dCXpXKUs9Dqi9UKA,863
|
|
@@ -222,7 +223,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/distributed-database.txt,sha25
|
|
|
222
223
|
oci_cli/help_text_producer/data_files/text/cmdref/dns.txt,sha256=Ux4CNYYCwi0UArxqUjUtSSHFUkBB7QjuBwuYkeKFBvU,1184
|
|
223
224
|
oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse.txt,sha256=vOlIx8OqGL1uqL4kRPR-LVGN043zz_xhP5Vl5c7iVDw,508
|
|
224
225
|
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane.txt,sha256=1lBEHIzP3K1mjvCQll_lLxzC4Zg81OlGnSv6jvRb_Zg,349
|
|
225
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email.txt,sha256=
|
|
226
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email.txt,sha256=O0sN9LpaGSHJfrp3-FtCgOAnJKytppVrpIKM2zmlrVo,673
|
|
226
227
|
oci_cli/help_text_producer/data_files/text/cmdref/events.txt,sha256=D84QHUDPdNNDW1sbxiEeglNPuoS5GfARji_QfaL7w1E,323
|
|
227
228
|
oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt,sha256=fy0Fk5rgefIbpZkLvQ49MZZ4G_bJsAt3LVTC7jg6iY8,7128
|
|
228
229
|
oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update.txt,sha256=-W5K2PuxdIIVyV1qQ4ULDtohx0OFHaDVzRQJ3AEK0JI,1992
|
|
@@ -270,7 +271,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9
|
|
|
270
271
|
oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
|
|
271
272
|
oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
|
|
272
273
|
oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
|
|
273
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=
|
|
274
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=KZRz0H-aRs1ilCG-cB3ATyRs_Ru2OAfsCljd8QolTNc,783
|
|
274
275
|
oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
|
|
275
276
|
oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
|
|
276
277
|
oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
|
|
@@ -280,7 +281,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
280
281
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
281
282
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
282
283
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
283
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
284
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=ia8dZawSO10_y1cSR3ybyiGUp5NaWJcEeVZtxximQEo,1278
|
|
284
285
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
285
286
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=9Yomemh8e5T6Ac4nOeJy_Kf80kx2PA2rkvuNE0_DesY,1128
|
|
286
287
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -434,6 +435,22 @@ oci_cli/help_text_producer/data_files/text/cmdref/ai/language/work-request/list.
|
|
|
434
435
|
oci_cli/help_text_producer/data_files/text/cmdref/ai/language/work-request/log.txt,sha256=hSli2qxB4AQkujpzBUqge5aB6SslHBUh7O9SSwVubCg,135
|
|
435
436
|
oci_cli/help_text_producer/data_files/text/cmdref/ai/language/work-request/error/list.txt,sha256=8AvJQxVQ71eEhW-st0QbBe2NgNw9VPfyonWHJNECxrg,3621
|
|
436
437
|
oci_cli/help_text_producer/data_files/text/cmdref/ai/language/work-request/log/list.txt,sha256=fT7tH9Gu2ghIDn9ZSKRh0vyprYZHLH5xgFROJ1j48o8,3613
|
|
438
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt,sha256=UtupXMSIK4sK-woVqV_ixJ2YuWQjAKcc7OHlZOiECl4,268
|
|
439
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt,sha256=-jpM1P1POaCy56VfGaxH5if87X8RlfzwH3UoOS2o6uQ,508
|
|
440
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
|
|
441
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
|
|
442
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt,sha256=ngDrOZ8jL9BVRaUcMtEkE0THnAQTSkFZbgcM24YKnWg,482
|
|
443
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt,sha256=BDAmjGSEZZuIxMlqwcKuf_pr40ezAUffVeUOTV33ea0,4560
|
|
444
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt,sha256=zjw5GPZ9Efi8pF85dBy7-SAGzKZixkR6oULh2w2UFgU,5907
|
|
445
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt,sha256=raB--dd00L4j-LZIVkMoBUJ4mUGR8zVHbkRbOzVOVtE,4377
|
|
446
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt,sha256=lpArLc60ain2REbn3pYf7slW3c7YsS8hXfdJtkSlFuY,2896
|
|
447
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt,sha256=ShdlpkdnPQcaWYm4kIk9wkjRJBVMThRsIcBPGExOq9I,6318
|
|
448
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt,sha256=S62u657VVqyGVOQVy0dJjs8IlXpD5s0qHPL6YkURKkY,4228
|
|
449
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt,sha256=od4HOcyqQvYdFwHZoehSCB6A-yQhHzWq-LrmsziOY4M,3128
|
|
450
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt,sha256=0F0sEujkqN-31nd-2tNZZ1X9NsL0VJ7JndJenhHT_0k,2740
|
|
451
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt,sha256=ISJ9FX-_MdkZath5ScC1eu6ZE98wXOEm4mQvigawu5Q,3763
|
|
452
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt,sha256=M89hfC4GYkImsINl1TWfGA8GpccjbEKNuUZ3MOQdIcQ,3717
|
|
453
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt,sha256=mVBNwp54l_HSk8U9qSmg6iPrdvLEcleH7DqPa1Wp0oY,3817
|
|
437
454
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-document/analyze-document-result.txt,sha256=uCDZq_OSPSceQTXG4GhQimyE-C445NuN0P235N5cHTo,262
|
|
438
455
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-document/model-type-info.txt,sha256=2UYSGVmOY3gjbWZTMr1rhDdA4b0GES7Y2haCftlFfSU,166
|
|
439
456
|
oci_cli/help_text_producer/data_files/text/cmdref/ai-document/model.txt,sha256=RuJcatmWZ2Te3yzgkHe6oATiid8Y7bWwUfTLkmBIgGw,195
|
|
@@ -3857,7 +3874,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/scheduling-window.txt,sha25
|
|
|
3857
3874
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system-minor-version.txt,sha256=ZB0uhgUcI_iPq2K6oMgKdhuNRCv8sJvCpGzci0OGtR4,209
|
|
3858
3875
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system-shape.txt,sha256=QXBAQ17ElPaAahPPI75KbdKMSBVwvucwBavqjzquZvQ,536
|
|
3859
3876
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system-version.txt,sha256=9iB_8NjUtSSineWf9_MpNNLLEfhXCl7V-uGqqQK1pqA,179
|
|
3860
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt,sha256=
|
|
3877
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt,sha256=BpYe7W9VwGj2u83eEq1aww0lO3izKm_Dw0hGpJka1sk,1291
|
|
3861
3878
|
oci_cli/help_text_producer/data_files/text/cmdref/db/upgrade-history.txt,sha256=qoHr0J6UXfIoMhlP2tFb195M0138g3LqEEZCTXFazNE,633
|
|
3862
3879
|
oci_cli/help_text_producer/data_files/text/cmdref/db/version.txt,sha256=CzhcNu9swVXfC0MZluLwzLq_VJ_1vHkk-f34yUHpmbI,373
|
|
3863
3880
|
oci_cli/help_text_producer/data_files/text/cmdref/db/vm-cluster-network.txt,sha256=tNvnH_V2y0ekf3Adwojhrf2E7Rmsz2ijxVCghD_Kkgw,269
|
|
@@ -3907,10 +3924,10 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-
|
|
|
3907
3924
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-from-backup-id.txt,sha256=5x9eQduplz3DhsZU_857bydSN9xH6rlSoP5GtpDRwkg,32701
|
|
3908
3925
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-from-backup-timestamp.txt,sha256=mQQupJKHHaE_DA6l5gt7utZdtaBEkzHon2T-WcDzvrQ,34645
|
|
3909
3926
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-from-clone.txt,sha256=Coh8_PraNkswrlVKWwwtxPnX6I12lzqGhVNMHHgu9LE,40922
|
|
3910
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt,sha256=
|
|
3927
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt,sha256=BCOWXAuFs3eIL7Uz_wEnute7zTyXiqI50z5aSyPt5v0,35231
|
|
3911
3928
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create.txt,sha256=54PIaGAdIaX2JJoJ6afqPtx5zOq0DFSt0-L84wkR-90,40090
|
|
3912
3929
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/data-safe.txt,sha256=65E51JpLNXHWxBgaiT_dFe1m60HPofuzDot9UMYNNnI,165
|
|
3913
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt,sha256=
|
|
3930
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt,sha256=fA8J7k94Bn7QFzdm8ONLE1IvnKxDewa45aU9xggRkrk,4836
|
|
3914
3931
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/disable-autonomous-database-management.txt,sha256=mLY5wR58DJZCQbdWUDUNw30dZI_6X3BxgcABDWRln7A,4411
|
|
3915
3932
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/disable-operations-insights.txt,sha256=Jrkk2JD4KyRIXiDdUvuyEnu35DYSkS1zyBUgelTGqFM,4367
|
|
3916
3933
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/enable-autonomous-database-management.txt,sha256=xwUDrDNAKRuPgPxDNyDaMXBtqyo1GiblC3VeM38XQgI,4393
|
|
@@ -3939,7 +3956,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/data-sa
|
|
|
3939
3956
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/create.txt,sha256=swYk2Wmv1GhBGI_zpr7lcdi9r2HczZXxtQsiXJpZyBM,5069
|
|
3940
3957
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/delete.txt,sha256=6iJlKqFaG3NV2pvVWpzm3wYBShVbcb088hIetHK9Zbg,4898
|
|
3941
3958
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/get.txt,sha256=Qm7awEC2AHbc5w362lQboF4fZKYjenKhENAsjhE_5WQ,3303
|
|
3942
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt,sha256=
|
|
3959
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt,sha256=SD_j9zhHjGAJ7x9ed8R_eDzM3fysS9_tH1Qal_oyeV0,4269
|
|
3943
3960
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/update.txt,sha256=qMCyk2YzPgqXU0miK4MvcW0IWKina5SwlvzvzvbeZzE,4932
|
|
3944
3961
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-character-sets/list.txt,sha256=XdX25p_t4iReH4nxR4b_JEEFNd-qoftHIX3rhRA6LA8,2957
|
|
3945
3962
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-dataguard/get.txt,sha256=3V3lUxv77RuEJ19OG84UZQXc1azKzO3ElRqosbkwWBA,3732
|
|
@@ -4006,7 +4023,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-autonomous-vm-cluster
|
|
|
4006
4023
|
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/add-storage.txt,sha256=K4J0B6pG4Yd6OAkocrzXmgohUzIDg0Rk2_sIuhkjqRc,5051
|
|
4007
4024
|
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/change-cloud-exadata-infrastructure-subscription.txt,sha256=khq7A1l7oe1Koa34GkOYLHbKxG8eudpbRCTWhLY0Geo,4525
|
|
4008
4025
|
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/change-compartment.txt,sha256=NWlvcXQao0kflV2mPy2bM1IkzS2k9bMjaMp0hsgpy-I,5270
|
|
4009
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt,sha256=
|
|
4026
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt,sha256=2RUrC0r9jIHA0Mc3OJ0z1o3t0RiP8x02ece2EfZiLnA,7981
|
|
4010
4027
|
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/delete.txt,sha256=OE73UXmnCOiZ1pqF67GDGXeNyZPYRDJmE1DMqlyqqxA,5312
|
|
4011
4028
|
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/get-cloud-exadata-infrastructure-unallocated-resources.txt,sha256=ZytfCqPHum3GrEEz5DDK3-xAZmnwZycOQ8-tGx1qrVc,3164
|
|
4012
4029
|
oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/get.txt,sha256=x6fpn9D6odkYkd36MV3G2maLk5K99FZAv9Ze5nTH3KU,3677
|
|
@@ -4135,7 +4152,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/exadb-vm-cluster/remove.txt
|
|
|
4135
4152
|
oci_cli/help_text_producer/data_files/text/cmdref/db/exadb-vm-cluster/update.txt,sha256=ZEdVumZ-8ZSmNB-M7O2Vu-DF36ieF7c38QRkPj-pXe0,10109
|
|
4136
4153
|
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/change-compartment.txt,sha256=_-W1LOBd-8ilh6sSzmqybjp9XNLd6jDtnkq7Qo_SYd8,4525
|
|
4137
4154
|
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/change-exascale-db-storage-vault-subscription.txt,sha256=i6ZRp8gkK8O0-RwyVlIQQiuhKaoWau4ittsVEyVnMyk,4526
|
|
4138
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt,sha256=
|
|
4155
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt,sha256=xH-7n-w2n_Kf-hbL5C_xfcOCMi1d-aVwDs0vhCLYrKw,5379
|
|
4139
4156
|
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/delete.txt,sha256=Jl7gvvaPX8lf-TvhUTMw3fxPEVdOzKyRfWuDgQCNXI8,4199
|
|
4140
4157
|
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/get.txt,sha256=StZVqH7vXk8H-Pj3axilY9YBowPoUDlQLNgAQXCZJjY,2876
|
|
4141
4158
|
oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/list.txt,sha256=kvyLkg7OJAs6i2Dd1JNSgykNXqHgA4CwkK5_PLxLhho,4142
|
|
@@ -4297,21 +4314,22 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/scheduling-window/delete.tx
|
|
|
4297
4314
|
oci_cli/help_text_producer/data_files/text/cmdref/db/scheduling-window/get.txt,sha256=w5gwX2-S9eC6kl-iQNIkuI8roDe79MkqXDc_3LC3L4o,4030
|
|
4298
4315
|
oci_cli/help_text_producer/data_files/text/cmdref/db/scheduling-window/list.txt,sha256=Hj8B-m-vSN65sUmTeSDeJeGxL1MiUFAT5YnFZdFCL3w,4494
|
|
4299
4316
|
oci_cli/help_text_producer/data_files/text/cmdref/db/scheduling-window/update.txt,sha256=qALOkLcZMj2xZBlQNUmV2kAW22ULqcvPuaV9DMCEaDg,7010
|
|
4317
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt,sha256=dqgENDWXtmmegsarHp8YW_rNgWruAzTHXnY5tT2Wb2c,4287
|
|
4300
4318
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-compartment.txt,sha256=P00QwuUOfMk5BlRLjHDIg6z4oPAyDoUnlg-j3nvj-LU,4475
|
|
4301
4319
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/get-exadata-iorm-config.txt,sha256=1XjrKVqpiO4JyLVDc3STPOVWP4CFlnAFZfQaSonfxKQ,3292
|
|
4302
4320
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/get.txt,sha256=Facv4kfHtMmZuNE7sy4qOms2vUVaHBNKc9fDFhEnI4E,2987
|
|
4303
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt,sha256=
|
|
4304
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt,sha256=
|
|
4305
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt,sha256=
|
|
4306
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt,sha256=
|
|
4321
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt,sha256=2rOo3OuJ_jr8Mti-eJoddzsk6GmfpE7PiS15YENHj3U,21810
|
|
4322
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt,sha256=WiR_HF4B4Ej-Xokx0n_BD-u3WjmG69bJmutOkiSQj8E,20694
|
|
4323
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt,sha256=rwfcpd81Mn6njnj0GKjjXxY6JDssg4pE7-AZiIVl6l4,20156
|
|
4324
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt,sha256=ms-I6jpxj3_07WehWUqK7WK6_sBrwBYwoepveTkeePo,24600
|
|
4307
4325
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-compute-performances.txt,sha256=y0-AKMJ4wS8erNH_5vngKSujUorcbqVuYORPYWguN5g,2693
|
|
4308
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt,sha256
|
|
4326
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt,sha256=-AM6Fal5SqqWcviHqR937NBZ3EteQRPhzv7DUqGF2GM,3733
|
|
4309
4327
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list.txt,sha256=YxipCXQfaJQY99eq5xrPMeOOT0b0z5FcNxXsVoqMpd0,4764
|
|
4310
4328
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/patch.txt,sha256=rMFBVe6KT0ZTAh6vWxwDQI53slOM6SN6eFoTJ_7Cw3Y,3229
|
|
4311
4329
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/switch.txt,sha256=uDaIUSn3nZNsQ9Z4amrb6gCAbmhk_y-C0_m86ez4LTE,3047
|
|
4312
4330
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/terminate.txt,sha256=lkIEDgnF4o87I849hSWZI11E1a4VqI0-E209uQ8rknY,4623
|
|
4313
4331
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/update-exadata-iorm-config.txt,sha256=hSx-doiAkOUCeIv5C0Z-9PAuyfuqEj2fAK5VXcS44gk,5445
|
|
4314
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt,sha256=
|
|
4332
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt,sha256=MqIRaVc-yaLHMQGDTPT9K380VLuEXUo-ZqvKOVoDuTc,10999
|
|
4315
4333
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/upgrade.txt,sha256=V3r-Ibn8wlWmk2z0NP3LrzyBMvuBmHfiSQXcb_vGvWc,4893
|
|
4316
4334
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system-minor-version/list.txt,sha256=fkbfPEdDlZelSEiuxqE268d-Z98rRDAyAUzgnty7tVM,4180
|
|
4317
4335
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system-shape/list.txt,sha256=FZPlnJsuv5NEGzrB50b1NGVa0-KSH1PUjH4wxy5FmY0,3474
|
|
@@ -4993,9 +5011,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse/work-request-erro
|
|
|
4993
5011
|
oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse/work-request-log-entry/list-work-request-logs.txt,sha256=KkYgE--Iv1kii0XrPvAXOxB4eSjNLENaiTPhF0X-Fyg,3656
|
|
4994
5012
|
oci_cli/help_text_producer/data_files/text/cmdref/email/configuration.txt,sha256=U34KeZCFSRzOh9jlzmzd3YijxzR8qQbhmmOU8HRuB9I,160
|
|
4995
5013
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim.txt,sha256=kMBJcgJo2wUYH6oUXLZohpyRIFzZqRiwtdt2CHBR0Hk,157
|
|
4996
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt,sha256=
|
|
4997
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt,sha256=
|
|
4998
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt,sha256=
|
|
5014
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt,sha256=bWz0W2kn1VlyprQVuHf3xOt2_5PerNf-hAYSZ7wnuYw,312
|
|
5015
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt,sha256=cWs0pbJArUfLr6S4ppjLa5nnQOhUgHsToxDjxKERJtg,212
|
|
5016
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt,sha256=pkeJVwDUUrqWFGl9S-Jq-ZRY13Y5n3I6kLJZV8Un3LA,219
|
|
4999
5017
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression.txt,sha256=mrr_H1Hy9qvIdWNWnkWdsmXt8vYSvpGMBQnT5-uAp_M,182
|
|
5000
5018
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request-error.txt,sha256=ya_9iCE3ZAfzEIo-2HnFLYlg84HHc0drMu_izOjhMiw,229
|
|
5001
5019
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request-log.txt,sha256=mJkjmlgqIabUOmORTfB9sZb1n_MboqQiS0k4VUxvBj4,221
|
|
@@ -5006,23 +5024,29 @@ oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/delete.txt,sha256=z
|
|
|
5006
5024
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/get.txt,sha256=NeEWv3zHY-od4aqovP3_igJLqU8Hq96iS0ptwNvwLdA,2741
|
|
5007
5025
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/list.txt,sha256=Q27L6y3Y-A69usj2EucSoVduCNp9oiPrXEm8S1Hbs6g,4151
|
|
5008
5026
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/update.txt,sha256=sQdGpTxWz90uPXj6_ZyXKiWEg-rkbyd6GBUokWGi3Bk,5577
|
|
5009
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/
|
|
5027
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt,sha256=tPHBWIEyr9LIAqu_p79WphjPe7PKM09ht_e9kVjaTMg,4527
|
|
5028
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt,sha256=R6lCuc8xoDiQZ62qCLlAsCg4sz0m7BY-byXWjYOy7vQ,4828
|
|
5010
5029
|
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/create.txt,sha256=RNZ3au8VeuQKz-ySmpP4YJ5zUNGpqwXsFL-ib5WwGJw,5935
|
|
5011
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt,sha256=
|
|
5030
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt,sha256=4YPisgYP4ZOd6_9eIN_FmTLzvzW8-cEK4fnWphEWYog,4172
|
|
5012
5031
|
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/get.txt,sha256=PUQvEc6e1kQ2D_cSFml9ae24r_iKblYnMSFEn7fBqlw,2679
|
|
5013
5032
|
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/list.txt,sha256=1vCQE5KWDChhrud-m9ADT1InDm1hfa2eCe0G7jWNBrY,4126
|
|
5014
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/
|
|
5033
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt,sha256=eRZR32-dYIltFVaawTCv_CGqwSY60YFIkBlUE-N3B5E,4284
|
|
5034
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt,sha256=XjwTUR3GGKthNGuZA125Od75l7nDzBQhHN4Nk0cCrJg,5720
|
|
5035
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt,sha256=T6-bzo9ZmJIVicgQ-FoSnPgD40kuC62UQN7JAk0taCA,4757
|
|
5015
5036
|
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/create.txt,sha256=JYyROpErim6meFsQkY06UfdBA6eXdc3-VNBJG1sg-Ac,5992
|
|
5016
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt,sha256
|
|
5037
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt,sha256=2xtsXDmTxNlRsEB50shDLOTVNJ_9Mq54wEl8DCRfM7U,4376
|
|
5017
5038
|
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/get.txt,sha256=FBmGmC3in1HRoopN8ZiaYyoSE1X_AOh2_b3YY-a700s,2886
|
|
5018
5039
|
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/list.txt,sha256=XEHuvnhczm1fizBejTAZ1HbAujQdOSXUCGb3r4ouIow,3987
|
|
5019
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/
|
|
5020
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/
|
|
5040
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt,sha256=1NB5bRkP9CPoy3nrtsZkYHl06fln8XWdLNYeQ_oqi3E,4511
|
|
5041
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt,sha256=YkccRRanpLH8YlxZwvTl_yM-wyin_SpW7olZ00cRjbU,5809
|
|
5042
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt,sha256=CWUA7ynhgOBNAcYfek7o403t1Li36OtUHB_ZOpjcTUs,4861
|
|
5043
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt,sha256=rAKpZJwzSS3p8YA_SosxStkRc6LIemMX5vzbjgmlnbI,3679
|
|
5021
5044
|
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/create.txt,sha256=AXtsVVUo8Gjp-AScWC2abMjGCf-8twLuPUZzeodXk4c,5240
|
|
5022
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt,sha256=
|
|
5045
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt,sha256=LNpj1ZY_mS-ayeVmH2S-mSwo9m5ju3sX9v7jBjEDKT8,4509
|
|
5023
5046
|
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/get.txt,sha256=AdiK2WOYnaR6i0mvo7P_meQv-JKXalU_-yvuDHke8oo,3006
|
|
5024
5047
|
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/list.txt,sha256=hydJ0XoTgOUPBolqNioSkwT_A1P1Eh5rfltjs57KfhE,4176
|
|
5025
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/
|
|
5048
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt,sha256=lS-zu9aN9Cgm6AJj2-TiFfasHzbX70Hs2-rMvIl7f-4,4615
|
|
5049
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt,sha256=lypKArqmKqR5reZHaSa91zD6Y7VnvQac3m_3ovse5MY,5965
|
|
5026
5050
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression/create.txt,sha256=f7VN2Lqth7pe_P4xxP0fwUknfjR_p6X8zZqk05Qpvhs,3358
|
|
5027
5051
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression/delete.txt,sha256=A7zVH4DUApFwV-EZxoszpY4dLA66xA3WY0Rf_GMVqq8,3223
|
|
5028
5052
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression/get.txt,sha256=0Golh5yD0ub9HUznvom8BPZ_UjcG5xNkftcS8OsAids,3135
|
|
@@ -5438,7 +5462,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/fs/filesystem-snapshot-policy/
|
|
|
5438
5462
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/add.txt,sha256=7Gg_Bv4cZg-92TzM6SoYYbt2fGJ7RvbtPFLkBJ9mAE8,6977
|
|
5439
5463
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/cancel-downgrade-shape.txt,sha256=Q3uIlOFqGENlZAfs0H5Bdy5TiyiNhWQejGs9q_75NIQ,4648
|
|
5440
5464
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/change-compartment.txt,sha256=AJ4WITX1KiVOqvm9QC046URpBcQJa47S_Jh2LDcpC_s,4039
|
|
5441
|
-
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt,sha256=
|
|
5465
|
+
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt,sha256=TfNOT5SBXtnjLneqgp--9EmqD8he7gXPesYaw4qcDy0,10899
|
|
5442
5466
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/delete.txt,sha256=xUkapvJb4juOp5yrbffTGQlTxnI-I_hvJ2Ih8ZTKEHg,4753
|
|
5443
5467
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/get.txt,sha256=Snr-f8C-SMviM_w4wZo1rVELK6l1-ifwGlI-KeywMa0,3286
|
|
5444
5468
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/list.txt,sha256=zr2F4sjG42pyduuCMLo2kPdibOBNI6guqtlyVpdcoOc,4786
|
|
@@ -8256,7 +8280,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/oce/work-request-log-entry/lis
|
|
|
8256
8280
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster.txt,sha256=JXlcuMuSjhT0bfM4eVO9KdMfjQ42Nmmkbr08ur6vSag,317
|
|
8257
8281
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
|
|
8258
8282
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
|
|
8259
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=
|
|
8283
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=kDeXQH694uqh8esZ4MoemZm7V7j_dov1PaR_15H3-NU,198
|
|
8260
8284
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
|
|
8261
8285
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
|
|
8262
8286
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
|
|
@@ -8288,7 +8312,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
|
|
|
8288
8312
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=ascNyFoBcCt26Q4UAgwoBoAWDfCHwii5mZK42NyB_CQ,3807
|
|
8289
8313
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=BDhlVowHKrm4397oiuufIaFo1HKXsq0iWqZRl5uClAQ,2704
|
|
8290
8314
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=nwFC4CBQrRClXioQAUy3nl41C55ZV6f4CA2jJo08kp4,3426
|
|
8291
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list
|
|
8315
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=TvYquZLxpn5GubF4Mm68_WpHVEXW-A2AqBBGQhnKBLo,3393
|
|
8292
8316
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=b9eaCzDCp6M9E3T84RMCutKxcQym-4sDAhqmShnLqow,3385
|
|
8293
8317
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
|
|
8294
8318
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
|
|
@@ -8891,8 +8915,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
8891
8915
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
8892
8916
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
8893
8917
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
8894
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
8895
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
8918
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
8919
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
8896
8920
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
8897
8921
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=MeGsKlwUcxS9GV35lwdZ-Bot6hy1kmyIw8sugn7NSe0,2848
|
|
8898
8922
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/list.txt,sha256=siSosVy1vgspqJWAjgbHufZl5KK1DY1KxqxkgSzYAjI,3895
|
|
@@ -8943,8 +8967,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
8943
8967
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=jNujfSQyyK2rmVKHsvewRGd7CQEzOU_w2wnKqZNjvrw,4032
|
|
8944
8968
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=pN90IakAwEh5CC6dVEpDmytF3HZrgqzTjc1m_TEwh7k,2743
|
|
8945
8969
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=wrQR1xUsAUEbMnVrDooXxVB-ke5NczG-K35W3azrOZI,3339
|
|
8946
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=
|
|
8947
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
8970
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=ZnZihQnLf9JI8MZJHEYsI9lZrVs655mYN483fzoE8ww,3396
|
|
8971
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=ERh53LH73r69Ov5Fo9h4QeXie_TOpU9XHGh2j7EFlGA,3353
|
|
8948
8972
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
8949
8973
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
8950
8974
|
oci_cli/help_text_producer/data_files/text/cmdref/os/ns.txt,sha256=pmjAwJtr2wPD5186FycBl7WEdMRbX6TNRef1jgXUgqw,806
|
|
@@ -10360,6 +10384,14 @@ services/adm/src/oci_cli_application_dependency_management/generated/__init__.py
|
|
|
10360
10384
|
services/adm/src/oci_cli_application_dependency_management/generated/applicationdependencymanagement_cli.py,sha256=F9j4Y3BK7K9_VFnyE9GnTCH_E1hNtxD38_7L8atM088,331292
|
|
10361
10385
|
services/adm/src/oci_cli_application_dependency_management/generated/client_mappings.py,sha256=jBCvTtWAHImWhe9yUSM3LGDcqwMyaOlyLi_LGlns8zg,828
|
|
10362
10386
|
services/adm/tests/__init__.py,sha256=C9yv9i614RmVaKFQSggP89V6ejhAGToQ9YppPkB9unU,437
|
|
10387
|
+
services/ai_data_platform/__init__.py,sha256=aooPkB8JrSdZPkSE3na439BGpwlHebVz-iIncCW3ZUA,437
|
|
10388
|
+
services/ai_data_platform/src/__init__.py,sha256=aooPkB8JrSdZPkSE3na439BGpwlHebVz-iIncCW3ZUA,437
|
|
10389
|
+
services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py,sha256=aooPkB8JrSdZPkSE3na439BGpwlHebVz-iIncCW3ZUA,437
|
|
10390
|
+
services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py,sha256=aooPkB8JrSdZPkSE3na439BGpwlHebVz-iIncCW3ZUA,437
|
|
10391
|
+
services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py,sha256=W3X2iFQQGXc0qR5xhUyz8rr28v0AacLYFG6htXLlNgI,1053
|
|
10392
|
+
services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py,sha256=CPP0I2kUMxBULj3RarU6X5zSfMPMsKHi1gh0gc8jc1U,47810
|
|
10393
|
+
services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py,sha256=CfN2yi6MBPcx2zigk8-aE6DJPekoeC2nTVLWEDJ-a9w,868
|
|
10394
|
+
services/ai_data_platform/tests/__init__.py,sha256=aooPkB8JrSdZPkSE3na439BGpwlHebVz-iIncCW3ZUA,437
|
|
10363
10395
|
services/ai_document/__init__.py,sha256=fiuxm8VqFuJOfKwv9_SL4XeLeCHDfNNrSalAfvzVqhI,437
|
|
10364
10396
|
services/ai_document/src/__init__.py,sha256=fiuxm8VqFuJOfKwv9_SL4XeLeCHDfNNrSalAfvzVqhI,437
|
|
10365
10397
|
services/ai_document/src/oci_cli_ai_service_document/__init__.py,sha256=fiuxm8VqFuJOfKwv9_SL4XeLeCHDfNNrSalAfvzVqhI,437
|
|
@@ -10851,10 +10883,10 @@ services/data_science/tests/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7
|
|
|
10851
10883
|
services/database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10852
10884
|
services/database/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10853
10885
|
services/database/src/oci_cli_database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10854
|
-
services/database/src/oci_cli_database/database_cli_extended.py,sha256=
|
|
10886
|
+
services/database/src/oci_cli_database/database_cli_extended.py,sha256=0IKyT8Pae4NTz7SVKyK9kW1cLPk0WF5oYqrfcxU_7O4,320154
|
|
10855
10887
|
services/database/src/oci_cli_database/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10856
10888
|
services/database/src/oci_cli_database/generated/client_mappings.py,sha256=IP9FtwxRZ2m7IhZHMVegq5kwn9aHKXa-JJsuBgra21s,792
|
|
10857
|
-
services/database/src/oci_cli_database/generated/database_cli.py,sha256=
|
|
10889
|
+
services/database/src/oci_cli_database/generated/database_cli.py,sha256=ajj7Gx_Anfwcgt0sGMHgyK3R-Y_6ARG-Nn56H8fv-s8,3291510
|
|
10858
10890
|
services/database/tests/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10859
10891
|
services/database_management/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
|
|
10860
10892
|
services/database_management/src/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
|
|
@@ -11045,7 +11077,7 @@ services/email/src/oci_cli_email/__init__.py,sha256=tDyGSVXex0cEaDTBP6JpPl_Lpq8m
|
|
|
11045
11077
|
services/email/src/oci_cli_email/email_cli_extended.py,sha256=amPYtyTEZ53Hv6N0dnrI-IFnSTkfJBNnC3KSquOQC1Q,1983
|
|
11046
11078
|
services/email/src/oci_cli_email/generated/__init__.py,sha256=tDyGSVXex0cEaDTBP6JpPl_Lpq8m6giILC0M7qmvB1Y,437
|
|
11047
11079
|
services/email/src/oci_cli_email/generated/client_mappings.py,sha256=7-JJVLIGGFY6wFu-dLBaSdTWB049wshmuprF-IFVzu0,762
|
|
11048
|
-
services/email/src/oci_cli_email/generated/email_cli.py,sha256=
|
|
11080
|
+
services/email/src/oci_cli_email/generated/email_cli.py,sha256=aULPt_WGs7LPhe9XrgOPGYDKmlOOHtjIq6q5Fr3otTE,152713
|
|
11049
11081
|
services/email/tests/__init__.py,sha256=tDyGSVXex0cEaDTBP6JpPl_Lpq8m6giILC0M7qmvB1Y,437
|
|
11050
11082
|
services/email_data_plane/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
11051
11083
|
services/email_data_plane/src/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
@@ -11067,7 +11099,7 @@ services/file_storage/src/oci_cli_file_storage/__init__.py,sha256=rR0qsKsxfcBW2t
|
|
|
11067
11099
|
services/file_storage/src/oci_cli_file_storage/filestorage_cli_extended.py,sha256=MDy2KRfFarAf9wP4jKndIRN9CibsM3tix4CQjKVFAjg,988
|
|
11068
11100
|
services/file_storage/src/oci_cli_file_storage/generated/__init__.py,sha256=rR0qsKsxfcBW2tqwlSqYQK809Gtp4xeu-5KtxpJChAM,437
|
|
11069
11101
|
services/file_storage/src/oci_cli_file_storage/generated/client_mappings.py,sha256=wejFcn1CQjWjTdxFTZpTPpsCIUxo46YrE48bPUMa-uo,830
|
|
11070
|
-
services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py,sha256=
|
|
11102
|
+
services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py,sha256=GZlqQWucG_cxiiYrmxXhIAPPnCePh7gUr1dGqwpf53c,356697
|
|
11071
11103
|
services/file_storage/tests/__init__.py,sha256=rR0qsKsxfcBW2tqwlSqYQK809Gtp4xeu-5KtxpJChAM,437
|
|
11072
11104
|
services/file_storage/tests/extend_test_file_storage.py,sha256=_yes29Nl5YGCxeiIv-vyyu9sFK4bJHwRENkaaMZyvtQ,661
|
|
11073
11105
|
services/fleet_apps_management/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
|
|
@@ -12269,10 +12301,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12269
12301
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12270
12302
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12271
12303
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12272
|
-
oci_cli-3.
|
|
12273
|
-
oci_cli-3.
|
|
12274
|
-
oci_cli-3.
|
|
12275
|
-
oci_cli-3.
|
|
12276
|
-
oci_cli-3.
|
|
12277
|
-
oci_cli-3.
|
|
12278
|
-
oci_cli-3.
|
|
12304
|
+
oci_cli-3.66.1.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12305
|
+
oci_cli-3.66.1.dist-info/METADATA,sha256=sO09Me1daRdADB88BD7My39OqrpZ4jzjos7ZRQWKYkE,7066
|
|
12306
|
+
oci_cli-3.66.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12307
|
+
oci_cli-3.66.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12308
|
+
oci_cli-3.66.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12309
|
+
oci_cli-3.66.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12310
|
+
oci_cli-3.66.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20240831
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20240831
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20240831
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20240831
|
services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20240831
|
|
5
|
+
|
|
6
|
+
from oci_cli.cli_root import cli
|
|
7
|
+
from oci_cli import cli_util
|
|
8
|
+
from oci_cli.aliasing import CommandGroupWithAlias
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@cli.command(cli_util.override('ai_data_platform.ai_data_platform_service_group.command_name', 'ai-data-platform'), cls=CommandGroupWithAlias, help=cli_util.override('ai_data_platform.ai_data_platform_service_group.help', """Use the AiDataPlatform Control Plane API to manage Data Lakes."""), short_help=cli_util.override('ai_data_platform.ai_data_platform_service_group.short_help', """AiDataPlatform Control Plane API"""))
|
|
12
|
+
@cli_util.help_option_group
|
|
13
|
+
def ai_data_platform_service_group():
|
|
14
|
+
pass
|