oci-cli 3.66.0__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.
Files changed (67) hide show
  1. oci_cli/cli_root.py +2 -2
  2. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/change-compartment.txt +133 -0
  3. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/create.txt +185 -0
  4. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/delete.txt +135 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/get.txt +93 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform/update.txt +195 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection/list-ai-data-platforms.txt +155 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform-collection.txt +15 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/ai-data-platform.txt +28 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/cancel.txt +103 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/get.txt +91 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request/list.txt +140 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error/list.txt +131 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-error.txt +15 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request-log-entry.txt +15 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform/work-request.txt +23 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/ai-data-platform.txt +44 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt +8 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/db/cloud-exa-infra/create.txt +2 -1
  21. oci_cli/help_text_producer/data_files/text/cmdref/db/exascale-db-storage-vault/create.txt +2 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/db/system/change-cloud-db-system-subscription.txt +134 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-backup.txt +16 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt +16 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt +16 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt +16 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/db/system/update.txt +6 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/db/system.txt +2 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  31. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  32. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log/list.txt → work-request-log-entry/list-work-request-logs.txt} +5 -5
  33. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log.txt → work-request-log-entry.txt} +3 -3
  34. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  35. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  36. oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +6 -12
  37. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  38. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  39. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-logs.txt → list-work-request-logs.txt} +5 -5
  40. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
  41. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  42. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  43. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
  44. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  45. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  46. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  47. oci_cli/help_text_producer/data_files/text/oci.txt +1 -1
  48. oci_cli/service_mapping.py +5 -0
  49. oci_cli/version.py +1 -1
  50. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/METADATA +2 -2
  51. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/RECORD +67 -41
  52. services/ai_data_platform/__init__.py +4 -0
  53. services/ai_data_platform/src/__init__.py +4 -0
  54. services/ai_data_platform/src/oci_cli_ai_data_platform/__init__.py +4 -0
  55. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/__init__.py +4 -0
  56. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/ai_data_platform_service_cli.py +14 -0
  57. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/aidataplatform_cli.py +676 -0
  58. services/ai_data_platform/src/oci_cli_ai_data_platform/generated/client_mappings.py +14 -0
  59. services/ai_data_platform/tests/__init__.py +4 -0
  60. services/database/src/oci_cli_database/database_cli_extended.py +3 -1
  61. services/database/src/oci_cli_database/generated/database_cli.py +155 -10
  62. services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +1 -5
  63. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/LICENSE.txt +0 -0
  64. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  65. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/WHEEL +0 -0
  66. {oci_cli-3.66.0.dist-info → oci_cli-3.66.1.dist-info}/entry_points.txt +0 -0
  67. {oci_cli-3.66.0.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=D1Uhww_FpdDUc8CM3no-2Cs6bww-IEujqeqMXu6GXTM,33957
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=ZgKru6xaYDBhGhAUvXUNhmGiH0yfAVGtz3Bf4_kot0M,17535
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=OZ8hL2_rnweES6l5IGDzLzT-hGGiEQFdLSFalByx0ME,366
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
@@ -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=ZzB33K7JVgNVh8UX-YfRDf_NzStd_kWG0iiBR4aW5fg,6999
166
- oci_cli/help_text_producer/data_files/text/oci.txt,sha256=84OR4GGLp41jGLfTEooEFpWhEiYEt9Akb8RP37huVlc,6838
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,11 +210,11 @@ 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=myYQ9jl1HxZ3tRYXnvIQ0iNGgaKensStkBd68w0JJcs,11716
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
216
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=RUqGHLA1YmjN3C4iR7_qAOgn2kPjtkuSFc56XOc2Qw0,1534
217
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=NDpS9m5PdBwiwfIvtV6yE-evx_Avjuuo_2O2Xi-0xuQ,1551
217
218
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
218
219
  oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
219
220
  oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=E9773TKC7_DLRvhxXuVz9LCoMTStz5FHJAOHJ1Cuxzk,6917
@@ -235,7 +236,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
235
236
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
236
237
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=CuoAL1ui0C6o8gkcpehYnIkmsisf8yRexLNAbdoqG8Y,1466
237
238
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=EfevccFx_IMufmRHiwo3BqCbAPrPUd7aDG1Et4BZ7b8,4055
238
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=_ls4W4aaTWnf5iu1AtzWhxyMSDc54UFUrVB5MGcd05k,1007
239
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=RvN08dy0w53GE-KqZipPYYPxzTPeIcmwNHJBV1O7VHw,1013
239
240
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
240
241
  oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
241
242
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=K-kxHuWvT327BA60gsTlueC3Ftfy7bXFMsz23mDokTw,6544
@@ -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=a6lQ_tfhMiSpSCicfuI68t6Ik6byf5ErrpVa7t1m-o4,790
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
@@ -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=Qb8Mgx3H9Ji_mP0BMODnSy6vHRd5NMWc93YL1Vp9DiQ,1252
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,7 +3924,7 @@ 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=QiixEb1eOwQIuctP4mxMRXnp_mIBiWKRsjfZSsm-mb0,35123
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
3930
  oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt,sha256=fA8J7k94Bn7QFzdm8ONLE1IvnKxDewa45aU9xggRkrk,4836
@@ -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=EKYaCqLYTv3E6AQGhPD5Q0HctVLoVn0xh3n3AciRJag,7968
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=05Qle0OhBtfsOx04VIWG17hN7WbLNlzawBZuAz54HhY,5366
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,13 +4314,14 @@ 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=BxM2pk9KS-28iDcEv49pXFOyvjU6Sy4cL7NTcRYfJqw,21364
4304
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database.txt,sha256=DGx5hgRrazUW7id1Z6oKJEzG5tHPXT-hAU5DTPJo89Y,20248
4305
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt,sha256=DBKZIwsyNbafCzQCeJy9wWG1DLueVFwIz8af1TQUGns,19710
4306
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt,sha256=ETiMwHJR7S4bSecDXyk4WBiR7e2nVGAhVbY60gyqbZo,24154
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
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
@@ -4311,7 +4329,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/system/patch.txt,sha256=rMF
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=TLd8rkrGROhamP1qyEBz5g5S6rIbij2dguw2HUo_jJ4,10780
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
@@ -4481,7 +4499,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
4481
4499
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
4482
4500
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
4483
4501
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
4484
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=Qu_fmCbl2Fyd17cYuZlm-jVwg7oM3p431m8zzv7B-Ts,859
4502
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=DrHUia8C1K-U8x9X4B8_XXp2tjmDeB98tiXuU6Tncn0,876
4485
4503
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=6PjFoSvqBqHuh08LUh3fmf7BQza63Z8bpQ1_in69lg8,6530
4486
4504
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=c_2SBQYChMgLKqtnU78Mv2bSDy4Gzwl5DYiROYbE7ok,2976
4487
4505
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/list-delegated-resource-access-request-histories.txt,sha256=QdODn3pGRKpio43yNuIrioxLaZhHmw4A5ruFbTMkuQY,4029
@@ -4508,13 +4526,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
4508
4526
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=zGi_GMT3_RpZOZMQ_JvyKwJJoO4t0UtTQT1aA7BKISk,4303
4509
4527
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=4nixS58TsFlTGMpZsGjXOM61no6ow_BlPkI3Hgb0WcE,2951
4510
4528
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=a4JICkvZ80VVUQpFwrJryXV-Ip9C7omdFSb_U8_fU5c,4252
4511
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
4512
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
4529
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
4530
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=P0-f9ZjBa3cTGd7N5TrNAtuB-6c0vVKFqTmoPvR4avA,191
4513
4531
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
4514
4532
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=wRJWGf79YA_EQDf9ggjS7zwZ1N7XDxKDbHaH-DAHKjM,2809
4515
4533
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=1kSp6RsD1bTvDmnABqIrtXpXYF09Xcle6eER9sJHpps,3891
4516
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list-errors.txt,sha256=HT-Y8wuPUr_sjehhAXfybaZNmyns98S-VQYh_qhNqlg,3636
4517
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list.txt,sha256=eyr375DkALxgveH3XwwaISB_XjIkecH4Wux80-egQvY,3593
4534
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=ddjDMJwZJRex-dwQVeUWiFYyI01OIzGW_NYv0Ypgsh8,3601
4535
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.txt,sha256=TpTtHdkzQjWhZhPGt8PqgDgZf2dqpZ7Eh7bM3eUZWNE,3701
4518
4536
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
4519
4537
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
4520
4538
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=tXJoIaU5Ov_JPPNF27qWDRXdAFoLh4m46h0qkR738pg,4052
@@ -5444,7 +5462,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/fs/filesystem-snapshot-policy/
5444
5462
  oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/add.txt,sha256=7Gg_Bv4cZg-92TzM6SoYYbt2fGJ7RvbtPFLkBJ9mAE8,6977
5445
5463
  oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/cancel-downgrade-shape.txt,sha256=Q3uIlOFqGENlZAfs0H5Bdy5TiyiNhWQejGs9q_75NIQ,4648
5446
5464
  oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/change-compartment.txt,sha256=AJ4WITX1KiVOqvm9QC046URpBcQJa47S_Jh2LDcpC_s,4039
5447
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt,sha256=56SseD24WujI3KxCG94YWV2Mpgi8YpmIBs9IOH_CjoY,11189
5465
+ oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt,sha256=TfNOT5SBXtnjLneqgp--9EmqD8he7gXPesYaw4qcDy0,10899
5448
5466
  oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/delete.txt,sha256=xUkapvJb4juOp5yrbffTGQlTxnI-I_hvJ2Ih8ZTKEHg,4753
5449
5467
  oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/get.txt,sha256=Snr-f8C-SMviM_w4wZo1rVELK6l1-ifwGlI-KeywMa0,3286
5450
5468
  oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/list.txt,sha256=zr2F4sjG42pyduuCMLo2kPdibOBNI6guqtlyVpdcoOc,4786
@@ -5858,7 +5876,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
5858
5876
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
5859
5877
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
5860
5878
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
5861
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=c7YYn1QO_LFiWFuv7QE3p-4tkHM4Ki5xytbGvy-8yig,273
5879
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=6E1JPWJwkYEKei7hivYXIADvPwAB0ucuJipfNVVWev0,279
5862
5880
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
5863
5881
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
5864
5882
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
@@ -5885,14 +5903,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
5885
5903
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/get.txt,sha256=UQ5DtFBNWRngZsRIfl_k0SDkabKLqj0Jx7zG1ibNCOk,2897
5886
5904
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
5887
5905
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
5888
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
5889
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=yXFFNx2EggIMer0AwaJzYHrqMIuES6UE2mBg_EBPvyo,178
5906
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
5907
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=P0-f9ZjBa3cTGd7N5TrNAtuB-6c0vVKFqTmoPvR4avA,191
5890
5908
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
5891
5909
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
5892
5910
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
5893
5911
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
5894
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list-errors.txt,sha256=JDB4ieNtUv77aIcHzTzyv-3AB2HubHUE8kB6zfjllSk,3684
5895
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-logs.txt,sha256=qubEsqrQpLsc39ni53MoA-y27N8HBJXdip1vvo-evS4,3684
5912
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=8jOc0ExsTUxkuTxZ2FARQqKWHdbnVWnCBxlMUFe38FY,3649
5913
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-work-request-logs.txt,sha256=QhTIaagELUGg6VHqLwz76LZ_wCIgTJnFMc5F1tsSYdo,3749
5896
5914
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
5897
5915
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
5898
5916
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
@@ -8262,7 +8280,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/oce/work-request-log-entry/lis
8262
8280
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster.txt,sha256=JXlcuMuSjhT0bfM4eVO9KdMfjQ42Nmmkbr08ur6vSag,317
8263
8281
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
8264
8282
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
8265
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=ZxoepGdGREXWenGVP3Qyls1wdmx62TKkJKmerSEzXtk,205
8283
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=kDeXQH694uqh8esZ4MoemZm7V7j_dov1PaR_15H3-NU,198
8266
8284
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
8267
8285
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
8268
8286
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
@@ -8294,7 +8312,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
8294
8312
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=ascNyFoBcCt26Q4UAgwoBoAWDfCHwii5mZK42NyB_CQ,3807
8295
8313
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=BDhlVowHKrm4397oiuufIaFo1HKXsq0iWqZRl5uClAQ,2704
8296
8314
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=nwFC4CBQrRClXioQAUy3nl41C55ZV6f4CA2jJo08kp4,3426
8297
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list-errors.txt,sha256=2iiSTkukrI0U5deKDL3X9hVOSZFydMPsVaW-cfQzIss,3428
8315
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=TvYquZLxpn5GubF4Mm68_WpHVEXW-A2AqBBGQhnKBLo,3393
8298
8316
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=b9eaCzDCp6M9E3T84RMCutKxcQym-4sDAhqmShnLqow,3385
8299
8317
  oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
8300
8318
  oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
@@ -10366,6 +10384,14 @@ services/adm/src/oci_cli_application_dependency_management/generated/__init__.py
10366
10384
  services/adm/src/oci_cli_application_dependency_management/generated/applicationdependencymanagement_cli.py,sha256=F9j4Y3BK7K9_VFnyE9GnTCH_E1hNtxD38_7L8atM088,331292
10367
10385
  services/adm/src/oci_cli_application_dependency_management/generated/client_mappings.py,sha256=jBCvTtWAHImWhe9yUSM3LGDcqwMyaOlyLi_LGlns8zg,828
10368
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
10369
10395
  services/ai_document/__init__.py,sha256=fiuxm8VqFuJOfKwv9_SL4XeLeCHDfNNrSalAfvzVqhI,437
10370
10396
  services/ai_document/src/__init__.py,sha256=fiuxm8VqFuJOfKwv9_SL4XeLeCHDfNNrSalAfvzVqhI,437
10371
10397
  services/ai_document/src/oci_cli_ai_service_document/__init__.py,sha256=fiuxm8VqFuJOfKwv9_SL4XeLeCHDfNNrSalAfvzVqhI,437
@@ -10857,10 +10883,10 @@ services/data_science/tests/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7
10857
10883
  services/database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10858
10884
  services/database/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10859
10885
  services/database/src/oci_cli_database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10860
- services/database/src/oci_cli_database/database_cli_extended.py,sha256=anv96sJejYYqe2GSymp303syGQa-Rys9g65IN1IeSu8,319949
10886
+ services/database/src/oci_cli_database/database_cli_extended.py,sha256=0IKyT8Pae4NTz7SVKyK9kW1cLPk0WF5oYqrfcxU_7O4,320154
10861
10887
  services/database/src/oci_cli_database/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10862
10888
  services/database/src/oci_cli_database/generated/client_mappings.py,sha256=IP9FtwxRZ2m7IhZHMVegq5kwn9aHKXa-JJsuBgra21s,792
10863
- services/database/src/oci_cli_database/generated/database_cli.py,sha256=nvKA7qmN_WpgsqftQvDBwTPetslb_28Y5BpioaznmMA,3280247
10889
+ services/database/src/oci_cli_database/generated/database_cli.py,sha256=ajj7Gx_Anfwcgt0sGMHgyK3R-Y_6ARG-Nn56H8fv-s8,3291510
10864
10890
  services/database/tests/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10865
10891
  services/database_management/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
10866
10892
  services/database_management/src/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
@@ -11073,7 +11099,7 @@ services/file_storage/src/oci_cli_file_storage/__init__.py,sha256=rR0qsKsxfcBW2t
11073
11099
  services/file_storage/src/oci_cli_file_storage/filestorage_cli_extended.py,sha256=MDy2KRfFarAf9wP4jKndIRN9CibsM3tix4CQjKVFAjg,988
11074
11100
  services/file_storage/src/oci_cli_file_storage/generated/__init__.py,sha256=rR0qsKsxfcBW2tqwlSqYQK809Gtp4xeu-5KtxpJChAM,437
11075
11101
  services/file_storage/src/oci_cli_file_storage/generated/client_mappings.py,sha256=wejFcn1CQjWjTdxFTZpTPpsCIUxo46YrE48bPUMa-uo,830
11076
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py,sha256=mWhmOOZcsKjmIpmEZsEL0WmuWfGLIznQEOo9vRxKQNY,356991
11102
+ services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py,sha256=GZlqQWucG_cxiiYrmxXhIAPPnCePh7gUr1dGqwpf53c,356697
11077
11103
  services/file_storage/tests/__init__.py,sha256=rR0qsKsxfcBW2tqwlSqYQK809Gtp4xeu-5KtxpJChAM,437
11078
11104
  services/file_storage/tests/extend_test_file_storage.py,sha256=_yes29Nl5YGCxeiIv-vyyu9sFK4bJHwRENkaaMZyvtQ,661
11079
11105
  services/fleet_apps_management/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
@@ -12275,10 +12301,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
12275
12301
  services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
12276
12302
  services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
12277
12303
  services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
12278
- oci_cli-3.66.0.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12279
- oci_cli-3.66.0.dist-info/METADATA,sha256=eNEufPDVSux3Eb0ke1hFSecklzz4nOOZJgyCIYRiTRk,7066
12280
- oci_cli-3.66.0.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12281
- oci_cli-3.66.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12282
- oci_cli-3.66.0.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12283
- oci_cli-3.66.0.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12284
- oci_cli-3.66.0.dist-info/RECORD,,
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
@@ -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