oci-cli 3.71.1__py3-none-any.whl → 3.71.3__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 (112) hide show
  1. oci_cli/bin/batch.psm1 +122 -0
  2. oci_cli/bin/integration.psm1 +6 -2
  3. oci_cli/cli_util.py +0 -4
  4. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt +140 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt +210 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt +237 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt +139 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt +100 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt +131 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt +134 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt +134 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt +213 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt +101 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt +14 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt +35 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt +144 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt +146 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt +215 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt +106 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt +135 -0
  21. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt +140 -0
  22. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt +140 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt +191 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt +142 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt +180 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt +141 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt +102 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt +135 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt +136 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt +136 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt +186 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt +33 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt +35 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt +111 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt +125 -0
  36. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt +132 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt +135 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt +207 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt +134 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt +95 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt +131 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt +179 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt +31 -0
  44. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt +136 -0
  45. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt +178 -0
  46. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt +135 -0
  47. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt +96 -0
  48. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt +131 -0
  49. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt +180 -0
  50. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt +30 -0
  51. oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt +18 -0
  52. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt +92 -0
  53. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt +141 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt +132 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt +15 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt +132 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt +15 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt +21 -0
  59. oci_cli/help_text_producer/data_files/text/cmdref/batch.txt +123 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +14 -13
  61. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
  62. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
  63. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
  64. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
  65. oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
  66. oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +127 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +127 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt +4 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt +92 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt +134 -0
  71. oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt +17 -0
  72. oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt +4 -0
  73. oci_cli/help_text_producer/data_files/text/cmdref/compute.txt +10 -0
  74. oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt +4 -0
  75. oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt +1 -1
  76. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt +136 -0
  77. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt +190 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt +177 -0
  79. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt +385 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt +199 -0
  81. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt +22 -0
  82. oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt +12 -0
  83. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt +5 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt +144 -0
  85. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt +132 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt +4 -0
  87. oci_cli/help_text_producer/data_files/text/cmdref/integration.txt +4 -0
  88. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  89. oci_cli/service_mapping.py +5 -0
  90. oci_cli/version.py +1 -1
  91. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/METADATA +2 -2
  92. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/RECORD +112 -34
  93. services/batch/__init__.py +4 -0
  94. services/batch/src/__init__.py +4 -0
  95. services/batch/src/oci_cli_batch_computing/__init__.py +4 -0
  96. services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py +93 -0
  97. services/batch/src/oci_cli_batch_computing/generated/__init__.py +4 -0
  98. services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py +2855 -0
  99. services/batch/src/oci_cli_batch_computing/generated/client_mappings.py +14 -0
  100. services/batch/tests/__init__.py +4 -0
  101. services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +3 -5
  102. services/core/src/oci_cli_compute/computepic_cli_extended.py +9 -0
  103. services/core/src/oci_cli_compute/generated/compute_cli.py +201 -1
  104. services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +4 -1
  105. services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py +1 -1
  106. services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py +371 -0
  107. services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +259 -7
  108. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/LICENSE.txt +0 -0
  109. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  110. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/WHEEL +0 -0
  111. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/entry_points.txt +0 -0
  112. {oci_cli-3.71.1.dist-info → oci_cli-3.71.3.dist-info}/top_level.txt +0 -0
@@ -26,16 +26,16 @@ oci_cli/cli_root.py,sha256=-tfaE0aCDZ9T9GqMEVuH3MkaH1WWWuUyhgwkguh496A,35026
26
26
  oci_cli/cli_session.py,sha256=6H1gMCop3oUAtLJrczv-o25YQ3mde7FxM8QBPoKN5FQ,19033
27
27
  oci_cli/cli_setup.py,sha256=Obqp6ndb2zAc_iZRWviCdmYnkjX3Wx0za7EajACpTNo,51733
28
28
  oci_cli/cli_setup_bootstrap.py,sha256=E96kk4GkABRj6m07EYEBgSFILaiXGPlqIhcx-sZBmDE,14209
29
- oci_cli/cli_util.py,sha256=f_ezxfSZ4irksyzWPyPBexVN079xpDOKm6tWZSyEjhw,130503
29
+ oci_cli/cli_util.py,sha256=npgO_GFTLnYsfMSi0ZbBkOt-ah1yXYEuU-IIEMqtwBY,130042
30
30
  oci_cli/dynamic_loader.py,sha256=L3HvLcQeQzDFLwwpCdugQ0uxnCFqNkKtf6kmHicNgzc,5461
31
31
  oci_cli/final_command_processor.py,sha256=DewhCXcPr4t5fY0x6plyRXqi6aCAojr6GCWj1kmNgHg,2005
32
32
  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=5l2dt4-8VYnZKCdoK3W7BwiEJMVcxsGLJDWLBI2uuZU,18154
36
+ oci_cli/service_mapping.py,sha256=VGqqd8amwGKuZCr7u0YAaE4pEimwQwu95QU8b4pRT-8,18227
37
37
  oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
38
- oci_cli/version.py,sha256=7kWxngdy6sE3lxk7M-pzKq4MDnpegZlU-9gHXPmiC5A,366
38
+ oci_cli/version.py,sha256=jPwxeP1lmGsAAfqPDhGDvwqUok5mLeL0xTsE-tnOaXQ,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
@@ -54,6 +54,7 @@ oci_cli/bin/artifacts.psm1,sha256=a_0AOHeIThJxtojmWukqWGIivJ5168bjt9pSrDF4-RA,94
54
54
  oci_cli/bin/audit.psm1,sha256=o6OLC9SKn0tGsETzyMCw9FdrXGo52vM3H1wOiRBBj6g,900
55
55
  oci_cli/bin/autoscaling.psm1,sha256=ORRii-W-2L2-hDi5Z_fz1gkCxYGrmguECtDzpqNkRww,2494
56
56
  oci_cli/bin/bastion.psm1,sha256=ByI8RboOC1MCGxaKRqz0fgNlvIQ5EFQRyY6VJvOfIPE,4632
57
+ oci_cli/bin/batch.psm1,sha256=ecvXf9576F7N7mMZn_NDMKYzOiGqq09UqZmRJD1Ddh8,10484
57
58
  oci_cli/bin/bds.psm1,sha256=3MJV5njzBJL8sPeuCHeSBXzSTM8-NSx-kS1AeUs8-f8,29532
58
59
  oci_cli/bin/blockchain.psm1,sha256=KlAwQr9FEDQ5acX_cfgBRjp9QiRd_DYHPObInjFG_ks,6778
59
60
  oci_cli/bin/budgets.psm1,sha256=we7aV8Hh_PxtFIwMt1U20544ZXu4Wj-xg8Qm0aeAA38,2622
@@ -90,7 +91,7 @@ oci_cli/bin/goldengate.psm1,sha256=IIceOnzqAJ3OTq7C-rG7ryxXGbfojN7AzuLGyHmevE8,6
90
91
  oci_cli/bin/health-checks.psm1,sha256=qL0JL784k7CNIaB2MbmFesGbtajl8_FqMq2EIBuybZQ,4554
91
92
  oci_cli/bin/iam.psm1,sha256=oTFoemglrIaCgKb6b1vEuOb4XIxZIWHbevFlCz-3PoI,30631
92
93
  oci_cli/bin/instance-agent.psm1,sha256=JygRsRw6wDjfO56ixYrIFQNuV4vIJPPKlohOalYcE84,2227
93
- oci_cli/bin/integration.psm1,sha256=_hVOJISOK73kXTmBcXHKcB9LUR9eEdjakYOsQH8pHwY,6485
94
+ oci_cli/bin/integration.psm1,sha256=QgyAUXX7OajQfaIxgPzxUVwScU5w4M3mILwxoiFIIUM,7102
94
95
  oci_cli/bin/iot.psm1,sha256=YZ6uCh5NAVK2vK34rR9pqVeZNfPfzk120JvQEgYxr3g,11167
95
96
  oci_cli/bin/jms.psm1,sha256=bfRIPVYc_K1ltg4KSXUaS1EqhGM8WcLsEwLNDJdLB4s,32301
96
97
  oci_cli/bin/kms.psm1,sha256=GlSDawk9_ZBwCOHnnpJSwNsrJzmCLGofqcOMb0X5h74,8740
@@ -165,7 +166,7 @@ oci_cli/file_filters/file_path_filter.py,sha256=O6CALKowiBBOFZK6TDTmQNq9pp56ff-r
165
166
  oci_cli/help_text_producer/__init__.py,sha256=rQx2CmhtvqtIZWMRp8IVqwFQ8r_i1x0Fsxnk5NIYA8k,424
166
167
  oci_cli/help_text_producer/help_text_producer.py,sha256=80oRoL9YhAt5p9HmxEaN0hr9HuCm3w5UrowMsTJzG8w,3036
167
168
  oci_cli/help_text_producer/data_files/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
168
- oci_cli/help_text_producer/data_files/text/index.txt,sha256=e7amW7uIFujw4eQVDQb3XrqR_Ib9WjZU--p7pE7KYkg,7260
169
+ oci_cli/help_text_producer/data_files/text/index.txt,sha256=93VRl9oBjo2wFirWjzeq7QR6JCwr8SzBQUyz95yf3VE,7277
169
170
  oci_cli/help_text_producer/data_files/text/oci.txt,sha256=tPdmLsd0M2x5bxgkxep2xSyKNlTylP7tt1wqGe1Sd1s,7671
170
171
  oci_cli/help_text_producer/data_files/text/cmdref/access-governance-cp.txt,sha256=d9qOzyecVt3ux-rimDL4v_QmvQGM3t8WeeGjeyaR9YE,444
171
172
  oci_cli/help_text_producer/data_files/text/cmdref/adm.txt,sha256=0RVGwvkB_tBju1Cl-a4509jRUWWQ8P5rODugGYUSHbI,1166
@@ -187,6 +188,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt,sha256=ie1KHZ4hK
187
188
  oci_cli/help_text_producer/data_files/text/cmdref/audit.txt,sha256=AiJS6SyuwdU0gC4-2D7uBMfUXwF2JGqyP8g0rcEPnUM,329
188
189
  oci_cli/help_text_producer/data_files/text/cmdref/autoscaling.txt,sha256=M9oY4gTZOQbIaLpHa4onRscCBqe6mITynwmg8R9gRQA,452
189
190
  oci_cli/help_text_producer/data_files/text/cmdref/bastion.txt,sha256=VIDj0S96i7OqKAVneTDGfVdaMBED4zpcRr4AM1K8YFk,795
191
+ oci_cli/help_text_producer/data_files/text/cmdref/batch.txt,sha256=OXy4R_0-qN-U71bapVKKqx5QkuEaawCEuOReve2Hpl0,999
190
192
  oci_cli/help_text_producer/data_files/text/cmdref/bds.txt,sha256=hLJs_FmSRUGD-aR2l0vHJ3V1eLGnydYK7aB1eIpc76c,3432
191
193
  oci_cli/help_text_producer/data_files/text/cmdref/blockchain.txt,sha256=i5obkXah6sAhy4HkdYRRNy_ZUiTFd7UQP3LhUDlgtpc,598
192
194
  oci_cli/help_text_producer/data_files/text/cmdref/budgets.txt,sha256=4YeN6QankLzZaeQkg_XEjv-T8ApmHfbD7hjG6QH9xbo,318
@@ -200,7 +202,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/cloud-bridge.txt,sha256=xkIYPy
200
202
  oci_cli/help_text_producer/data_files/text/cmdref/cloud-guard.txt,sha256=eLgxx0IvvEYnV5uKee5aUl3IcWi-J5s6tSdbWBFSPNM,5303
201
203
  oci_cli/help_text_producer/data_files/text/cmdref/cloud-migrations.txt,sha256=6CkIrcOH_ewEHIUv-NFogmr46-Txa12VbBYOs9Zy9tU,895
202
204
  oci_cli/help_text_producer/data_files/text/cmdref/compute-management.txt,sha256=jp09qfntFEQbQNj32ixmzD57RHR8l04vr6hJW_M7rso,769
203
- oci_cli/help_text_producer/data_files/text/cmdref/compute.txt,sha256=6wjWpWSnxuKnGDs41EHawyfP61gstJ9dKNVU-2enj7k,3338
205
+ oci_cli/help_text_producer/data_files/text/cmdref/compute.txt,sha256=tdy5QgTPa5eV_ruLRaWxi7_7pNkRiGdWrdhsNXaOG5Q,3436
204
206
  oci_cli/help_text_producer/data_files/text/cmdref/container-instances.txt,sha256=UUSENuzSi6EEad11i2IfhyLhFeKkaM2noEeudxEHwUI,433
205
207
  oci_cli/help_text_producer/data_files/text/cmdref/cpg.txt,sha256=0GEAs5nUq1zeKuoo0z7f1afQad6afAUEJlEjU2gFido,369
206
208
  oci_cli/help_text_producer/data_files/text/cmdref/dashboard-service.txt,sha256=hz6OdnhZayjQacifQhsJsK7qyhA4ahKMxAgU0spazNQ,932
@@ -243,9 +245,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=CGx5uZVD
243
245
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=RvN08dy0w53GE-KqZipPYYPxzTPeIcmwNHJBV1O7VHw,1013
244
246
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
245
247
  oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
246
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=x6osA_6gjdw-YB7zQH8pcjP1Mnbdw1ebNTSUas5sZts,6515
248
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=oDFTKAjE5Lfq1ELVmvDt_eLrO8iahXOycxUk4YMkSJQ,6586
247
249
  oci_cli/help_text_producer/data_files/text/cmdref/instance-agent.txt,sha256=wDMzVd7z91guZT2vdV2Aq-te3nF-qr8u87UdWMKapE8,285
248
- oci_cli/help_text_producer/data_files/text/cmdref/integration.txt,sha256=5euSeoc9-NM6oxNBh2Rbzg2xrjcsZWcbGi9rW_0BcoM,750
250
+ oci_cli/help_text_producer/data_files/text/cmdref/integration.txt,sha256=0HNHtIi6v-wm6o_5ANgnm-6r16mbMkbl361_S1sASZM,804
249
251
  oci_cli/help_text_producer/data_files/text/cmdref/iot.txt,sha256=0BUDObwDC-tdu-JV2i3XkzAsvNeTyRkdETVe-_OOp4U,1131
250
252
  oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads.txt,sha256=67STWu-PlAy0lFgChOLD7G5qNvvD3XXYAx4NqwUtl8I,764
251
253
  oci_cli/help_text_producer/data_files/text/cmdref/jms-utils.txt,sha256=t590aQp-4Gp2iDduQ-QLAYfWkwGjlXpbzm9kR8Ne9CE,614
@@ -997,6 +999,61 @@ oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request/get.txt,s
997
999
  oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request/list.txt,sha256=o7C2blnDiCPSqXPxaae3EyzLDkkX9aGztA4fP8VxkQA,3278
998
1000
  oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request-error/list.txt,sha256=h65AlH-m-a_-fWWUCK0Uu1q0ul3gNkxVhBxdopvOZ9E,3300
999
1001
  oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request-log-entry/list-work-request-logs.txt,sha256=1hhV93OyKUKxnSIfXsqmEwBBk75k5fAqwY1vBSnj6CU,3400
1002
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt,sha256=z5HSGawggS0JSszWPQJEs3SVyVIZB8ZOzL-NIW6jbCs,180
1003
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt,sha256=YGC8Mqklslk_-Uz6Hb9W5dI4l3o6a2UdM4nwE9ADVQc,517
1004
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt,sha256=ybqca39E9x3d8E-K0EAcMYpXEF3Znu6c3z-jFb6baQc,481
1005
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt,sha256=gqcp0Y4Rg8ZIg1GChhR8LxnXQqdl4aOMAmJsKmFuxL4,594
1006
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt,sha256=Izd11t253ckmJy5v4jhywoujnGKuttl4vDG-owMC9Uk,618
1007
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt,sha256=d9BKuMtcFXeTHTLhvlFK9DZIuU0DfCxN5Ma1AozzDeA,512
1008
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt,sha256=gDE1djAreqB_XHDKMxgVa9hf4vhMKlsotu85ibNaX6A,192
1009
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
1010
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
1011
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt,sha256=9-GLONxO0qn8Dmel86MRTmiG61gfnt3hN6RLwwsmSww,472
1012
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt,sha256=fneoS9YVEOW0Sb7sU9trbtt7zPVSuknLH6ID_aRluL0,4877
1013
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt,sha256=Uro4zFrMeVSdkqLlhJ9AkmLa3XMY6jTHmNvttGIQkMs,7148
1014
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt,sha256=oJRUkqUWG8j0W42bJnGGxgpytWlmPOYb8U2A3dmZUK4,8498
1015
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt,sha256=5ahPj6u-QkpPT6ChDKeI9-NSLutOBSPKf2QqR0wnf90,4692
1016
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt,sha256=SjZy8xrMDsyuPNOj7Izee_ZK_HpHNRHUX8bNg3qOWos,3214
1017
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt,sha256=XX9Atlz_FvgtjPUjkalboryANOQgvcoOeIGZaZ79eQs,3659
1018
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt,sha256=b83OpEnptEHgqMnQRBngHY-QUtvKWqk0D6Dr4uA082w,4564
1019
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt,sha256=Nb32qmuh8ljybIqTU5d7LPgKTW0KE8aEwL0lA63J7sY,4561
1020
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt,sha256=73Ns5pniJfpRaYe1raDAxRgFZ5uTCOr8AS9-UoRsEIc,7335
1021
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt,sha256=qWl-TRuQ52E7yNv6FR32HRkDxdYKYo8uy9Bz9R8AvqU,2860
1022
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt,sha256=_XiQmBprc-ae11oYqyZPidJL9E717hFUiWSkOnDcV-4,5002
1023
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt,sha256=L5TU7OUHSjEeRJ-NFZsrPkCNO80wNFXru2HONUadRAE,5240
1024
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt,sha256=PVokESLjT9vgECN_ALT8AH9NbsLP3wSVKpOLZVfp0Ds,7709
1025
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt,sha256=q_T6AcF7VZ1ma4ld57KGqeyGrTqbqdGTUBoAhSSmO9k,3606
1026
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt,sha256=gWs1wY8m1MezTxsurQoqYNJQgUa4HLEDY5ZHoQBeSII,3716
1027
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt,sha256=pb7vRp5NqXvuylaBJHLAfPOJuHYj8Ua1uNdVqj1HMFc,4954
1028
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt,sha256=Q5F0BKXg-KBdtgysNbSwFqnn_yVLG0drg8AWazhctow,4963
1029
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt,sha256=aujwE9YgcX21bkgzlc1i3penjophf4T-jy8YESeR1mw,6477
1030
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt,sha256=ICvrfB8AzHzbK8LbH6jlQ86WkgDcGml1DvkTsaCcgGQ,5015
1031
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt,sha256=dvXAxBJxmNU6phhIiyx14iYA9bPwA9Lln008psU9ykI,5991
1032
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt,sha256=ogvBkCl7NJRL9VWOQtFz0s9O9pWez8oawjs2bdq7SZE,4795
1033
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt,sha256=3NBhRMRtbzRlggE6nhOZQAWvBWYc63nkco2or8xwh0Y,3381
1034
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt,sha256=bY3s5h-qeM_bU-WosKMaoFkd_GhzvribF-3RLuCSWDg,3702
1035
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt,sha256=LlvM56ZXUA84vUYA0R6EHEejsE672CWMRV9fBg6UeuU,4714
1036
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt,sha256=XBJ0LZNIWA2YIXx2QwEeiq9lbWyYsuseYm2Oe3aWoIg,4712
1037
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt,sha256=tR7lnQQShpPmXvOku-ADh6uH8IuzHPXRw643XND2kVk,6219
1038
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt,sha256=V_i04GrWwHaX0O4orJfuCcRINkGGBMreN5aY_QuWQpo,3898
1039
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt,sha256=PmfgGwUNVH33IahLidgLQs_Hhf7A35po3F8K64QEKOc,3294
1040
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt,sha256=BmFGCuFw2YIuU0pqekcI2LHEI7V_gx1vhXsJeqTo_E4,3530
1041
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt,sha256=Y9zKa_-xxZwTMkMR3OeB5knoYz9yas4tfxYvc5HgEx4,4861
1042
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt,sha256=gyYmM2V1jUafw19iACsn3OgOy7d3wYRhOh51q0m_eOY,7043
1043
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt,sha256=q_yA7U7LxS4y_cDFpI4_B8RMtsTgBCHMNDspdmIGgNs,4575
1044
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt,sha256=k5oKPvvPgrci8Hh5fu4HgmdES_8d_ylwOPKJdTwLfS4,3189
1045
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt,sha256=CAaM7eF9d8wnghDS2PLhdg_3SYk1fyLVnXsMST_bi-s,3635
1046
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt,sha256=dONfxkF-xfu71CPD3-ScPH4z-FlPZn-Nk7RrrkEtR9c,5920
1047
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt,sha256=7IjyaDZu3fNKX8PjjmpxY0zeTibFmHmiLl2IK13r64c,5073
1048
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt,sha256=VsWMx13OvX65Xu-5T_uOVfNOVCK7UFobMabPObGDE6Q,6003
1049
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt,sha256=8hRjpP1Bv_Rf2TW1NlovwxsYmFuBL8f79Ud4fmOHzR0,4787
1050
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt,sha256=GNhEVunRR7CFeXHcRk8rq85LVclMwk7OgXXahczzFbs,3405
1051
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt,sha256=eEkAcwNJ2vHa0XLQES5sZqKV8uH51B8vLALLOt5uUwA,3607
1052
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt,sha256=gZw242B-DXXGgFYDQrgI_D2PJrZRKNTRTX7NkG2RAh4,6132
1053
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt,sha256=pjMdwzdEbejzGyZ_ruTLPthPmZwBerqxHLi7VaLrbHs,2756
1054
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt,sha256=eTRQd17q5rpdSK5Xk7blVo8wGJA3DherB2E1_xvTZxE,3790
1055
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt,sha256=BGhkqy-gCJqJE98l_I1qcmSF84f2boCVpcCBRySA0yU,3737
1056
+ oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt,sha256=5sgsoZfj7tkFi0UjdJxLvNBYQUYCbuzhEhgs_3wV9s4,3837
1000
1057
  oci_cli/help_text_producer/data_files/text/cmdref/bds/auto-scale-config.txt,sha256=gSsfuFiPV4SH1YHXq4hesSuF5s1tPqEW-jpKV7z6XQU,242
1001
1058
  oci_cli/help_text_producer/data_files/text/cmdref/bds/bds-api-key.txt,sha256=pPAjjjDzjnxNFxJ5qcwSgJRHhV_T9xgGwVkbFU5AdEg,189
1002
1059
  oci_cli/help_text_producer/data_files/text/cmdref/bds/bds-capacity-report.txt,sha256=vaIM49JzL-9CWs421wfUFS1ETYmULoCkb8DRMIoU_5Q,481
@@ -1380,13 +1437,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/list.txt,sha256=M
1380
1437
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/update.txt,sha256=sL99dHGedw6ChfGtTXxx0K4-OfDB5yW0sZCs2FMLDHA,15641
1381
1438
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt,sha256=Sz16c5Xw9JlQyYl5YhFlEO9vsDacOxk_tShmbyEILnw,3338
1382
1439
  oci_cli/help_text_producer/data_files/text/cmdref/ce/pod-shape/list.txt,sha256=uznrRMTohatRRCPx4yY8fzLxckSIr7K5gC-6xmSNrKE,3768
1383
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=vEgebmI1dL7Ao0-o6rZQByHjRtkXlGKpibgsSpBangc,10613
1384
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=IppjMe9Y9jnlNMDuaw-FT1jwDDdS3d7tNDrsj3cU1is,6179
1385
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt,sha256=_02IlvZgY_1X5Ua8b5scXTbwdTLKlFdhmAeSr1qi4cs,4718
1386
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt,sha256=ghZdlyllJeh9haIXlsZ67x9Jd_WEsCs7cbhAyAk4K7s,4358
1387
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt,sha256=pyEAeD71VbPYs09RrqcKrautMGsJEXOeCf576JdE9NA,5383
1440
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=JR5qobYwSDewnTssrnxJK1iAoikCGW463i4wBiIagKk,10773
1441
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=WWBtuE2wOS-X7a-FadkKz2kzXzZqMabyFxxp1BpUKFA,6339
1442
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt,sha256=Aaqpk5FdM7joTpp-7gg9mcBYZ4GZuqKlPRUCaJ6NG28,4878
1443
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt,sha256=7obFCHWH0vBqwDQqPD0DSiXbUqa30L2ZIkGjjTcvHb0,4518
1444
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt,sha256=NLVY7qG7lu0w--6uEBt77SuK0-UyP7wo7PuzSqMC6JQ,5543
1388
1445
  oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list.txt,sha256=tI-HBmCDJeQZbWVxwmmjx0al9HzGzcic4KpESqt3ezc,4025
1389
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt,sha256=-h25mXPY54b64_50-GDrwXFiifH16mE6eUL_dyZZRRk,11252
1446
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt,sha256=FXa5dadiK5D1Eeu46srZ88OB3LLcBQMmNYAIq79odT4,11412
1390
1447
  oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/delete.txt,sha256=AZ5gqYZPWCYyFveKcJl4oyAxvQvTyALkb0u3WhwykKs,3143
1391
1448
  oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/get.txt,sha256=UxhugSWmI0ZTUDk4O5MGElm0forba1_VTOlMgxeiThk,2733
1392
1449
  oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/list.txt,sha256=LMnYVeTCnlhNiX-1BwQ4YnS3jS5rlyMikASi7Blzevw,4056
@@ -1821,11 +1878,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-clu
1821
1878
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-cluster.txt,sha256=ZL9KvhnCaBYyRWOzbGNgqHT8iuYb5Iq21y_L_4zH3rU,252
1822
1879
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric.txt,sha256=5aivKwFkjOS0iQFbgGC0vZ6R5-SdQ03YsqaTA5XXea8,229
1823
1880
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host-group.txt,sha256=ksToD6D-UJRNYCvWORKjKoGVc9JBemvq5vQDdIzqB70,217
1824
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt,sha256=u3e1f_n6JGZoWEdJh5Jnz21m3NdETgOPtqzL2pJsUKg,210
1881
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt,sha256=_dhQhf-RRkw_kItS-rBehJ-1obXXT86ht98qfaw6gaQ,266
1825
1882
  oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history.txt,sha256=Ng-g5AHdeX4XEcWVXRRiu6PpbS9PoDWzw7nauOrg-Bg,559
1826
1883
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance.txt,sha256=Co9Qs0r1W5K90nfUnYK6JeVg_WMmKCx70VVaobAOroY,200
1827
1884
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host.txt,sha256=TD8LCpCGsrY8vjtGe9BsaA9sQJTRrGgPQvj6W-M1Hb4,506
1828
1885
  oci_cli/help_text_producer/data_files/text/cmdref/compute/device.txt,sha256=EFHr_ihVJcjNu6bXfFtWsYf81l8o5KcHG90_NLBf1lA,203
1886
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt,sha256=P8Mw0_97neU3L_guQ-rw45cQJJw-miSRhrYxbBBTG_E,188
1829
1887
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema-version.txt,sha256=fNzP0VjZUkOoI3-1xtGLAGsc9pSpX3_4uDjvB-NPOCY,199
1830
1888
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema.txt,sha256=66FIseF-X9uDL_W_EcxdUSoDPNGhs0dPAtZtMwxtY18,175
1831
1889
  oci_cli/help_text_producer/data_files/text/cmdref/compute/image-capability-schema.txt,sha256=kb-b3RRjinpqIHhz1_7PO-UuQTvDM-2KB_kCvW4uWPM,206
@@ -1884,8 +1942,10 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fab
1884
1942
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/get.txt,sha256=zVUI4zoxBs2NolQ43WUamibEbpEH2arVSwEItGHmgOY,2906
1885
1943
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/list.txt,sha256=zlmLCnDqubbhcxn25xdBCq8PVIaeA8DOxXeovYHMNp8,5213
1886
1944
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/update.txt,sha256=mmtKBS5bkVqwSdEGaaMdIty6WK1tyRybE-9msCrS0Vg,6158
1945
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt,sha256=z5f04vvTB0mPmK9sDEazwK6gYdkeWOQ78JqWYJqXf3s,4176
1887
1946
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt,sha256=3gg3bRNDEFIIUY8yud7Y3tBcInChHcZnzEpP6JYDq8U,5355
1888
1947
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/change-compartment.txt,sha256=GCbbsmqy2U3ikbhhkp4zpl5Z2DDDK-gw6jRAv5LP4_4,4578
1948
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt,sha256=SzfE0Dl3twbzZu12h-akNoqxGCCHk4X1CFhRdQceAck,4168
1889
1949
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/detach.txt,sha256=_FQB8wVk7Smt7jqZS9IbyukkVMe2BUtE-CDaFNfewcE,5389
1890
1950
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/get.txt,sha256=-kqav3499nQFVBkjFn--twwtttaFfK9viy1AIqTJuSU,2763
1891
1951
  oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/list.txt,sha256=KM_c-oRptPKouQEPiR3xvFD0rXFwJp1FKjr5ej36cs0,5188
@@ -1916,6 +1976,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/host
1916
1976
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/instance-shape/list.txt,sha256=BEz39MCxJZ-QNG3ft50vh31-FxacNA91rjjCWxGnXUY,3854
1917
1977
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt,sha256=0YTbeeE9FoYuF9VC3z5fLj6cejx8MCVZL4kFuQJ1wH0,5388
1918
1978
  oci_cli/help_text_producer/data_files/text/cmdref/compute/device/list-instance.txt,sha256=1exPOVMo5rYMaSPgq5elQ_ycDi_9n0CKNU9CFqgYd70,5534
1979
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt,sha256=iuoh_-20gU-hawJlDrfZoCKCd6_kYzaEUNnXk8Y48x8,2821
1980
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt,sha256=4gWKFlJf42UmEZNRX7pN_umCiCV8jID98lv_4eMtQfc,3822
1919
1981
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema/get.txt,sha256=meCyQJ9b9D2olVt3JbSeAiUjuUvTSslH7v-rRyHhdGE,2958
1920
1982
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema/list.txt,sha256=wKJdMn1IlKmdObJem6xmuL0VemUdol_6dRLheZMEudw,4163
1921
1983
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema-version/get.txt,sha256=EAGUhdEYp2OcW7PHuVXcPumXalH6Pk6FwcKtObwI934,3517
@@ -1983,7 +2045,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/subscription/delet
1983
2045
  oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/subscription/list.txt,sha256=Mq3TnSjYFqm4HYYicl76ZRKkXoaQ-tSiBa4ZbFhhCvc,4349
1984
2046
  oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/version/get.txt,sha256=WOIvPKyN36rnldk39g6j-GHRqGz2TQ28S7mldCW0_z0,3021
1985
2047
  oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/version/list.txt,sha256=MWDLtuJXErecpHipjZo9e72bb7xICiFJpH3xkFqbAxA,3592
1986
- oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt,sha256=UvT7duQ-7yKoq50PXqjeZcga2ZQmhuBd1GuZa_aEl74,3669
2048
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt,sha256=GmfpFmyG3pPrrLFADV0Ku4RKgW1ZQPYNa4rT1vT_jfc,3698
1987
2049
  oci_cli/help_text_producer/data_files/text/cmdref/compute/vnic-attachment/get.txt,sha256=vLu8GdNyl77FZLuW0nCamOF2PmNqKWCxB-EGoaU5ubc,2799
1988
2050
  oci_cli/help_text_producer/data_files/text/cmdref/compute/vnic-attachment/list.txt,sha256=ryfdE98ZbNwdFfFmuHDy6sZngpaNDfP8WXQcIXyYw1o,3794
1989
2051
  oci_cli/help_text_producer/data_files/text/cmdref/compute/volume-attachment/attach-iscsi-volume.txt,sha256=lf3CyxXM42tCY8Dg4i_dgBRCI1GwShpZ2e5iGfu1wIg,6376
@@ -3150,7 +3212,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-v
3150
3212
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/disable-trigger.txt,sha256=b18KUVGJi8IRU-FrdUpL9BSxO3Hgqw_x_RWcDcd3Dsk,4543
3151
3213
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/enable-trigger.txt,sha256=ph7KLPPDAviJ5atx_aLxGtnjZ6kNTmwfIZ6HtZtoU7k,4536
3152
3214
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/get.txt,sha256=QwoodUFlgvAsakJe9XfRcXRR0xGk0evVLyK4Oh05ZiM,2861
3153
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt,sha256=DinFgAvojwcTHoEWj7m32PeUPW_D3w2rNs8eAy8NLU8,4198
3215
+ oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt,sha256=eDfbzhOoRmkQRLdzjlvdBuHBmamH6lZq-Pd4Mq0spXo,4276
3154
3216
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/recover.txt,sha256=5Gyu5rIxo2rx6PkYUoUetRyWdRaO74OHIV2N6ET0BxI,4479
3155
3217
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/trigger.txt,sha256=1Bv9iL84Qx80OA0zo2TT4shQEhSdllCRZK3Ci73eXRA,4907
3156
3218
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/update.txt,sha256=nGpbYayT0zCJtwitKz0jzUxU_WhR7NzdT9MjkHUKDRI,5449
@@ -4928,7 +4990,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-exec
4928
4990
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/pause.txt,sha256=kzK-WObTYJdWJUGvaBetkV1TzHklGYkK7_K7Nd8qk78,4960
4929
4991
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/resume.txt,sha256=DGI0xWyEC993ddssYOS_8vN9v6meLte7M9ZN7OelYZc,4966
4930
4992
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/retry.txt,sha256=zSHhefH2r9frqaxwPJckz9J_Ys0QUKaOG4TjGJbxOMg,5178
4931
- oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt,sha256=morNAednWEwK_Ds24cs0Q3_kJfmV84kjuZp8ldJ265g,5965
4993
+ oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt,sha256=WYlZNBaOqMoqVJoFKTEWyENx1OQQp9VxyyE1po6JQ9E,5967
4932
4994
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-protection-group/associate.txt,sha256=nxjgf4LcHMJRJgIVXOynqfRb7Mwl7MwcRxFnT0mjJfk,5532
4933
4995
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-protection-group/change-compartment.txt,sha256=mGLYcAYViUbwLugTYUBm9b9ZSjXtU1Uz7DlYPyHRGK8,5175
4934
4996
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-protection-group/create.txt,sha256=45wPpcn8E9fMGkDBNO_74SjEp-A17f9NFN1YfPMtslw,7328
@@ -6331,6 +6393,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/identity-sett
6331
6393
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/identity-settings.txt,sha256=m47byEGrKyFaSQvhZ33RNTS4Z6vwEvABqU0HY4CZtd0,407
6332
6394
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-setting.txt,sha256=wyuutyu226uJ316ilxOa6-zWWIWuu7TLcX5UV_rWqFM,137
6333
6395
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-settings.txt,sha256=Rndjxvqgitgjquxrt8ZWxHz3CW4oXS1Rmf0qICkLMkA,399
6396
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt,sha256=KEj3p4UmHozP-rraZx_oUTNCSTzWrLq4o8uVdmtYub8,179
6334
6397
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me-password-changer.txt,sha256=wHprkFMAk3Ks2gS-zHrx_SpGm8zvZG4Xmiy413V_5Ng,170
6335
6398
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me.txt,sha256=3QRQeqvsaE7j7WwVvUWgt4H3svf6pWbQslZfWVZ0JlQ,119
6336
6399
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/my-api-key.txt,sha256=aVbOBxm7wLydIg3SNNjJoaS6OYPsdyUjd9XaevpxUIU,147
@@ -6534,6 +6597,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-setting/
6534
6597
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-setting/put.txt,sha256=LgsG448WtyxqNXTno3jNQRuSOiQ8sTYX_ZAz4ehvJds,14145
6535
6598
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-settings/list.txt,sha256=Je4H8xl0WNZg1Ep02lBcn-yHOgX9LZGkSs2RwzeLB1k,4774
6536
6599
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-settings/search.txt,sha256=uOkcjAu2SisMr0CGoQhEDxKky0Rr1jBNYhI2Xt6pR9U,5720
6600
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt,sha256=sZzF2q_-OdvTXj5-Fid4RFfOmJtk1GnjsPX743aZzH8,4733
6601
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt,sha256=LvabntCeXNqQlm0F--tq5whjZ0PkmThGPhIeT8jio6Y,6597
6602
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt,sha256=2txHSTl_Hg_pTczXfLrBD3iV-ny9_oTdO6plLlZ2A60,6652
6603
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt,sha256=21TS54OvYHFK7SUmJGfT-jvn0UUPRnJoj_1ngL7djYc,14920
6604
+ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt,sha256=v2UWQRMpuZH3LOWzbdI_W7slQ8z8Tkczn46AyRKIcwM,6792
6537
6605
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me/create.txt,sha256=LxB-kgzBHBozDn5Yvljg27k5vqDuOxVCM94jJrLfgBc,34382
6538
6606
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me/get.txt,sha256=zaESRifbSGi6ocYluAslM036nFgjanaP1-hAu3UtJ0c,4299
6539
6607
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me/patch.txt,sha256=DLQtXcgQeWwnnHmeU-4MBztDCkb0kw8s7KMgiDwWEkU,6276
@@ -6726,7 +6794,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/command-executi
6726
6794
  oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/command-execution/list.txt,sha256=wF8sa1Got3XGeX9ZH0S5kIoOv4BZ9QZ7xFTA1ilcztA,4750
6727
6795
  oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/plugin/get.txt,sha256=W7B9-3Q1MvxEOXLQs-zECIILV0YB1AfIJyk2Ah0JidE,3370
6728
6796
  oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/plugin/list.txt,sha256=8sc0IguUj-uiZma6Fy3rPthLglDe7c-BrHKQ-LAEy48,4650
6729
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt,sha256=yGIAoVIHT8ckLpTCNdOkQaihOTZogo-WS5teO1bqr3E,595
6797
+ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt,sha256=MDkWDPu9iCZKnxgk9h6DRV7-_ODvYM915KpRlL6meqQ,645
6730
6798
  oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request-error.txt,sha256=qn8458MLCQYp0LHckrlKnI2tXj2ayAUpi_i3vAvBnhM,156
6731
6799
  oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request-log-entry.txt,sha256=OGsl7FGSWive72mZNTbfHnpSg1UWCg-sY4_ui3tLoFw,187
6732
6800
  oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request.txt,sha256=h7594_Gl9fWBvGtv7ML6JyUS0i7brLfHkuaYcLdIJtI,146
@@ -6734,10 +6802,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instan
6734
6802
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-compartment.txt,sha256=qhGuAV6W_tL2O8XWf01UgniEXoFqgiBOn8ODVl7pwUY,4171
6735
6803
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-network-endpoint.txt,sha256=_8K0LtLB0xRlakM89oR15-1ZFVomvdgFJVj-2ZTQ4Cw,4652
6736
6804
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-none-outbound-connection.txt,sha256=nmlUrb-Ou3s7jZfYPgFA5aRq9FMkOVS3L-yafSdf_0U,5543
6737
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt,sha256=O1NM5QP1GnDiW48UUjHvvippokXIUaDxhBNx69fllSs,6748
6805
+ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt,sha256=9Nbt5JipP4BYtYESUukMltekSFsyr65TV7-xWFDI2ac,6905
6738
6806
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection.txt,sha256=24jlK2bes1FJOCk2YFJJfna6NzFvYo-MVMvFHSZn8ao,5906
6807
+ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt,sha256=HSHOXeMPkOmH00wr7VVRv3zL5fJlm3UmwWgGK32ygD0,5847
6739
6808
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt,sha256=ToYzZu4YyFyUbdsKxvzzJi34r_yIwMyuz7Gpnb1nuWI,9580
6740
6809
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/delete.txt,sha256=S7-nhX1kB5IWyhSUK3heauGraOHCwsrtRY284yMqupU,4125
6810
+ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt,sha256=Q5Cl6WdgRYHTvsy-AaPB30fMFeNcSmS-BE-OS1GZboQ,5296
6741
6811
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disaster-recovery-failover.txt,sha256=CV5QvHlGEm3EUzxD7fVBNFzqOHV0GrJRxytnAQjq5Zo,5562
6742
6812
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/enable-process-automation.txt,sha256=yA14413eeYXUyWAdGEVnOq69R2_-JV7B39v_P-fEBZk,5291
6743
6813
  oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/extend-data-retention.txt,sha256=Ch8f0HbDoP60-jr3MJupjweVYe98ykwKlfRckQiDLGg,5726
@@ -10997,6 +11067,14 @@ services/bastion/src/oci_cli_bastion/generated/__init__.py,sha256=Z9A-SZWUELuqtO
10997
11067
  services/bastion/src/oci_cli_bastion/generated/bastion_cli.py,sha256=E-pH51meosa-sZ9aK2pqHuvCyizSRnlzh3abuLK6G6M,81584
10998
11068
  services/bastion/src/oci_cli_bastion/generated/client_mappings.py,sha256=d6VJZYXdJDeg0BsJt-XAQkI1haVaX7FRoxU0uOYVDtg,782
10999
11069
  services/bastion/tests/__init__.py,sha256=Z9A-SZWUELuqtO8NTtvWpSRNiyT92VI7R1NC1H35mdk,437
11070
+ services/batch/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
11071
+ services/batch/src/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
11072
+ services/batch/src/oci_cli_batch_computing/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
11073
+ services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py,sha256=Vn6QGzOFJxYDSKBXY6_3JpFPkY4hHEOsW58QiR5cjrk,6245
11074
+ services/batch/src/oci_cli_batch_computing/generated/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
11075
+ services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py,sha256=rdIuZX14KNVeeWcNX1Dnwh2UNO9hcuFb3WehC4B1Ztc,215564
11076
+ services/batch/src/oci_cli_batch_computing/generated/client_mappings.py,sha256=ZgAD2iMqhkqWTmfISM-MghBgXR-y36oLdzBhI7TC8RE,790
11077
+ services/batch/tests/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
11000
11078
  services/bds/__init__.py,sha256=qZIV9NWDaAoIN1tgeDvLjWmJyX0ZH8N44pGmRuJvGz0,437
11001
11079
  services/bds/src/__init__.py,sha256=qZIV9NWDaAoIN1tgeDvLjWmJyX0ZH8N44pGmRuJvGz0,437
11002
11080
  services/bds/src/oci_cli_bds/__init__.py,sha256=qZIV9NWDaAoIN1tgeDvLjWmJyX0ZH8N44pGmRuJvGz0,437
@@ -11145,7 +11223,7 @@ services/container_engine/src/oci_cli_container_engine/__init__.py,sha256=v5Dz5s
11145
11223
  services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py,sha256=M7HAX91ODhLSbnAuwi4Bxt27_ww1LQvkzZIN-LBuyX8,52631
11146
11224
  services/container_engine/src/oci_cli_container_engine/generated/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
11147
11225
  services/container_engine/src/oci_cli_container_engine/generated/client_mappings.py,sha256=yROuVMlwbZaCedv0NqTjRfFs5YOvzANDTkJ-T4SOGkk,870
11148
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=x1Et8-GPRH7_0aaod2R_bEgdUAz8VjcUfWu5ASsmVZc,235130
11226
+ services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=-MN3PvZK7LYlSM1chPKQIMs0wNKxa00HINWQeKZ3HJE,235102
11149
11227
  services/container_engine/tests/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
11150
11228
  services/container_instances/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
11151
11229
  services/container_instances/src/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
@@ -11164,10 +11242,10 @@ services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py,sha256=L65Z
11164
11242
  services/core/src/oci_cli_blockstorage/generated/client_mappings.py,sha256=0OkpWQznzF_ciITs37zKbOPBHmS3gT6Cnhorx5Cd-Zk,776
11165
11243
  services/core/src/oci_cli_compute/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11166
11244
  services/core/src/oci_cli_compute/compute_cli_extended.py,sha256=gNAozHuyHCW624yaH_9mhMhuDORqnK6EnEePbAEFlu4,93412
11167
- services/core/src/oci_cli_compute/computepic_cli_extended.py,sha256=gyP4xriwv3xEBqRv2vpvqKVjXsCc3wOT01zm3pgG5Bo,6981
11245
+ services/core/src/oci_cli_compute/computepic_cli_extended.py,sha256=4nUdzif2hp2ZEGfmprXHiWBba-3cuDfttjSTb6OSeu8,7498
11168
11246
  services/core/src/oci_cli_compute/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11169
11247
  services/core/src/oci_cli_compute/generated/client_mappings.py,sha256=mxERP53mnReNsGqmXRrKoNtuTGxYLo0YRLXcTtuVCMI,761
11170
- services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=BquTFwWOrnM9Nks9FYIrSFbMx4wLFwFhdHg_bL5zlW8,1108048
11248
+ services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=D2MShagLY8qi-aIiZuWNhSbmwxiPkdRrkNftCM_dCak,1122016
11171
11249
  services/core/src/oci_cli_compute_management/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11172
11250
  services/core/src/oci_cli_compute_management/computemanagement_cli_extended.py,sha256=Fq8R1iLwZgv4v_LhPQsnaQ5HwRJtUjDB8lDD9VVS-eQ,5897
11173
11251
  services/core/src/oci_cli_compute_management/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
@@ -11257,7 +11335,7 @@ services/data_science/src/oci_cli_data_science/__init__.py,sha256=sSKFQ2lPK9FzGX
11257
11335
  services/data_science/src/oci_cli_data_science/datascience_cli_extended.py,sha256=W5z9oPdIxmZdv3yJmLgfsUR84gL1RV8ZL0w2Dt3Ooeg,91892
11258
11336
  services/data_science/src/oci_cli_data_science/generated/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7QQDBuc0uWM,437
11259
11337
  services/data_science/src/oci_cli_data_science/generated/client_mappings.py,sha256=q-NYNAp7X7P6kqoilMbmNOgW7IPfjelfHgozlppdDJk,830
11260
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py,sha256=YXqs_6m2MtNF0w03JU94BfV-nzol4lgQ_rdhA2SP2GI,1091783
11338
+ services/data_science/src/oci_cli_data_science/generated/datascience_cli.py,sha256=BOf8s9uD0ReQpi-8CUYwANmVboEchRs-EzDBllLeywc,1092034
11261
11339
  services/data_science/tests/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7QQDBuc0uWM,437
11262
11340
  services/database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11263
11341
  services/database/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
@@ -11424,7 +11502,7 @@ services/disaster_recovery/src/oci_cli_disaster_recovery/__init__.py,sha256=ORtf
11424
11502
  services/disaster_recovery/src/oci_cli_disaster_recovery/disasterrecovery_cli_extended.py,sha256=jDkt7q2peUiGlsolfK1TbeyzIhNtr65cknfyTohD6l4,17136
11425
11503
  services/disaster_recovery/src/oci_cli_disaster_recovery/generated/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
11426
11504
  services/disaster_recovery/src/oci_cli_disaster_recovery/generated/client_mappings.py,sha256=PwwtcgEP-uvU9Q1Ae9H1kFCxZKII6HXxqwsaFxhs5uE,880
11427
- services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py,sha256=xzXL0CzjA5riQiQI7OoKcuualvudvak3VhwkqwZ_UTM,240804
11505
+ services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py,sha256=RCB0olSN-YNyaLyI00S0RcyMDJGlC447Xsky5tEyUPw,240806
11428
11506
  services/disaster_recovery/tests/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
11429
11507
  services/distributed_database/__init__.py,sha256=VDOHJyLHED1KZsSUNyPQHtYBbP5A3oydW2xrc7-xu5g,437
11430
11508
  services/distributed_database/src/__init__.py,sha256=VDOHJyLHED1KZsSUNyPQHtYBbP5A3oydW2xrc7-xu5g,437
@@ -11662,7 +11740,7 @@ services/identity_domains/src/oci_cli_identity_domains/__init__.py,sha256=oj73oS
11662
11740
  services/identity_domains/src/oci_cli_identity_domains/identitydomains_cli_extended.py,sha256=2XmBQ7Hy4smxNH7JTSdsMc50X4dUYnYGsvY9sqg3HQE,150460
11663
11741
  services/identity_domains/src/oci_cli_identity_domains/generated/__init__.py,sha256=oj73oS7QERWQVX8y6UXkSBsm6mWypv_PFVOY744oiQ4,431
11664
11742
  services/identity_domains/src/oci_cli_identity_domains/generated/client_mappings.py,sha256=ze6hZNo5gqgjaMM1oqXdi4DvK2UNNiy1i7NWmfqGRS0,864
11665
- services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py,sha256=oO3_5Mu88xrfj5y9fAL0VC3nbNG_4jQI2onbaDpmX0s,2627180
11743
+ services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py,sha256=0iM5PhfPr5IZIPeFL2vq-Trdd2uoJdguMO29Ukk0-L8,2664050
11666
11744
  services/identity_domains/tests/__init__.py,sha256=oj73oS7QERWQVX8y6UXkSBsm6mWypv_PFVOY744oiQ4,431
11667
11745
  services/identity_domains/tests/extend_test_identity_domains_approval_workflow_step.py,sha256=hhFbmMN6uegS1CX6zACDqMycM2FhBxSznYm_b2TReH0,5072
11668
11746
  services/integration/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
@@ -11671,7 +11749,7 @@ services/integration/src/oci_cli_integration_instance/__init__.py,sha256=RpccEia
11671
11749
  services/integration/src/oci_cli_integration_instance/integration_cli_extended.py,sha256=jx1CVBxsunDspvS0YQYitTkcHjM5rdo1dQ-BCQxyg44,10469
11672
11750
  services/integration/src/oci_cli_integration_instance/generated/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
11673
11751
  services/integration/src/oci_cli_integration_instance/generated/client_mappings.py,sha256=TRdu0Wr8bxYjsCnY5MAD-lVBBHNHfvuxYqE3Id6XCbs,847
11674
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py,sha256=09g1uJLXU3hDqDS8eERHg-sDCLf3k9i-Y36XZ3kFwpQ,124161
11752
+ services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py,sha256=mKuLIN6yaimmsrzuMu9sKLZE6GwGLFhjc4YTNzMeVTs,146727
11675
11753
  services/integration/tests/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
11676
11754
  services/iot/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
11677
11755
  services/iot/src/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
@@ -12757,10 +12835,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
12757
12835
  services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
12758
12836
  services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
12759
12837
  services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
12760
- oci_cli-3.71.1.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12761
- oci_cli-3.71.1.dist-info/METADATA,sha256=Wblsxlv6P3X-i1cCqSnLTf4OGjYdd9J_GJ8MIbt3QnY,7272
12762
- oci_cli-3.71.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12763
- oci_cli-3.71.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12764
- oci_cli-3.71.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12765
- oci_cli-3.71.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12766
- oci_cli-3.71.1.dist-info/RECORD,,
12838
+ oci_cli-3.71.3.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12839
+ oci_cli-3.71.3.dist-info/METADATA,sha256=ORj07OCSnYxFZYWqSmc3SJuAg6rSbphefsWeclfK67A,7272
12840
+ oci_cli-3.71.3.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12841
+ oci_cli-3.71.3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12842
+ oci_cli-3.71.3.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12843
+ oci_cli-3.71.3.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12844
+ oci_cli-3.71.3.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: 20251031
@@ -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: 20251031
@@ -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: 20251031
@@ -0,0 +1,93 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2020, 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
+
5
+ import click # noqa: F401
6
+ import json # noqa: F401
7
+ from services.batch.src.oci_cli_batch_computing.generated import batchcomputing_cli
8
+ from oci_cli import cli_util # noqa: F401
9
+ from oci_cli import custom_types # noqa: F401
10
+ from oci_cli import json_skeleton_utils # noqa: F401
11
+
12
+
13
+ # oci batch batch-context-collection list-batch-contexts -> oci batch batch-context-collection list
14
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_context_collection_group, batchcomputing_cli.list_batch_contexts, "list")
15
+
16
+
17
+ # oci batch batch-context create-batch-context-oci-logging-configuration -> oci batch batch-context create-oci-logging-configuration
18
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_context_group, batchcomputing_cli.create_batch_context_oci_logging_configuration, "create-oci-logging-configuration")
19
+
20
+
21
+ # oci batch batch-context-shape-collection list-batch-context-shapes -> oci batch batch-context-shape-collection list
22
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_context_shape_collection_group, batchcomputing_cli.list_batch_context_shapes, "list")
23
+
24
+
25
+ # oci batch batch-job-collection list-batch-jobs -> oci batch batch-job-collection list
26
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_job_collection_group, batchcomputing_cli.list_batch_jobs, "list")
27
+
28
+
29
+ # oci batch batch-task-collection list-batch-job-tasks -> oci batch batch-task-collection list
30
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_task_collection_group, batchcomputing_cli.list_batch_job_tasks, "list")
31
+
32
+
33
+ # oci batch batch-task-environment-collection list-batch-task-environments -> oci batch batch-task-environment-collection list
34
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_task_environment_collection_group, batchcomputing_cli.list_batch_task_environments, "list")
35
+
36
+
37
+ # oci batch batch-task-profile-collection list-batch-task-profiles -> oci batch batch-task-profile-collection list
38
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_task_profile_collection_group, batchcomputing_cli.list_batch_task_profiles, "list")
39
+
40
+
41
+ # oci batch batch-job-pool-collection list_batch_job_pools -> oci batch batch-job-pool list
42
+ cli_util.rename_command(batchcomputing_cli, batchcomputing_cli.batch_job_pool_collection_group, batchcomputing_cli.list_batch_job_pools, "list")
43
+
44
+
45
+ # Move commands under 'oci batch batch-context-collection' -> 'oci batch batch-context'
46
+ batchcomputing_cli.batch_root_group.commands.pop(batchcomputing_cli.batch_context_collection_group.name)
47
+ batchcomputing_cli.batch_context_group.add_command(batchcomputing_cli.list_batch_contexts)
48
+
49
+
50
+ # Move commands under 'oci batch batch-job-collection' -> 'oci batch batch-job'
51
+ batchcomputing_cli.batch_root_group.commands.pop(batchcomputing_cli.batch_job_collection_group.name)
52
+ batchcomputing_cli.batch_job_group.add_command(batchcomputing_cli.list_batch_jobs)
53
+
54
+
55
+ # Move commands under 'oci batch batch-task-collection' -> 'oci batch batch-task'
56
+ batchcomputing_cli.batch_root_group.commands.pop(batchcomputing_cli.batch_task_collection_group.name)
57
+ batchcomputing_cli.batch_task_group.add_command(batchcomputing_cli.list_batch_job_tasks)
58
+ batchcomputing_cli.batch_task_group.add_command(batchcomputing_cli.list_batch_tasks)
59
+
60
+
61
+ # Move commands under 'oci batch batch-task-environment-collection' -> 'oci batch batch-task-environment'
62
+ batchcomputing_cli.batch_root_group.commands.pop(batchcomputing_cli.batch_task_environment_collection_group.name)
63
+ batchcomputing_cli.batch_task_environment_group.add_command(batchcomputing_cli.list_batch_task_environments)
64
+
65
+
66
+ # Move commands under 'oci batch batch-task-profile-collection' -> 'oci batch batch-task-profile'
67
+ batchcomputing_cli.batch_root_group.commands.pop(batchcomputing_cli.batch_task_profile_collection_group.name)
68
+ batchcomputing_cli.batch_task_profile_group.add_command(batchcomputing_cli.list_batch_task_profiles)
69
+
70
+
71
+ # Move commands under 'oci batch batch-job-pool-collection' -> 'oci batch batch-job-pool'
72
+ batchcomputing_cli.batch_root_group.commands.pop(batchcomputing_cli.batch_job_pool_collection_group.name)
73
+ batchcomputing_cli.batch_job_pool_group.add_command(batchcomputing_cli.list_batch_job_pools)
74
+
75
+
76
+ @cli_util.copy_params_from_generated_command(batchcomputing_cli.create_batch_context_oci_logging_configuration, params_to_exclude=['logging_configuration_log_group_id', 'logging_configuration_log_id'])
77
+ @batchcomputing_cli.batch_context_group.command(name=batchcomputing_cli.create_batch_context_oci_logging_configuration.name, help=batchcomputing_cli.create_batch_context_oci_logging_configuration.help)
78
+ @cli_util.option('--log-group-id', required=True, help=u"""The [OCID] of the log group. [required]""")
79
+ @cli_util.option('--log-id', required=True, help=u"""The [OCID] of the log. [required]""")
80
+ @click.pass_context
81
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'freeform-tags': {'module': 'batch', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'batch', 'class': 'dict(str, dict(str, object))'}, 'job-priority-configurations': {'module': 'batch', 'class': 'list[JobPriorityConfiguration]'}, 'network': {'module': 'batch', 'class': 'CreateNetworkDetails'}, 'fleets': {'module': 'batch', 'class': 'list[CreateFleetDetails]'}, 'entitlements': {'module': 'batch', 'class': 'dict(str, integer)'}}, output_type={'module': 'batch', 'class': 'BatchContext'})
82
+ @cli_util.wrap_exceptions
83
+ def create_batch_context_oci_logging_configuration_extended(ctx, **kwargs):
84
+
85
+ if 'log_group_id' in kwargs:
86
+ kwargs['logging_configuration_log_group_id'] = kwargs['log_group_id']
87
+ kwargs.pop('log_group_id')
88
+
89
+ if 'log_id' in kwargs:
90
+ kwargs['logging_configuration_log_id'] = kwargs['log_id']
91
+ kwargs.pop('log_id')
92
+
93
+ ctx.invoke(batchcomputing_cli.create_batch_context_oci_logging_configuration, **kwargs)
@@ -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: 20251031