oci-cli 3.70.0__py3-none-any.whl → 3.70.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 (196) hide show
  1. oci_cli/bin/artifacts.psm1 +4 -2
  2. oci_cli/bin/dif.psm1 +53 -0
  3. oci_cli/bin/limits.psm1 +2 -2
  4. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/list.txt +8 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/lookup.txt +93 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image.txt +2 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container.txt +2 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt +18 -2
  9. oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/update.txt +5 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +6 -1
  11. oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster-options/get.txt +4 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt +24 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt +12 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt +12 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt +12 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt +5 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt +5 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  19. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  20. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +1 -1
  21. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +1 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt +227 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/change-compartment.txt +136 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt +262 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/delete.txt +134 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt +198 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/get.txt +96 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/update.txt +274 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection/list-stacks.txt +142 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection.txt +15 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack.txt +31 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/cancel.txt +103 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/get.txt +91 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/list.txt +140 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log → dif/work-request-error}/list.txt +22 -9
  36. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-error.txt +15 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry/list-work-request-logs.txt +131 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry.txt +15 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request.txt +23 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/dif.txt +49 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance/get.txt +99 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance.txt +14 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-dynamic-resource-selection.txt +5 -4
  44. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-environment-fleet-details.txt +5 -4
  45. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-generic-fleet-details.txt +5 -4
  46. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-group-fleet-details.txt +5 -4
  47. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-manual-resource-selection.txt +5 -4
  48. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-product-fleet-details.txt +5 -4
  49. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create.txt +5 -4
  50. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-dynamic-resource-selection.txt +10 -4
  51. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-manual-resource-selection.txt +10 -4
  52. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update.txt +10 -4
  53. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/create.txt +26 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/update.txt +30 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-credential-config-category-details.txt +26 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-environment-config-category-details.txt +26 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-lifecycle-operation-config-category-details.txt +26 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-patch-type-config-category-details.txt +26 -0
  59. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-config-category-details.txt +26 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-stack-config-category-details.txt +26 -0
  61. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-self-hosted-instance-config-category-details.txt +26 -0
  62. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create.txt +26 -0
  63. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-credential-config-category-details.txt +30 -0
  64. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-environment-config-category-details.txt +30 -0
  65. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-lifecycle-operation-config-category-details.txt +30 -0
  66. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-patch-type-config-category-details.txt +30 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-config-category-details.txt +30 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-stack-config-category-details.txt +30 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-self-hosted-instance-config-category-details.txt +30 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update.txt +26 -0
  71. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration-collection/list-platform-configurations.txt +1 -1
  72. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/create.txt +26 -0
  73. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/update.txt +26 -0
  74. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/configure.txt +218 -0
  75. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-git-source-config.txt +4 -0
  76. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-marketplace-source-config.txt +4 -0
  77. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-par-source-config.txt +4 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-source-template-config.txt +4 -0
  79. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.txt +4 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/update.txt +4 -0
  81. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-collection/list-catalog-items.txt +9 -0
  82. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition/get.txt +97 -0
  83. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition.txt +14 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item.txt +2 -0
  85. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog.txt +6 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection/list-installed-patches.txt +152 -0
  87. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection.txt +14 -0
  88. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/inventory-record-collection/list-inventory-records.txt +4 -0
  89. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/job-activity/get.txt +4 -0
  90. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection/list-recommended-patches.txt +159 -0
  91. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection.txt +14 -0
  92. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection/report.txt +180 -0
  93. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection.txt +14 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection/list-report-metadata.txt +133 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection.txt +14 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-execution-collection/list-scheduler-executions.txt +13 -1
  97. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection/list-target-components.txt +147 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection.txt +14 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection/list-target-properties.txt +143 -0
  100. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection.txt +14 -0
  101. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations.txt +24 -0
  102. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details/import-runbook.txt +187 -0
  103. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details.txt +14 -0
  104. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details/import-runbook-precheck.txt +182 -0
  105. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details.txt +14 -0
  106. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details/import-runbook-version.txt +183 -0
  107. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details.txt +14 -0
  108. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-object-storage-bucket-content-details.txt +160 -0
  109. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-par-url-content-details.txt +147 -0
  110. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-object-storage-bucket-content-details.txt +147 -0
  111. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-par-url-content-details.txt +134 -0
  112. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version.txt +145 -0
  113. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export.txt +155 -0
  114. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export/get.txt +105 -0
  115. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection/find-runbook-export-dependency.txt +114 -0
  116. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection.txt +15 -0
  117. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection/list-runbook-export-statuses.txt +135 -0
  118. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection.txt +15 -0
  119. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export.txt +14 -0
  120. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import/get.txt +105 -0
  121. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.txt +119 -0
  122. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-par-url-content-details.txt +106 -0
  123. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency.txt +117 -0
  124. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection.txt +21 -0
  125. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection/list-runbook-import-statuses.txt +135 -0
  126. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection.txt +15 -0
  127. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import.txt +14 -0
  128. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/create.txt +5 -4
  129. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/update.txt +1 -1
  130. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version.txt +4 -1
  131. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook.txt +14 -0
  132. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks.txt +56 -0
  133. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-fleet-targets.txt +9 -0
  134. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-targets.txt +4 -0
  135. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt +90 -0
  136. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/create.txt +10 -1
  137. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/change-compartment.txt +106 -0
  138. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-huggingface.txt +213 -0
  139. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-objectstorage.txt +203 -0
  140. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/delete.txt +131 -0
  141. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/get.txt +91 -0
  142. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/update.txt +183 -0
  143. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection/list-imported-models.txt +161 -0
  144. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection.txt +14 -0
  145. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model.txt +30 -0
  146. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model-collection/list-models.txt +1 -1
  147. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt +18 -0
  148. oci_cli/help_text_producer/data_files/text/cmdref/limits/definition/list.txt +5 -5
  149. oci_cli/help_text_producer/data_files/text/cmdref/limits/resource-availability/get.txt +9 -5
  150. oci_cli/help_text_producer/data_files/text/cmdref/limits/service/list.txt +1 -1
  151. oci_cli/help_text_producer/data_files/text/cmdref/limits/value/list.txt +7 -3
  152. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
  153. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  154. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  155. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
  156. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  157. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +100 -0
  158. oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log.txt → work-request-log-entry.txt} +2 -2
  159. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  160. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
  161. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  162. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  163. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  164. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  165. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  166. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  167. oci_cli/service_mapping.py +5 -0
  168. oci_cli/version.py +1 -1
  169. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/METADATA +2 -2
  170. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/RECORD +196 -114
  171. services/artifacts/src/oci_cli_artifacts/artifacts_cli_extended.py +4 -0
  172. services/artifacts/src/oci_cli_artifacts/generated/artifacts_cli.py +36 -3
  173. services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +18 -3
  174. services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py +4 -1
  175. services/core/src/oci_cli_compute/generated/compute_cli.py +35 -5
  176. services/dif/__init__.py +4 -0
  177. services/dif/src/__init__.py +4 -0
  178. services/dif/src/oci_cli_stack/__init__.py +4 -0
  179. services/dif/src/oci_cli_stack/generated/__init__.py +4 -0
  180. services/dif/src/oci_cli_stack/generated/client_mappings.py +14 -0
  181. services/dif/src/oci_cli_stack/generated/stack_cli.py +887 -0
  182. services/dif/src/oci_cli_stack/stack_cli_extended.py +51 -0
  183. services/dif/tests/__init__.py +4 -0
  184. services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/fleetappsmanagement_cli.py +63 -15
  185. services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/fleetappsmanagementadmin_cli.py +265 -65
  186. services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/fleetappsmanagementcatalog_cli.py +154 -7
  187. services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/fleetappsmanagementoperations_cli.py +473 -31
  188. services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/fleetappsmanagementrunbooks_cli.py +1055 -34
  189. services/generative_ai/src/oci_cli_generative_ai/generated/generativeai_cli.py +640 -59
  190. services/generative_ai/src/oci_cli_generative_ai/generativeai_cli_extended.py +107 -0
  191. services/limits/src/oci_cli_limits/generated/limits_cli.py +15 -9
  192. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/LICENSE.txt +0 -0
  193. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  194. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/WHEEL +0 -0
  195. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/entry_points.txt +0 -0
  196. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/top_level.txt +0 -0
@@ -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=sghou8r7Rjjz0PTwNe2pTL1xqkjlogcommvGRyM91Ag,18059
36
+ oci_cli/service_mapping.py,sha256=5l2dt4-8VYnZKCdoK3W7BwiEJMVcxsGLJDWLBI2uuZU,18154
37
37
  oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
38
- oci_cli/version.py,sha256=0_H2XfUC9T9Gi7iu7QeOqcgLlu5v9n_cp6wY1vO_xAI,366
38
+ oci_cli/version.py,sha256=xfT9SYnxY_J0iqdjSpOYOPKV9xWcJCzNm61TWolB5_k,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
@@ -50,7 +50,7 @@ oci_cli/bin/apiaccesscontrol.psm1,sha256=EEN_pgDzrSBqDZ1IcCS2nd3-DtLOaimgyGE8oDd
50
50
  oci_cli/bin/apm-control-plane.psm1,sha256=S2TOb83Q-NS6sf9aVN-uTgiQvbx21eqrWL_N40lI7m4,3651
51
51
  oci_cli/bin/apm-synthetics.psm1,sha256=L0gjRNzatf9wH_Se90ZAiNPxMUIkLWynlmD6nmOKJs0,6420
52
52
  oci_cli/bin/apm-traces.psm1,sha256=d8gCD-9-9r-RDcZB-80bVw_JKOOz5OSgdmlBhctzK2o,1366
53
- oci_cli/bin/artifacts.psm1,sha256=u1xg3e4Ypb3sh9y-wdTG6tepwUgMy_ccldGGmnA5uRg,9339
53
+ oci_cli/bin/artifacts.psm1,sha256=a_0AOHeIThJxtojmWukqWGIivJ5168bjt9pSrDF4-RA,9482
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=l635QIEUE8A3Q_0vjPkPtrSUbN5aeDj9QDJwapwl0r0,4592
@@ -78,6 +78,7 @@ oci_cli/bin/dblm.psm1,sha256=D615jp1xXBYopy8XZ08UoDwN7JAcB7JPNumU3GKytP4,4489
78
78
  oci_cli/bin/dbmulticloud.psm1,sha256=WR66uQiEmfoWvwTS7_oj5bSFj71jXIpTuCEUuc2wZKI,19286
79
79
  oci_cli/bin/desktops.psm1,sha256=X58zDu1Bq1aFlbH1mUrPz2F7-_uP0NEi-2hOjCcFVsU,5183
80
80
  oci_cli/bin/devops.psm1,sha256=9c6kmCzexL1cJLjQ0f3T3eDsG-1BiCiuo2gyPMh1ZXE,67987
81
+ oci_cli/bin/dif.psm1,sha256=xCOUYyysHc4zAKsiaQq67UJ0ys39ETWJ5wA6QXf5lZc,3196
81
82
  oci_cli/bin/dns.psm1,sha256=VjIHHX6i7hZ5W0Yi7zOUBLdAt9qyczGylLoJ7vYZOy4,13044
82
83
  oci_cli/bin/email.psm1,sha256=U-fJbNlbgWAQKM6t5W3B5PetQzV4mUxvMwu8Og7Bcq4,7602
83
84
  oci_cli/bin/events.psm1,sha256=368lhOWWjo6JkCh29ueewQC8QE7pA4kMQu1228Z_t8g,1561
@@ -94,7 +95,7 @@ oci_cli/bin/iot.psm1,sha256=EzDP_kO-nQU_y7YVCbEy2vE8c06ixC98NJo9xNgssH8,11117
94
95
  oci_cli/bin/jms.psm1,sha256=bfRIPVYc_K1ltg4KSXUaS1EqhGM8WcLsEwLNDJdLB4s,32301
95
96
  oci_cli/bin/kms.psm1,sha256=GlSDawk9_ZBwCOHnnpJSwNsrJzmCLGofqcOMb0X5h74,8740
96
97
  oci_cli/bin/lb.psm1,sha256=fOkjGKybdmxp2EqNCqJxXUAYYvzR6txq9AE7r_l-qGg,13165
97
- oci_cli/bin/limits.psm1,sha256=ayg1-RMkhEs2wHxH00cvtl1N1EzxheS-weaKCKZu8uk,2722
98
+ oci_cli/bin/limits.psm1,sha256=884_ZMnWoD-34_7XpZHxCFrAQL2kM6LhkdW37bpGdt8,2758
98
99
  oci_cli/bin/lockbox.psm1,sha256=fIjOKjovZTvh2yUaEeNWlWkzzr8kONayEIOvcRiYjt4,5590
99
100
  oci_cli/bin/log-analytics.psm1,sha256=_09Ir0TPd5EqSU-erkl7ad8rSqOBXnWVMj73zs36gLU,39600
100
101
  oci_cli/bin/logging-ingestion.psm1,sha256=MxV5onQcnWzu365oMH0ghFEncM-GXzRUum9lvZtxGm8,685
@@ -164,7 +165,7 @@ oci_cli/file_filters/file_path_filter.py,sha256=O6CALKowiBBOFZK6TDTmQNq9pp56ff-r
164
165
  oci_cli/help_text_producer/__init__.py,sha256=rQx2CmhtvqtIZWMRp8IVqwFQ8r_i1x0Fsxnk5NIYA8k,424
165
166
  oci_cli/help_text_producer/help_text_producer.py,sha256=80oRoL9YhAt5p9HmxEaN0hr9HuCm3w5UrowMsTJzG8w,3036
166
167
  oci_cli/help_text_producer/data_files/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
- oci_cli/help_text_producer/data_files/text/index.txt,sha256=9ENBsmPI_3l59R1mSEqXAFPQIv6YgO-evyECw19I80U,7219
168
+ oci_cli/help_text_producer/data_files/text/index.txt,sha256=e7amW7uIFujw4eQVDQb3XrqR_Ib9WjZU--p7pE7KYkg,7260
168
169
  oci_cli/help_text_producer/data_files/text/oci.txt,sha256=qFdaHSxE99XErL4kApHL6Eo59_dmYKbkuDqr56vSiJg,6838
169
170
  oci_cli/help_text_producer/data_files/text/cmdref/access-governance-cp.txt,sha256=d9qOzyecVt3ux-rimDL4v_QmvQGM3t8WeeGjeyaR9YE,444
170
171
  oci_cli/help_text_producer/data_files/text/cmdref/adm.txt,sha256=0RVGwvkB_tBju1Cl-a4509jRUWWQ8P5rODugGYUSHbI,1166
@@ -182,7 +183,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/apm-control-plane.txt,sha256=B
182
183
  oci_cli/help_text_producer/data_files/text/cmdref/apm-synthetics.txt,sha256=UG18__KL8VFTTZcy5q5NzdfCunCcybo-VSNB_I3i0NU,1623
183
184
  oci_cli/help_text_producer/data_files/text/cmdref/apm-traces.txt,sha256=DmQcPhEUS9svAE_rODedOrRi-69hQBemziky8zsn21w,713
184
185
  oci_cli/help_text_producer/data_files/text/cmdref/appmgmt-control.txt,sha256=pl7zzsq5RZ56qFNCgo5HPaOfS5cGKWhmoVYZ8XNxDLA,521
185
- oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt,sha256=6jo6xR80R-G9HDTw9SjcKyOywrfITbr81HQQkrJoVtk,960
186
+ oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt,sha256=ie1KHZ4hKL07OvjmzyKo_WNAvKf0Oe3KIBaK3-XY7WI,1450
186
187
  oci_cli/help_text_producer/data_files/text/cmdref/audit.txt,sha256=AiJS6SyuwdU0gC4-2D7uBMfUXwF2JGqyP8g0rcEPnUM,329
187
188
  oci_cli/help_text_producer/data_files/text/cmdref/autoscaling.txt,sha256=M9oY4gTZOQbIaLpHa4onRscCBqe6mITynwmg8R9gRQA,452
188
189
  oci_cli/help_text_producer/data_files/text/cmdref/bastion.txt,sha256=VIDj0S96i7OqKAVneTDGfVdaMBED4zpcRr4AM1K8YFk,795
@@ -216,10 +217,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=1r3Cg4ELn0fVSxyB
216
217
  oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
217
218
  oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=xSYEpGp25qSnmh352W5iARTp1jV_ZvzfSlarXs-9K_0,3979
218
219
  oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=h-H5aNAZ-rLkOuSp2ID_5IjgyAeFuvQKn6qg7Mqtz38,1174
219
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=jCOtJIE7l1b71qydzeSAj8HuzCll-kml8zTZc7sc1WM,1527
220
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=RUqGHLA1YmjN3C4iR7_qAOgn2kPjtkuSFc56XOc2Qw0,1534
220
221
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
221
222
  oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
222
223
  oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=79FnxxTqIO-1iyqxq_SRelFjF2TIpDRxY0M-WAXrxAU,7303
224
+ oci_cli/help_text_producer/data_files/text/cmdref/dif.txt,sha256=SmcTR5WjJutg63FFC63z1JInNLCTlk8wPTafmhhFWlk,427
223
225
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery.txt,sha256=ersRPI7r5ykHSP-zIxfo1vbHbkk-qDzYBWCjs8h9gYc,1341
224
226
  oci_cli/help_text_producer/data_files/text/cmdref/distributed-database.txt,sha256=qYxE1qXLVht5UNjAoAXkfImQNj_i22hjVhYGLByRxG4,2323
225
227
  oci_cli/help_text_producer/data_files/text/cmdref/dns.txt,sha256=Ux4CNYYCwi0UArxqUjUtSSHFUkBB7QjuBwuYkeKFBvU,1184
@@ -227,7 +229,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse.txt,sha256=vOlIx8
227
229
  oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane.txt,sha256=1lBEHIzP3K1mjvCQll_lLxzC4Zg81OlGnSv6jvRb_Zg,349
228
230
  oci_cli/help_text_producer/data_files/text/cmdref/email.txt,sha256=O0sN9LpaGSHJfrp3-FtCgOAnJKytppVrpIKM2zmlrVo,673
229
231
  oci_cli/help_text_producer/data_files/text/cmdref/events.txt,sha256=D84QHUDPdNNDW1sbxiEeglNPuoS5GfARji_QfaL7w1E,323
230
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt,sha256=fy0Fk5rgefIbpZkLvQ49MZZ4G_bJsAt3LVTC7jg6iY8,7128
232
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt,sha256=FYlhGcKkf0KA6pB3rcMDrff8DB8L_camHbUpF_j5cpw,8662
231
233
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update.txt,sha256=A7O83REBQRhfNT9t4YdOJAKfxjcuf76wSlFf5077Q4s,2141
232
234
  oci_cli/help_text_producer/data_files/text/cmdref/fn.txt,sha256=LrGgU4Z7JQp5pLbo0quz8ZGm2z9AfJo1UapXLjZtVBs,374
233
235
  oci_cli/help_text_producer/data_files/text/cmdref/fs.txt,sha256=NX30s1RxAq4CmoH014EgM15-ptGrzPDT_nXxJP9FtmU,1399
@@ -236,7 +238,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/gdd.txt,sha256=AqGU9AyyfPPbVNG
236
238
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent-runtime.txt,sha256=n4uKTPpWm9iaGH6OrzAhSnA7DPK5t57K8UVy1kvQxlg,1462
237
239
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256=VCVf3-8e3pj9UltfUAiKC7hcLUSOCkUnZgaX_chS3cE,2057
238
240
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
239
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=PFzIhk3MXWEa9QuHv6b3NhUg-0XS5txxNOn61oYoK7I,1656
241
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=-hnTzd2WYoUh6XQqxL3CxUVbl2RVH4Lwe5C3xcFqeuE,1846
240
242
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=qSWAH1ioFiIXR0k-qMTwbChB6OgwgEhi3JU_OCQrMWc,4199
241
243
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=RvN08dy0w53GE-KqZipPYYPxzTPeIcmwNHJBV1O7VHw,1013
242
244
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
@@ -275,7 +277,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9
275
277
  oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
276
278
  oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
277
279
  oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
278
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=3XGsSOkgGBlO9NoE9myimvX8OZsl9wlTj1Gtw9QSDgA,1145
280
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=RtCi-UgGyJtz6N6rBdl-Fl-YEy97lKN_iBCJvrY7h7Y,1138
279
281
  oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
280
282
  oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
281
283
  oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
@@ -285,7 +287,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
285
287
  oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
286
288
  oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
287
289
  oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
288
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=ia8dZawSO10_y1cSR3ybyiGUp5NaWJcEeVZtxximQEo,1278
290
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=Ir0gcayCEbN6fHLQEn1xdEUilv7Gs3ZDNtSHN_ks47w,1277
289
291
  oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
290
292
  oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=9Yomemh8e5T6Ac4nOeJy_Kf80kx2PA2rkvuNE0_DesY,1128
291
293
  oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
@@ -907,18 +909,19 @@ oci_cli/help_text_producer/data_files/text/cmdref/appmgmt-control/work-request/g
907
909
  oci_cli/help_text_producer/data_files/text/cmdref/appmgmt-control/work-request/list.txt,sha256=3Kem0ZPozZXigOf1PqD_gGI_8h-fTkLS9IelBMa0K10,3299
908
910
  oci_cli/help_text_producer/data_files/text/cmdref/appmgmt-control/work-request-error/list.txt,sha256=9cTLdy_Kyjga_vsMXIs6_G78KW9C1OW3C4XUStI2tgQ,3253
909
911
  oci_cli/help_text_producer/data_files/text/cmdref/appmgmt-control/work-request-log-entry/list.txt,sha256=fbLoLYJp3-7elA6Vh2tpdSJcBui4ljTgYKjHYBX9O1E,3263
910
- oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container.txt,sha256=4-h-i49DqZzYgYw2WkCs2jgXvN1AipSX0NeVSBEZcOU,430
912
+ oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container.txt,sha256=oJcpBS40Q0MCnOB3s3dToFTEVVfKj2UT9I-P7Pg9jfc,442
911
913
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/generic.txt,sha256=_rTD3GQWk8romN7TSe6o7NfHkZPTFIR6FN6zLYdp4bI,269
912
914
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/repository.txt,sha256=KlvilHIqH7COi6kQR4novHd2YRK6TNidgdZvGDfyC64,256
913
915
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/configuration.txt,sha256=rI6gRctH9J0XpOhpEiu2UQtyejxgU_GEDibpX4xjMZ8,137
914
916
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image-signature.txt,sha256=MwHcQ90vjcsHEAYBIMCu-zNtf46BdxMoyl99mjg8QAI,209
915
- oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image.txt,sha256=eP0Sx6YGu5IZOSumO7T9alG6MIcRHI38mHbpbOPKRuY,169
917
+ oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image.txt,sha256=bjgoSxIDtT4ZYNEQ2izRmAOBraEGb943ytNxf-y57Jo,179
916
918
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/repository.txt,sha256=slMR-gCJJeW795OJl9qqXHvBZ5ZmsUrNPY11w9KZWX4,187
917
919
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/configuration/get.txt,sha256=kroYmT1i4aXmnJ3InH2qkv0GtCAqSM-oQD5amWp5u1o,2729
918
920
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/configuration/update.txt,sha256=UllCWfxRRNjhxFUHtu_hJ2n-NPxr5FtqxYGVSI6Mllg,3282
919
921
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/delete.txt,sha256=L1TqVJysGVCh71f8DjLN4msreJzYVUR-QjqjxJM2Nx4,4051
920
922
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/get.txt,sha256=p0-_-5Tz2bAkM14JUedrZ-SJ7C-JkP4HW5jmBvG1T0k,2726
921
- oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/list.txt,sha256=nAvZjdPtLBkke_24uRICOzxRZ-enV0LH3WAG1JhwyZk,5341
923
+ oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/list.txt,sha256=E0rx1ydRB7dPC37yx0mqcab0LK7z4Dyj-TUFKjLid3k,5486
924
+ oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/lookup.txt,sha256=D6ohhgKsexBChLu23JeZASsXwiGoxTUoSchbujXWcuE,2855
922
925
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/remove-version.txt,sha256=0G_7nai1V29ytPIE6zMlB72ztmK8VU03G3XxBebezLQ,3407
923
926
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/restore.txt,sha256=bahBWZP1n8tyRSxe2APXxNagWwTRQ6fPGQfvMsUl_dk,4061
924
927
  oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/update.txt,sha256=3dto-y68aqWN9AgxvhkguBpxqyI5Nlh0gKUsR-eWQqk,5359
@@ -1239,7 +1242,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-group-replica/get.tx
1239
1242
  oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-group-replica/list.txt,sha256=nvg9wZkGFDlvirBrYI9yY97f3sNBLGKOtmup8VMOAgA,5017
1240
1243
  oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/delete.txt,sha256=rfg8g_fU99itO30-YmKk-CPlKg-6LzMzs86GD34OAjI,3451
1241
1244
  oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/get.txt,sha256=TiwZMc0fHm8C4Jn46hYNKfSGppkmJASIbWpr9GJ6cZs,3376
1242
- oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/update.txt,sha256=rW044XrVlvSoS9l4FuJCHSJtyKAf9TI4Rc2YU7Id4xY,3769
1245
+ oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/update.txt,sha256=v2YMBCG_rALWF-CVD-OTUooy2i92euoNWYh7j5-kvYk,3911
1243
1246
  oci_cli/help_text_producer/data_files/text/cmdref/capacity-management/demand-signal.txt,sha256=3FsTFRdvyAFe4WN2x_yYbrwqW6TsJA2_e7Ge3jhZTPc,572
1244
1247
  oci_cli/help_text_producer/data_files/text/cmdref/capacity-management/internal-demand-signal.txt,sha256=rl5KTioOYKPmZZozYjPN4HFBD4JdmzxAb-LgwyJ9aWg,691
1245
1248
  oci_cli/help_text_producer/data_files/text/cmdref/capacity-management/occ-availability-catalog-collection.txt,sha256=lGEaAFp3gMKTKqK58Mz0xhTxFOcyvgPeRhD4o8uY03w,197
@@ -1347,7 +1350,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request-error.txt,sha2
1347
1350
  oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request-log-entry.txt,sha256=2___v4NkSTfir6zi7bOHgR6_ARlctA2gXKHVh0d2V5g,169
1348
1351
  oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request.txt,sha256=45FUtfJDPi9PigNxwoiM5tZNjXuN4iEvxHbycNvXev4,148
1349
1352
  oci_cli/help_text_producer/data_files/text/cmdref/ce/workload-mapping.txt,sha256=ke6eItHyIsM9DeTXP9ykmEZfJcWKBY1HKJuzl4djegM,193
1350
- oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt,sha256=7OfPbejzrX0EtMaBtpO1r0crjvV_B-xYowKuR_jgJ4o,3789
1353
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt,sha256=ewZWhD5uQkwSUB3zHGU8Npn0eZzR3LIy0f1rzD1hwig,4134
1351
1354
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/cluster-migrate-to-native-vcn.txt,sha256=In1innNDYlenI0yXV4DPMicScRvGxAI9idUukgkKvn4,5740
1352
1355
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/complete-credential-rotation.txt,sha256=UzjqSvnwW0ssXPLv7ih3BQ-ozWcrmwqfqyHgf5GMYJ8,4843
1353
1356
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt,sha256=Frzi1N4GIVJUCMQjAp9J9aLXZ3zoXQF79ZKgfMp2HVc,4505
@@ -1367,7 +1370,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/update-addon.txt,sh
1367
1370
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/update-endpoint-config.txt,sha256=Xw0ypGr7B0Tk5-oSX3pT5jxSMp3XnybxDZqcVyV-rXI,5553
1368
1371
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/update.txt,sha256=Floib3dXPkH0uLfi88mD7GHGtYpaqHN5BsE3jwlH9bM,7404
1369
1372
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster-migrate-to-native-vcn-status/get.txt,sha256=7h54sr2MeS9ZOb1ABfllqMUpZN4xFQzCiLVLoT8pc6s,3455
1370
- oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster-options/get.txt,sha256=dy4XSfi8UfI87XKYquPBVrp2pGI_FUEALQaRvnMmWx8,2873
1373
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster-options/get.txt,sha256=Pcgw_GEoL6GM0SbmI2Ko1kqEpCvmOgpnf4rLqY23ixw,2963
1371
1374
  oci_cli/help_text_producer/data_files/text/cmdref/ce/credential-rotation-status/get.txt,sha256=163nBGSzZ9KGKp9T-JhOH6SIpJQi_5OmmNIzfHQTjVw,3421
1372
1375
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/create.txt,sha256=rMMoOpnPkG7NZSHuJuZ4Ag0bv0Q0C78eb38f7v9dqKo,15238
1373
1376
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/delete-node.txt,sha256=TDMGlJAjKe9Qhv91TceEgfyD-DBTl7zIifRdMj0QrDI,5904
@@ -1375,7 +1378,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/delete.txt,sha256
1375
1378
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/get.txt,sha256=36cL-BQq2Aa-UXX7U5NwX_KYzn5VsQS3tQuqgYpzzBo,3748
1376
1379
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/list.txt,sha256=Uri8GcHiUYg_0mRLgqMrh5YdjuDH3IbfJcsiaRLTmDg,4033
1377
1380
  oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/update.txt,sha256=09_cJVIQMJzKX6L7AVQ6jkbvXiq3GyIaTP1b6B1AmNA,15592
1378
- oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt,sha256=VBvId0P3ei53iX2nci-0bQ4Id7oKUz0iE1tGJHWBtT8,2893
1381
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt,sha256=IcXYl0ntvOFidddnT06-5WBwzdWi5_AjkaBgSxcbLBk,3289
1379
1382
  oci_cli/help_text_producer/data_files/text/cmdref/ce/pod-shape/list.txt,sha256=suJprPSQzUKJyKeVFWF_aKQTvwHpJWKNfrDQYw9--rs,3719
1380
1383
  oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=CDW0IZM0VkevS4E8fXfbZDfYNPcSLqf9gDdOk2xOD_A,10564
1381
1384
  oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=oDy0-8RKH101mg8Z4ruhM7g_FvymISMOAWS-bWMbZzU,6130
@@ -1900,18 +1903,18 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history/get.tx
1900
1903
  oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history/list.txt,sha256=-PX6dVyVfNoPn79zcJNtzBzTkwfPaKB6b2o7sgN1rSI,4595
1901
1904
  oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history/update.txt,sha256=XGwbIm3pQUm8PzOmwnleekaSqJIr8VNaoCVlrRaIdsE,5529
1902
1905
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/change-compartment.txt,sha256=Tt8KSHKyMDaIo94j16dR4k-q8VDE71MI7_WGx-okY88,4951
1903
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt,sha256=LrD082-8Rc1GGXdj8zrnUtm_p2lom9gWAVZUyl-QD9I,7984
1904
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt,sha256=4p8PEb_XYY3HXunLvaW95cczmZojEt_1QNakcBCz7sw,7845
1905
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt,sha256=2-Kuu8pD9qnASDy1PaXOQyITaRyuExFY6e6ohwFqIsI,7255
1906
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt,sha256=iiySPtfkVxfIGkaTl9AD0emlmjZh2K7mZ74bJX8xQZ0,8432
1907
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt,sha256=mgv8pkZ8mvxnjiAlF952Dt2yGAuPRfWkwB5-RQ4uyGg,8293
1908
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt,sha256=05Qf6yT8mtCY6f8ifa6q45Gf2ekpChoh52pF5Cn7Ly4,7703
1906
1909
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/delete.txt,sha256=l55ucmVpsh5eMpcGSP2ZYmq5vdVlJz2KuyS3LbtYrAQ,4641
1907
1910
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/get.txt,sha256=BuOsLp8tRjSrbvSLXbIkW8BoF_0GZ_i_ZiBZN_OphV8,3461
1908
1911
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/host-shape.txt,sha256=yCR2dU2fOoUFxxTHDMhndS-oCxCDUmIh_y-uVeJNIXY,163
1909
1912
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/instance-shape.txt,sha256=-OPJL1QCqhJxSo-oFlKT6V303GNkn7FztXcJEFPoiTg,179
1910
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt,sha256=EkiyrvO_Q5e2nF1-uh1zv0ZPgHZJz65DpKgM2VIAP-8,5130
1913
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt,sha256=yA-OhtwHlOJnry8z3RV7kj2IAbDnoeb3U0GHnG5tMcA,5274
1911
1914
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/update.txt,sha256=KeA_tKhm9QJbzANAa0_cljFMYaFfweukO1enmZ8WMG0,6309
1912
1915
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/host-shape/list.txt,sha256=dy1Wb6HUtihkzoeDVU0Ljc3G28m8U_AiRLfGq6r0S30,3672
1913
1916
  oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/instance-shape/list.txt,sha256=mIbQOy6UD7ThjN5Tp4G1qog0Tp5swxybAXUNaQF1dlQ,3805
1914
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt,sha256=nI0peMkWwQQ9LqckXvfXZjRGT2IyV8c9nAylTK5ImjM,5195
1917
+ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt,sha256=wg7E7EgXBiT9YMGUEkQKnkBMWGri7YiyPAa31HzB0jo,5339
1915
1918
  oci_cli/help_text_producer/data_files/text/cmdref/compute/device/list-instance.txt,sha256=ygVw4maGOI3mofI8NxmSLywJh6Ygi027qa8tcdwFRnc,5485
1916
1919
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema/get.txt,sha256=uFWfidCUmQl2kNnNs2nibmHf6WMpPbvA4D2ELy9RFFQ,2909
1917
1920
  oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema/list.txt,sha256=tS85__v7S8Chfb3qdwPQSut23mCP5sZiSOi0pRdAh6M,4114
@@ -4528,7 +4531,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
4528
4531
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
4529
4532
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
4530
4533
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
4531
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=ScXBmJjBdHtHcViyO04WqMyYqBgxWURBtZndf3znyrE,852
4534
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=Qu_fmCbl2Fyd17cYuZlm-jVwg7oM3p431m8zzv7B-Ts,859
4532
4535
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=6PjFoSvqBqHuh08LUh3fmf7BQza63Z8bpQ1_in69lg8,6530
4533
4536
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=c_2SBQYChMgLKqtnU78Mv2bSDy4Gzwl5DYiROYbE7ok,2976
4534
4537
  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
@@ -4555,12 +4558,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
4555
4558
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=zGi_GMT3_RpZOZMQ_JvyKwJJoO4t0UtTQT1aA7BKISk,4303
4556
4559
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=4nixS58TsFlTGMpZsGjXOM61no6ow_BlPkI3Hgb0WcE,2951
4557
4560
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=a4JICkvZ80VVUQpFwrJryXV-Ip9C7omdFSb_U8_fU5c,4252
4558
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
4561
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
4559
4562
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
4560
4563
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
4561
4564
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=wRJWGf79YA_EQDf9ggjS7zwZ1N7XDxKDbHaH-DAHKjM,2809
4562
4565
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=1kSp6RsD1bTvDmnABqIrtXpXYF09Xcle6eER9sJHpps,3891
4563
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=ddjDMJwZJRex-dwQVeUWiFYyI01OIzGW_NYv0Ypgsh8,3601
4566
+ 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
4564
4567
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list.txt,sha256=eyr375DkALxgveH3XwwaISB_XjIkecH4Wux80-egQvY,3593
4565
4568
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
4566
4569
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
@@ -4849,6 +4852,24 @@ oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request/get.txt,sh
4849
4852
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request/list.txt,sha256=eWv-bn_1jToQBmIDGCONfuj0F2sp2yfVqStlLkWKcK4,4029
4850
4853
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request-error/list.txt,sha256=JVlJQdy_8N3zuwVYqQch6lKabPEHHT9u37Ih71USm8Y,3527
4851
4854
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request-log/list.txt,sha256=cfzObfPzhW8ys7-hiGFqIRVGFQKpLVs9UVlSUzrjTD0,3519
4855
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection.txt,sha256=zueFtneM64eZTekTZTtu1897w5pCjgFXUvxFVY2Yx4o,217
4856
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack.txt,sha256=48tMfsYF93nmR5f_MkdGQ1CSPyuDLkpo37k_RvBh50I,462
4857
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
4858
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
4859
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request.txt,sha256=ngDrOZ8jL9BVRaUcMtEkE0THnAQTSkFZbgcM24YKnWg,482
4860
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt,sha256=Z51m1LFUScEuJhA0ZwZm19upmbQnlByW16D-rAxn-4w,8616
4861
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/change-compartment.txt,sha256=hNJyo6G69AlqcX2Ty5FR33kDrNgLbPsztXeN43VcyZk,5050
4862
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt,sha256=DEGWHFJTlS-iHB6VHf5H4mVbO8WyGAFBclPGR2bbLS0,9578
4863
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/delete.txt,sha256=tD9WRZbm8sQBsBNqVknem1ts_DrxapK32b3RngbT508,4791
4864
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt,sha256=UqJllY6mZ0Tg3VdhuXgxBBX7Wkk9feYNJ2yNOQIIuFU,7371
4865
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/get.txt,sha256=TuLip_W6bdkauXMfX_fB7t7Cj-XhUg09FbYL4fC0HtU,3393
4866
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/update.txt,sha256=ceRiDv2D_HLUdCQIaE_pl5PZ6NpWnP3hai7c3OBVduk,10051
4867
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection/list-stacks.txt,sha256=nlUNLaVZIISJ8u1zMZ8pLx0oq2Gj-2K2lOyjMv3RHjI,3826
4868
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/cancel.txt,sha256=Y5ZPZPZEx6loOUHB7TAXCDxVZZmJ730kutLZAmx0vag,3089
4869
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/get.txt,sha256=FBqbtecwzU4xJ7aWYH0USu78-DD3jELRSOKfoakJ-Mg,2701
4870
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/list.txt,sha256=I3I_cA2q11WymT0Bis2b3yDi39LuuAx9za53mdpmOSs,3739
4871
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-error/list.txt,sha256=OEuaeQ07PLPuscNMhizMYMDNfVdZJaUTF7tj9BjgTcI,3682
4872
+ oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry/list-work-request-logs.txt,sha256=NCg9im9ElgjAyKltuINYghz1Di_n0ZMOeHuYkB10qOE,3782
4852
4873
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/automatic-dr-configuration.txt,sha256=dCR7BAsoqhuisRpgdfepvOZGKIRiL8rmwQ-9kFvYFRQ,209
4853
4874
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution.txt,sha256=-2_Jyoll0Pk9w7ZHhCYNDG-Q_uU1zbyCpU5ASzo1svI,434
4854
4875
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan.txt,sha256=uSu_uFo3YJqrzrCTAj9YbG6SotQzETSnFf42V2WhFXw,275
@@ -5110,12 +5131,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/events/rule/list.txt,sha256=1p
5110
5131
  oci_cli/help_text_producer/data_files/text/cmdref/events/rule/update.txt,sha256=8sXJICM9--u3ZwGDK8ULhvJ-XOJbLd0Mq-XkZOasARI,8196
5111
5132
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/announcement-collection.txt,sha256=_JR0JJhbT5BCdTousemNwDWeJ4zrGVsAmF6eJGIn3OU,204
5112
5133
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance-report.txt,sha256=GSpLdPZ6oLqrxBHafYsz6SpRaq_5TJZ_BqwkshteStc,174
5134
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance.txt,sha256=ldFJKF_0lawtEUk9J8s1kQ4331a2jwFMiQcgbBSKn8k,115
5113
5135
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin.txt,sha256=TOSsHqX9f5ysiH8NnlUjpLmxR0jFjk8KjstJ8SulGSQ,2508
5114
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog.txt,sha256=EnPUhYZ-suycjSU4OwMA2D51T_Wtqgl1_wdF1g5pOsI,684
5136
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog.txt,sha256=b0o-zLS3WHtdra-xnCWzU4qXZFeDn0L53w2UTklqhtk,745
5115
5137
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-maintenance-window.txt,sha256=SmutiNsrWvA0moWTJqCkg6kzmuqtQMAL0W0hjxowpUE,472
5116
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations.txt,sha256=4kLE9ht9mM_2aAG4eoElNJSPX3jUk1YRemFohQDRxv0,1942
5138
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations.txt,sha256=uDNEMT2KULtxEUX_1j9zz0eHxxeF4H4rM3ztYD1v-aQ,2268
5117
5139
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision.txt,sha256=JeZdMnq0Klu5CFOe8ix5y4fyi8kn6ZMbNLbyiPv8JqY,451
5118
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks.txt,sha256=mcvTpsbA30Vr4qdQd10SyGRUhK5QATUc0QqC0apEeow,727
5140
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks.txt,sha256=66Dm31qVnnJS7b6INoMikLyKO2WwfrC9cXKx4AEOLtE,1761
5119
5141
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-work-request.txt,sha256=hqRvz_TtoPpG-M4f52F1FbVjvvUnpIgmnan76TRQJ1U,451
5120
5142
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-collection.txt,sha256=oY4c5Wn_Dekt76tYYMjCcESfmKOGssRyki5NaYBX_pc,217
5121
5143
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-credential-collection.txt,sha256=Zt3xwxDd03RNPCOoMngUwgZBa7NuDT3n9Znv2W5e7bs,269
@@ -5129,25 +5151,26 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ta
5129
5151
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet.txt,sha256=CpLET5ClIlIIR3O6-FXHqtcyl8VXP0iit8ahttnCgXM,664
5130
5152
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/inventory-resource-collection.txt,sha256=XoMWR_K-Y2nK1ys7UlvdKVo-zzJpy9q_4C-a7MQaqh4,280
5131
5153
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/announcement-collection/list-announcements.txt,sha256=_cWTTN815gXuPTGTSh59DjR_aDjM4vnMW25-fSEXdzU,3898
5154
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance/get.txt,sha256=dp5NYj-eZr6M8Qww0sI1lO_8171mu1AsElW-xW7LksE,3337
5132
5155
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance-report/get.txt,sha256=R17iMFAyQ1R47KL93heEVH2Nur9W1icp4zveLIdkjuU,3707
5133
5156
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/change-compartment.txt,sha256=ewD2_CwftI77T3Vh22ZGK9EE5phyQva20t0zVHcC9yM,4981
5134
5157
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/check-resource-tagging.txt,sha256=C0ROX5nBicxW0tz5nHwtt8Ot4g3RkM6P2CnjGnXdb0U,3670
5135
5158
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/confirm-targets.txt,sha256=WczaRpVBKu_JwqZ_OJe84hmSSkHl6OHByAaodh9QDQk,5075
5136
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-dynamic-resource-selection.txt,sha256=llyvfvQTzQEwihxbXIxYhP8SeCvabGV712c_6zBgU90,10890
5137
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-environment-fleet-details.txt,sha256=-WtKNEdZI_vI_jd5DiqYx18OaYM5N0tdLeAJMogwssg,10329
5138
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-generic-fleet-details.txt,sha256=Yn3OXRRjZYh0eP1yZiMmhbFeJbmhhtBM048oe3cV1sI,10301
5139
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-group-fleet-details.txt,sha256=Nw45gVkB-Uz6OJDu4i1BfcpHd9GzESHe5ogjDH5Ck8I,10287
5140
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-manual-resource-selection.txt,sha256=kN3CUyIRqaZlrdFc7As2Zbr2KVO1cphJOkl_BixkWUc,10010
5141
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-product-fleet-details.txt,sha256=f3NcW1oTUV_Q2We_Qwx7zfjDdILhtRgNi4IXc8Inwj4,10301
5142
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create.txt,sha256=dAThpw6UuPHnYHbKTxzbJ1BDExUiNsBl48JVju4rgBc,10539
5159
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-dynamic-resource-selection.txt,sha256=wWhmanmwLCr6sbiO25EPlOgAgO9TIe7AGkct1sk4c90,10983
5160
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-environment-fleet-details.txt,sha256=Rk7qY1kADX0s_m8C10Cn_jOZLgMQm-Fd1t_mtTOxIPk,10422
5161
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-generic-fleet-details.txt,sha256=xqLWqVrmbDkMNm5IgxSomkN1x3-RIjGeWiUPDoxKA60,10394
5162
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-group-fleet-details.txt,sha256=Wly2GfoghWa2OchcboFfaUidPomPUf3qqNL5BPPTisE,10380
5163
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-manual-resource-selection.txt,sha256=XXtqiDXBf9gyS6CDMV0tJotkKKzLido5gBqWzKJ6m0U,10103
5164
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-product-fleet-details.txt,sha256=Q3-Elb9RmqqeZZGxat0Dj0DMEO6StI59Fb87WOkYGGA,10394
5165
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create.txt,sha256=9_ppQW2hosoKjPvC-CzznkOq3iMt-oz1RXcqghi-doo,10632
5143
5166
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/delete.txt,sha256=R1-JODPzVRnbvLkA_VQFkU_yUVoZ_JUG7RSsKTVp_78,4753
5144
5167
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/generate-compliance-report.txt,sha256=k35iCk_V8i-CuZdRmk7nJ2mrXsVpxnrQGR8-wIHzZJY,4584
5145
5168
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/get.txt,sha256=Qx9UQRY9bNXVtIfri2IpxZLdw2JX_mjFBtLiAqgrIPs,3354
5146
5169
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/request-resource-validation.txt,sha256=NgMbCZpDuoaMQe3Ql6eb4M5r3j5JGM5FvVRWqts5WM4,5079
5147
5170
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/request-target-discovery.txt,sha256=7pEwmnw3GXEoiJObt5l53tBuSuN7fhkR-1bIepElvP4,5068
5148
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-dynamic-resource-selection.txt,sha256=1SIZoxj6LSAV-CSWWIG7LsqWT7bWEe-WEWwUcUMevTA,8620
5149
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-manual-resource-selection.txt,sha256=RsyG80_PCVMpTfo2Z6YXeHmA8nqc6mD2mXRyCO5UCnE,7846
5150
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update.txt,sha256=RySSpIym_TaJKwaVR0OrIwcbRu2GUJ_QDN9mWKFrIFU,8163
5171
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-dynamic-resource-selection.txt,sha256=EmwZnCOlE3gyq9VLxP8NFWFtr52E08VwsT8xNAeKel4,8825
5172
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-manual-resource-selection.txt,sha256=dOEBygunEItfbFJgUhYRLca2jhuLdXFgIChGSHRywBY,8051
5173
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update.txt,sha256=taFTLwrYBw3GmzzZPVnDlm9Q5sgidcxcnnZSo0rjjlA,8368
5151
5174
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/compliance-policy-collection.txt,sha256=FgdkOhgm4gj1Vn15Kpzwt4aBLCaVOMoUF7Zi9ehMcZQ,276
5152
5175
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/compliance-policy-rule-collection.txt,sha256=N35r9i7G-pSNyOOcMZrjb8fWPi8d1bYv7cVCX638jew,298
5153
5176
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/compliance-policy-rule.txt,sha256=9Zq9ZbbCGXF_ksRqggsRNbRwsZLjfQXgZshd9elFR9Y,674
@@ -5172,53 +5195,56 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5172
5195
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/compliance-policy-rule/update-compliance-policy-rule-patch-release-date-selection-details.txt,sha256=zt5lcJNsiYgdbXSCYzS8667f09yGHlXwm6C4NC9uNQs,8836
5173
5196
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/compliance-policy-rule/update.txt,sha256=6G_sZgma_i5ZWM6uNqgNe0Vhzn39iFZ-CpEe2DY-YZU,8503
5174
5197
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/compliance-policy-rule-collection/list-compliance-policy-rules.txt,sha256=Pi8aXwO6_ENwlA1zDNQblE6rke1BVRqdcljLCWYbNSg,4190
5175
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/create.txt,sha256=_O3TrCr-sBfucfpzvEMpWiUo22bLopgFglhjxjMp1hs,4439
5198
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/create.txt,sha256=L6Zyprie5sJYLJ64ipA5OP8P4DrlfXA8ouclqobfr6w,5623
5176
5199
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/delete.txt,sha256=-4X7QmuKAKzdDl2BK0HhZ1hTH0THh7mwbJ95QJ6kz8Q,4476
5177
5200
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/enable-latest-policy.txt,sha256=LRLLmZwpama8HkmcEkkPp790OXAkv6ZBvc0mz9IaFFg,3588
5178
5201
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/get.txt,sha256=qyyTrmLb_XUw-myJBGjkHe70c7Fdbu9jrY0EFAERF_o,3056
5179
5202
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/manage-settings.txt,sha256=9BVY-H_Jk9jLJ2j-Vnq87sfV9THjDCaJwEC_wL76niM,3455
5180
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/update.txt,sha256=E2SRd6g_NKwKuGtOkUcpMK2XU_R7PsiHMRj6U3eQBjI,4572
5203
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/update.txt,sha256=_XeuNZ3MYbnRTWLzg51V7Kw9-mR2HqOUP3muRgqw62Q,5817
5181
5204
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding-collection/list-onboardings.txt,sha256=DSWMuxf8jq81dTEiVxTFwOa6mAw8HdiQfsZJPwLrx8g,3948
5182
5205
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding-policy-collection/list-onboarding-policies.txt,sha256=MgSOZtFHZpUAh9b3D4TmugAot7VteuGppIoPzQlbNOA,3816
5183
5206
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/change-compartment.txt,sha256=3pEcLrdPBfz07OIwcYEUiQ5EB07MUranluTNjIfPATM,5387
5184
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-credential-config-category-details.txt,sha256=0JlQbVrE3J_wr6H6zdKvxE7Fj1urj9Je-_AU_Quf3-A,4807
5185
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-environment-config-category-details.txt,sha256=4NCo_1Ti8xtBgBCixBg4RN5hp712eYxgIBRkMUtUgZo,4813
5186
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-lifecycle-operation-config-category-details.txt,sha256=0g3DMO3rVIGP7nOlZzVz3vtHhSW0tmTionIQmE0ISTA,4861
5187
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-patch-type-config-category-details.txt,sha256=S2CagnE08rT7PanApB7rVuppM9re17sFFys__5a21mA,4807
5188
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-config-category-details.txt,sha256=uTKsGsF8fzwH0G2y1pSGRMnuZQ4kualkfBGXFzu86Ng,9013
5189
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-stack-config-category-details.txt,sha256=WbOiytrn3OXY8qGkWdcE_lbbB-Q6CNVkwfvaU9Xm5_4,6314
5190
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-self-hosted-instance-config-category-details.txt,sha256=AtPCuXyaE410bclBTAzFP7jQlKN5pQrWTok4ooUERGo,5599
5191
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create.txt,sha256=O1qYYGrki1fYsJiRYsbsyrMOyNjbguJyYNvwSDRi5Xs,5250
5207
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-credential-config-category-details.txt,sha256=CrnKVKbwk5LhJ6qgm-yjWrb3GvorsefPKnrKMP7FQH8,5991
5208
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-environment-config-category-details.txt,sha256=eIMz155K6_WXp1fEGDBgDCSVvK38_LrEtkiUsIYV0mw,5997
5209
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-lifecycle-operation-config-category-details.txt,sha256=F8j8sPhuMSoR-TghCdj1AYqVv2zCJ6WASr10JeyV2Mg,6045
5210
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-patch-type-config-category-details.txt,sha256=n69q3eX_SqjHJR9tVZj6Ero-mKE-GdEl77pvvQI6ZE4,5991
5211
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-config-category-details.txt,sha256=OSa-NL1Jbo58Hkg8-J9jHzuFpId9OTMCIKLlzGn4wDw,10197
5212
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-stack-config-category-details.txt,sha256=uUlJeLsc0svUKyAT7G6uqGHtmuIUKRojN7Qjrffn2CA,7498
5213
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-self-hosted-instance-config-category-details.txt,sha256=gkD0V0pJMqBVsO7gGRgRmb88tnfsqWAHoVhMr1wDzMQ,6783
5214
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create.txt,sha256=LNnut24xu0vFN_UuhnInVDlnWxI9l1Lf1gnC18W2cs4,6434
5192
5215
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/delete.txt,sha256=a6Z3fnaHm4t_fet4mPIAS-g8DN22Gt6Vr7X_-4taAQI,5133
5193
5216
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/get.txt,sha256=g_Ipeb2Y9vlE2tq9bTRRdCeL0xGYy2HMx-rqjx32uoc,3710
5194
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-credential-config-category-details.txt,sha256=8dZ_CsWVvVSssBW92kIZszN9Pe5eFRGFJI1xpwSrlMU,5586
5195
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-environment-config-category-details.txt,sha256=rna4ADdLE8N_JF7U9ZXYGutNQpkN7s7YaJFGYxqLWIY,5590
5196
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-lifecycle-operation-config-category-details.txt,sha256=lovjLmDUuvYWl4kwudYw3Vl9w7jNDI_Ye9TrFLcEZrw,5622
5197
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-patch-type-config-category-details.txt,sha256=1dVesBfiXuiAXD_dSyeTIwZCaCKtJeEswAm7lXYc3Qc,5586
5198
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-config-category-details.txt,sha256=XRgqE9ziG1PCphgpgNUuGIOk78-m0dntoVIUjokRB9U,9694
5199
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-stack-config-category-details.txt,sha256=IKTIEjTG6V8l6OxaXd3eRHiSeB78QGbtQ8ZyEdtbZXg,6983
5200
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-self-hosted-instance-config-category-details.txt,sha256=xuKRMnrWp0o_wV3SlbBrTYBw7TYOD3gR0-x6nzjbxm8,6358
5201
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update.txt,sha256=A4W82swkdvLsxpK7z39j89shVW6DkSSoMAEzPiB6W2Q,5865
5202
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration-collection/list-platform-configurations.txt,sha256=1RLyYMsK1jNjxcO4YPlrEPb5ZCeZDidZP0X7II4hYpE,4680
5217
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-credential-config-category-details.txt,sha256=I3F6pOq0mY60SE2mH2uqtjf4Mf0sPw0MLsvbXMD2gBw,6831
5218
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-environment-config-category-details.txt,sha256=iyf2i0aVtoJK8qB99tN7BntRWSLBx0_503yNIPh8Pog,6835
5219
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-lifecycle-operation-config-category-details.txt,sha256=h_jD7xFMNEpIWzqf_4DrwYw7UjCwZxcCVTeHNQZTKxI,6867
5220
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-patch-type-config-category-details.txt,sha256=A7U7bzFgSzTlVy-QJeBKE-KDTLXWCFFxigVO_TRBpvI,6831
5221
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-config-category-details.txt,sha256=PVHKtvxTDSBMa2PONcm3eP6p2_G2CkQhNP9PX6dOEc4,10939
5222
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-stack-config-category-details.txt,sha256=DFuq_psnp2Lz1kR1Scs-4BijI06hreRsD6YhODHfg4Y,8228
5223
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-self-hosted-instance-config-category-details.txt,sha256=wWVchCAJPXcLO0lgvHc0OJFOBNHJsGzbQd_azsozY7M,7603
5224
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update.txt,sha256=yJsCeoZOhay-ZBy0wwvjmOmFmkno3sMT3sNIj24lWng,7049
5225
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration-collection/list-platform-configurations.txt,sha256=z5eeraxx3njTnfZbhRGufdvcVyQpbo39lxCqboYABfg,4690
5203
5226
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/change-compartment.txt,sha256=7RenXAOUevpQPR2A9b0mQZmZ4MrKAN-f6We8Hab9uZo,5393
5204
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/create.txt,sha256=pDE8WF7rAyG8_Hd3ToXVWrArAcvklrnDR4DXSihAiwM,5463
5227
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/create.txt,sha256=F8SAQa64OyWHT0j5s0reCgnfW0gN83gRnb6uhScFOUg,6647
5205
5228
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/delete.txt,sha256=NvFZfGvynX2iejW9xCxzR63AvzKmDNhCVLxeIFkHJQk,5082
5206
5229
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/get.txt,sha256=eeEb5Qj69VFJxPLgK4QKlDd7DpQKANDznkHdnwXB2TQ,3730
5207
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/update.txt,sha256=feTb63bCNkYkH2bYHO1nMAi8dx2FMBl_ooZspNmsnDc,5971
5230
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/update.txt,sha256=_G4k3dgHTJbjIvbtP_RA8CxkU2aGQl7zghLbbzL8qmY,7155
5208
5231
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property-collection/list-properties.txt,sha256=7nURM_2WAcGM87sx_mPcNIjzWNRqNJojJHaFUmai7gs,4267
5209
5232
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-collection.txt,sha256=BGtqUZZN-2BJImID3WB7g-0Y2mgO44xs5Uwgw0ozqJ0,217
5210
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item.txt,sha256=dWjC2m2zqdu4zMOYdQGiEBMM-SZQZ8SzSW31MG6rPYM,655
5233
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition.txt,sha256=ND0uSWRDdBIFQI2tu0ZLWCT-bAtnDpopvqgXa5tU50w,183
5234
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item.txt,sha256=TYKncL4KrwFOrlmghQcDJfKPZO7k6rC5QcNWyQ5xrIg,668
5211
5235
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/change-compartment.txt,sha256=uQZ6ItWMkNZ6i1mSsS7zezqRzEpiJOXadSTcZYiW15M,5783
5212
5236
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/clone.txt,sha256=7OPtgTYuAOmr0OmhKRcQ_2cnKofR1D1WC9l-v53Auls,5808
5213
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-git-source-config.txt,sha256=N0_8aJfteUj7qZor0Lt7aVvklmFSDWEeWlEyj2AVzr4,9468
5214
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-marketplace-source-config.txt,sha256=TTVtuBB2SkMfS5eWx64u8_XBDbM5mOJNOsxAoT4a3iE,9476
5215
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-par-source-config.txt,sha256=rwqiWZPfmFTiKxC8Vpd_02-H6b2a98CNjRDezftnLzU,11467
5216
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-source-template-config.txt,sha256=hzd7jWP9Yy_vCH-A-NXluXbaadMWCp0Af1tEBeqBpqs,9680
5217
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.txt,sha256=p9KWuhP-sqOwpkeikxz1ZHyuiqewcguZjikQEl7HRJA,9187
5237
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/configure.txt,sha256=AX23uBgaNfhd4D7jHlfiA4u-aVIZqaCcnt1Ta9c2whc,9354
5238
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-git-source-config.txt,sha256=trBCPLipvze5Xk-2YYCvJMyMmQp-1hX7LKoUtqppkp0,9547
5239
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-marketplace-source-config.txt,sha256=d8oq0Kl7Zhuwpy88XJPu5TVJbVkoTjIMBYQroPxmRjo,9555
5240
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-par-source-config.txt,sha256=a58afVkfKnHthooQCsYlkz7D6R_J_EU2cf8156Kiihc,11546
5241
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-source-template-config.txt,sha256=9fhozTixiwaoD6c9CaKZuEoSipR_1Rp0UlwTmUqqs-s,9759
5242
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.txt,sha256=qTbNoopc5zq98zojgmTYuZKndmRfop6pOWIG6os7gnI,9266
5218
5243
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/delete.txt,sha256=SmxSsc7aLwtQI6zFjpj0ufOukADXrtC58fg--R2OuDM,5519
5219
5244
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/get.txt,sha256=sTCWs7v0rHaQ5vxEZFCTagHo-1CquhLP11jo0o2fmyM,4123
5220
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/update.txt,sha256=nuTeCRFXkrEo4_n-7XUe4w2eJVTz0P7XdInp-RHbSIM,6952
5221
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-collection/list-catalog-items.txt,sha256=276eBjA_4PkPD45Ba0n6ZhvFTCddY05wjVFjwXVXW2c,4798
5245
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/update.txt,sha256=PuEFHN8VOyHe3pKyY8w1vASERW3tZo0p6cBDc-CHkcM,7031
5246
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-collection/list-catalog-items.txt,sha256=YccoVGm_0brWO9EtmQ7gSL5YXolKDZIwEZLn-tUtKYY,4994
5247
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition/get.txt,sha256=bzwG3ul34C5-8yMGwHqcpOWYQ46sj9ZqXQjcHYBVc0Y,4175
5222
5248
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-maintenance-window/maintenance-window-collection.txt,sha256=uhXK1fESFRzZPXzYHo_YqGpnb0UEyJQIAPH5xcwS0kQ,280
5223
5249
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-maintenance-window/maintenance-window.txt,sha256=_JvCkJVXmiwnymQmHpa6ZqPUhon0VhmzZpAwlw0Qswk,205
5224
5250
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-maintenance-window/maintenance-window/create.txt,sha256=CwEOZPYbaOfj22ICq7JVzMvOok7DCJB2Nj7X3xnxuCA,8448
@@ -5231,11 +5257,15 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5231
5257
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/compliance-record.txt,sha256=J6UgPE3c9Mpx6QQXFctfTaCEskDGbh4N3hfvD0FJMm0,162
5232
5258
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/execution-collection.txt,sha256=EVlvQLt5pE3RHRgp5CQU045bxmFiJx6VfMmMXMJOXSg,162
5233
5259
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/execution.txt,sha256=D-yG9Kt-C9sz4JNRvgXkydD0u9_iS1ioEWi5o9FbHN8,134
5260
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection.txt,sha256=bU_oCCGxbwv1u6oXf1n1yQqV73810oS9Y0yqMKxkgWA,187
5234
5261
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/inventory-record-collection.txt,sha256=UXrh20jDfW6v0Ygv1nuqYVXMYb08fvvbaNAz71APiTQ,181
5235
5262
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/job-activity.txt,sha256=qiUBbwa0k1-7l7T_Krc2wdTbF_MVMQxogO8IKcAYe1g,168
5236
5263
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/managed-entity-aggregation-collection.txt,sha256=vgnocUU3jNJ7DJPdm276Svh39H0Eh2o4aJve9vpiY-A,213
5237
5264
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch-collection.txt,sha256=I-SqSLFoB-eli2gqlbBz6Kjl2ZQcf_H_l_Auw0qY40Y,218
5238
5265
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch.txt,sha256=iKe9hTF9f2ut5MS5kSJrsCHAfHGVxFK5MsnkTsNkSrA,368
5266
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection.txt,sha256=ipCz73V-iAAPK-YsxpER5XpTfup4rihBKXdO_KzQBHc,195
5267
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection.txt,sha256=QA-nHxz-sCfX8FWBUdx7c3cjh7-B4eoniTa6qE6oJSQ,145
5268
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection.txt,sha256=SeCSuCxdJGXRTurudWwFP6vK6vx0r_q2o2OqhiG2Imc,171
5239
5269
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/resource-collection.txt,sha256=59VMq9H99dW0W82cG3s2CACp2QZDBzp3jDgpEw2ec8I,162
5240
5270
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduled-fleet-collection.txt,sha256=sysLNqZ88SagjCZ1g_0tofVj_IE9iiFALFHXeo-957Y,189
5241
5271
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-definition-collection.txt,sha256=pYC_dkqWc1Yr4CB26EETDz6TXwrMwjJ1u3Lx4KhBt7o,289
@@ -5245,13 +5275,16 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5245
5275
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job-collection.txt,sha256=FOLuL7_XKFzqFMu4K4DkskxF09WBHe5nvmpqYUAV2OM,250
5246
5276
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job.txt,sha256=LcwAWm1WRRxu7Xx9w8-Ld-x3Z1MLWN1LkOUARgH3KPQ,289
5247
5277
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/step-collection.txt,sha256=vypR3BEg-eSeH87Cn9yyNozeE8WGcHxsh7GhmxJ7PYA,146
5278
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection.txt,sha256=WB4mrvpyN8hbx_4hK9Ce7xKRWPCAmpArwfusTD0Gdec,188
5279
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection.txt,sha256=CxkjoiO2hfrklyHDV6uiZ1rpgmXTpRvnTkqIYB57g9A,185
5248
5280
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/compliance-record/export-compliance-report.txt,sha256=dRjDeinajntFIQv0vGuVYSD1X__iYPDg2OAHOUzDuS8,4007
5249
5281
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/compliance-record-aggregation-collection/summarize-compliance-record-counts.txt,sha256=2rf_cTVf8ePsH24PDvtjXCJXJcPcuzjfM989DnurzNw,3396
5250
5282
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/compliance-record-collection/list-compliance-records.txt,sha256=rJDYs09yDHDEgcCgHAdGnh_cEqXxwuPpArcaQu-1ChE,4363
5251
5283
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/execution/get.txt,sha256=vKKt6bEEpnto0fgYkG_EU8AhZ87XKYsmSnf4KskSiLY,3845
5252
5284
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/execution-collection/list-executions.txt,sha256=TRRehTtPsFMGxqWkUxL1LCGj-F9ZObZDtc-dAVkXr6s,4578
5253
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/inventory-record-collection/list-inventory-records.txt,sha256=UJ4CFvz7FSWBVAqJiKmqUcO__akmHBLOiVBH9RSrWJE,4126
5254
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/job-activity/get.txt,sha256=ekhWD36Sf-_fG_m1-1eshpU1xvwxG0Cy9woZxtz8kBw,3206
5285
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection/list-installed-patches.txt,sha256=neRCRYSJc0bSoP0hOaM4nKGsHWbyklq7V3lJam_ecas,4026
5286
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/inventory-record-collection/list-inventory-records.txt,sha256=UBAJ4EuNxmEL8FOiKJMj7hE3M1IQ2MXPd3E_gzVrbN0,4212
5287
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/job-activity/get.txt,sha256=VG41x85pQB2wr15c_nPR0_nnUEu5P_a6OiXTdTQxlMw,3292
5255
5288
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/managed-entity-aggregation-collection/summarize-managed-entity-counts.txt,sha256=ReKtEtn33AE1yfbBBshm8sKTXaqMUmPf_LnKsRBAAlw,3377
5256
5289
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch/change-compartment.txt,sha256=Djqx0dQl55Zgl1lPNN_ebenb-fMH_a-3cF3NtVi2u9Q,5990
5257
5290
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch/create-patch-generic-artifact-details.txt,sha256=PkrnoO9qYbRRQiaxPPiN7Byf_0x7tdrJiRGiUeiHYmg,11094
@@ -5263,6 +5296,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5263
5296
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch/update-patch-platform-specific-artifact-details.txt,sha256=FJCt_D491ZE9ycjepjIDsG6y2jcdiEXuV3xfJ6MMv4Q,11570
5264
5297
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch/update.txt,sha256=BrammRnYCyAODbLbQvV43AuExPX9eSDrF4ffploRKBI,11107
5265
5298
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/patch-collection/list-patches.txt,sha256=aCQt7WvhvmKzrRyLG6w-SdBgoAbGXKQn0sbb9dAXoko,8264
5299
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection/list-recommended-patches.txt,sha256=Zue4fC90O759jdZSvrD3MrcAfNSsrim8jtQ6yX_56Rc,4087
5300
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection/report.txt,sha256=29oBPCTnSorNbiTaiBJG6KpCpODzw75fiVwhi-80DOQ,5907
5301
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection/list-report-metadata.txt,sha256=fkWpuGBkOxaLJs1UhE6dLQW7NgQgMEAknTVQmiv_GME,3893
5266
5302
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/resource-collection/list-resources.txt,sha256=RKAn-oEINeYhIfDzmIjm6zbNxkO2eNiqkcOs7p5-Kss,4233
5267
5303
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduled-fleet-collection/list-scheduled-fleets.txt,sha256=wIpGR3C_yrcTXSOPEzO4VrRQpJQTUeY8NRRm2hizy34,4515
5268
5304
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-definition/create-scheduler-definition-custom-schedule.txt,sha256=MTa5TmQIW48A-4X7Ws-EkeBPXy-BXegetsTKVmn95LQ,9925
@@ -5274,7 +5310,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5274
5310
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-definition/update-scheduler-definition-maintenance-window-schedule.txt,sha256=ysCJd2WfXo1LTGZupQt5wvCtgFpxlrLq9gncLOOrsfA,10974
5275
5311
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-definition/update.txt,sha256=2zd9f9kWhGRY3QqlIJwdFsduJaRZ9mo_rDgaJJh_6RY,8351
5276
5312
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-definition-collection/list-scheduler-definitions.txt,sha256=vJD8M4YHGoVphlX1teWbqsxXq2OIORSDgZTxl-SiPvU,8451
5277
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-execution-collection/list-scheduler-executions.txt,sha256=2_b7pWNttGDjgT0xWp7NX6XG7geYwYUWqkt0W3rU4nc,7885
5313
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-execution-collection/list-scheduler-executions.txt,sha256=gzmtuKRljQXe-12cKralOgX0Y3-L6sC8Yd6ysBvShM0,8274
5278
5314
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job/delete.txt,sha256=b812nYPBqIDBX80hlQkeZakW1Ei5WIZLVtjnGxOkyfE,4245
5279
5315
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job/get.txt,sha256=shwFcB1r8N4-7BfIhY5Pd9-w6fkZ2D8U7n5zCbEPfc8,2905
5280
5316
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job/manage-job-execution-action-group-based-user-action-details.txt,sha256=g_NJEX4h3o_3pbX42wUjhqmI9vwBY_f7TQUo-GUxxxg,5492
@@ -5284,6 +5320,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5284
5320
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job-aggregation-collection/summarize-scheduler-job-counts.txt,sha256=cndwrcFtJNNq4Fn9MhyRyduzo6LJeZ_o7pq5nuFfTLE,3368
5285
5321
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-job-collection/list-scheduler-jobs.txt,sha256=1kr82ZwJFopfny5nIpI2L6VB214YHmZOzyzmoplidNQ,8429
5286
5322
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/step-collection/list-steps.txt,sha256=BwxITEqBGVFLBF6sG2Y8ZwvN0dPyTpwYa7RaKiEvZbM,4189
5323
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection/list-target-components.txt,sha256=Wyuzr6KxYSg6SLC6Sjx_7NrpTJAV36XgwzWrJekHaJM,3923
5324
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection/list-target-properties.txt,sha256=PU3mSxwMxvU56YsIBaXWV4L1q4DPS5LLj7KNGi_u4NI,3881
5287
5325
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision/provision-collection.txt,sha256=ziU6CUFC9BpFCqKqSVYruTYJ4AOMbeSXjbYupfw3f44,243
5288
5326
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision/provision.txt,sha256=PHoEsQd96ok9EcB4AQPVtcho8hFK8aCQSB9qyKQtLiY,441
5289
5327
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision/provision/change-compartment.txt,sha256=upbdOiNQEVvoN2lAn00eEiy-1217JMEvG2aReAi0iQo,6559
@@ -5292,24 +5330,50 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-ap
5292
5330
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision/provision/get.txt,sha256=gTAJW55_Yf9ImKnhyLiDMX85kOGE-53RsevCAGBb5Io,4897
5293
5331
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision/provision/update.txt,sha256=e8HNOzs8PRo7gn7irY-7SUkIevwpGuPmPgsi82_9TKg,7678
5294
5332
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-provision/provision-collection/list-provisions.txt,sha256=GyT71JM2OrsQcNBsExV05bEC8IdWNKIEgW4oViMEBh8,4083
5333
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details.txt,sha256=jGEu6sXQ6idcTPLDs7XJSDUqozmgBWlUQpuWniGKYUs,158
5334
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details.txt,sha256=BlxlrlTbly-roaoGYTZ_rDPdUF1iMGe6ZOhirH4Z32Q,198
5335
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details.txt,sha256=ufU94LD9SZMlVgkvRl9JNOs_KxHPZ2-cBQ8iYjl_nio,190
5295
5336
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-collection.txt,sha256=znjfpV7Lw0nGlzmoihWs36f0rd_NZSz86hOn4iwnwAE,222
5337
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection.txt,sha256=DHVzqhSEHEf7N15nuw4mGcWEbSs1_jchYbcbM0Xh4zM,261
5338
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection.txt,sha256=YFeKps3yi_BJcANYn1UCuat96aJpmhHPe67lkD0nEB8,259
5339
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export.txt,sha256=GtLlAX-nkIToSVr34jlLtoAOF9I8FNHXsNe0HWd65mA,141
5340
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection.txt,sha256=du1lp3AkONIgvkGz9NdtxRs0J-HBxrX2pewLQlEJt3U,433
5341
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection.txt,sha256=wBphmfSMoVATugwlEA0ZUVCCnLulDD3T82jsqgRUSFg,259
5342
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import.txt,sha256=t4HVnfcdDXJpUxuVjY7tGrE4XJjoyB1ZzQq8wIu3eLg,141
5296
5343
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version-collection.txt,sha256=OIDFXAu9F6CpJzr0auX5E5zDkrY3D0-KdorI0-ECn1U,214
5297
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version.txt,sha256=9TSaMt5GKyobLBH3CDHyY6WoW9tm9t8Sg9owCHQrY2Y,161
5298
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook.txt,sha256=CiygxAImm5RpIfsbtFgjdxO9BHrXz1wa1vGUqRLorQs,326
5344
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version.txt,sha256=BEsfObLz1v8p7P2CMCMlp1i_QTBGBKjTjJSA-qGPyrs,363
5345
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook.txt,sha256=Boc47CBhv5f3mSRB6nnPQzBoAaeoyEAfqpahA6mvIRE,648
5299
5346
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/task-record-collection.txt,sha256=j-ZEQejZKJK_8ciDd0o_p3nZIpsdU3SEO45J9NbKu6k,245
5300
5347
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/task-record.txt,sha256=Z80aMbVIOqPZOXJaFBFCdGy0NqIUMZa_-ldMF2Ts0sY,179
5348
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details/import-runbook.txt,sha256=5x-MorSCwgoMwRaRA_YUboU_08QoGwS3AmpBOviK3O8,6669
5349
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details/import-runbook-precheck.txt,sha256=0h71pqHOhx7A9wPNtRBBRQytByt-Ul8EMkhruTEJylY,7014
5350
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details/import-runbook-version.txt,sha256=LCkTs6lwRpyUi5GfgKTW8rji8PyXeVLKmslesSrN5Vo,6711
5301
5351
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/change-compartment.txt,sha256=CqeGWEuIXGbEW5FI2ltwqbvaQRjgOUa_zM0XICfJ7EE,5436
5302
5352
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/create.txt,sha256=SvtPkzcOVCtSS4mK0JHigpjpItJhhj9yRHJs5w4AigA,7049
5303
5353
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/delete.txt,sha256=DCI4lQM8YNSL8XxHQNEs01VGNBeAVS8xEc_TWgdBfyk,5203
5354
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-object-storage-bucket-content-details.txt,sha256=bYghhEQTQx9P7RZ7FBgrpzkG2bzDT_5Nsb-rWpPZBuc,6598
5355
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-par-url-content-details.txt,sha256=S7-J2xR_BjCLGfU38N6PqPy8j_L2OzC8CPPjvKz8Y_8,5849
5356
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-object-storage-bucket-content-details.txt,sha256=Lb0A5jIGhX7OAuxl-qjb7qmzigM6e_nt5Z1PaKtgR34,5755
5357
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-par-url-content-details.txt,sha256=eQh1fKUKnuRyo2HM_RlwYwQocOFHDU9C_mmMBpx6HDE,4984
5358
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version.txt,sha256=uxNEUWyXIVG-uOSr4lxRnBv6H7naUhuBTbsfr1MTlkE,5127
5359
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export.txt,sha256=6GJcrDSQ3KcFPGEVTxV1Wi_Bsn5am9hnh07T70pUwz8,5889
5304
5360
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/get.txt,sha256=bkYzc2YWajyWs1wNhSsOM8hKAVZfIqECxJLdCSIDul8,3807
5305
5361
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/publish.txt,sha256=0d2YQTQ1lu24xQmS7XAzRXeBre2gdJLC7DB7SwDgS24,5632
5306
5362
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/set-default.txt,sha256=g_HSvfmg9kpODZ0x_I_87f3MUABYOB3qhfnVCHUoaxM,4125
5307
5363
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/update.txt,sha256=tSUDGy3nIWm6pjO5utyJFYlTy9i2drVoiRwTbXChMMs,7131
5308
5364
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-collection/list-runbooks.txt,sha256=iwi9GrewGCfZ3End_UoXcbSn4h7UGso10dGegV51IA0,4343
5309
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/create.txt,sha256=dVIvbhE0c8AndQ9GLGWcioYZhufwtCv6V0onx1L26sU,6070
5365
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export/get.txt,sha256=kw76sPJUj31OPsIPgRcwLq9BJ1_hEchwGti1OW1moGE,4163
5366
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection/find-runbook-export-dependency.txt,sha256=ITmM1YwRbjjmTz2FGIThNB_9-LRnxqZrzoBE2qGsBOY,4224
5367
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection/list-runbook-export-statuses.txt,sha256=urWykFB0D0t9Mi7b234Y793BMvikb2nXYv58MwMKY18,4080
5368
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import/get.txt,sha256=83ib2gDOQtZ26wDBUiIZEN0mNzf9DASU1ajl3mhBXF4,4163
5369
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.txt,sha256=PeVsqeH6Y6y5Wo8C6NHi3s-VTvqLaOyTIR-DLNt2vxM,4598
5370
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-par-url-content-details.txt,sha256=oSwFSYEYoxFuNvpH8s4mDyaBM8t5dYW01lTpBJup3jM,3886
5371
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency.txt,sha256=IJz57ecjw6egawKDpUGf7XGr4uo5zJ20Q06TlbYMWKI,4041
5372
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection/list-runbook-import-statuses.txt,sha256=l8_7poDa3idXWNU3YKCWsat9W-oYfjj4igV5KhaJPMQ,4080
5373
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/create.txt,sha256=AyLpIKjgrstWH2hSPBNIVKTuzrJoAghFe0CpmQvNXCI,6077
5310
5374
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/delete.txt,sha256=x5lEW2ODfgdPq6W3ehsvh5bhbM4FKaMLT1-bgyf3eUs,4320
5311
5375
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/get.txt,sha256=XlDZCdZAJT7M7f2hcxH8ds04JALT71Jxx3DtqiXurXA,2868
5312
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/update.txt,sha256=zDRXIqPmi5QKTY18dHiyCTiXvbXupV6VcztL3wGH0VE,6519
5376
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/update.txt,sha256=kqCZilBxlbkSmj9iepk98hHhkHgrkFUvBE7DUyOXEDA,6527
5313
5377
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version-collection/list-runbook-versions.txt,sha256=XpgDZmDD5Kkx_Dbe8CUw1lYy65p5udhtAd8o35MRg1o,4048
5314
5378
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/task-record/change-compartment.txt,sha256=5jeym7jI2P6VR7-7BzJbHobyugyFAKlmfaZDmgmG3zc,5199
5315
5379
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/task-record/create.txt,sha256=RPmU9319873OzZh45GieJiC4Q3lTJPgGqS7RWIOr_Kw,6285
@@ -5341,8 +5405,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-re
5341
5405
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-resource/get.txt,sha256=MMhZQsr60xHbM-tDfRsyWCDuq7m7kVgt0mhVDvJpjJg,4303
5342
5406
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-resource/update.txt,sha256=mv6UnWOd0ghp_AUeEt08icWWDbcJsW9SqXR020nul9k,5805
5343
5407
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-resource-collection/list-fleet-resources.txt,sha256=BgtVnc2KSf5uT4aV68bhzhZ4kLutKbYcKR9YeG2cFGM,4782
5344
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-fleet-targets.txt,sha256=nj7oHcGYUNBLYlm2dB4unr6e8cSv8gsgrOiFAp0vUao,4510
5345
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-targets.txt,sha256=TUdW-v5Q15KX7xieGLVR27_jkNDdz1xOKTOCYpNR7jw,4410
5408
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-fleet-targets.txt,sha256=5crni14zfi4vTxgYUzMT2mxANuepbsi8757cgjJTjmA,4668
5409
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-targets.txt,sha256=aJUl2vUuEOSTi-vYhI_9m0e_Ts3WeLmTltTnPLtbd_I,4497
5346
5410
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/inventory-resource-collection/list-inventory-resources.txt,sha256=NiDpVT0xt4jngRE2fjgcMgYj9ycpI5HTHwvArjgBDK0,5887
5347
5411
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-action-summary.txt,sha256=uir7mwdru6BoCM2VpwsZCbixOo7NkS1tosaOdTQUVWQ,147
5348
5412
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-action.txt,sha256=Ebt4TlyVi5uXEqWcGmG4jJwhW3pWXIdvXMK5ys2CL1w,534
@@ -5639,13 +5703,15 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/endpoint-collect
5639
5703
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/endpoint.txt,sha256=RFznF2oAez9K5cxQHnS1Juo7mKGbiL_8XhdCn_ikQUw,509
5640
5704
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/generative-ai-private-endpoint-collection.txt,sha256=VRztA-sExiGi6un41juIZLeg_wTUT2co0FJSDhwhooI,240
5641
5705
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/generative-ai-private-endpoint.txt,sha256=q6DZckHLJDdJ3OhiOzfrivpTzOH-21gCuFt3tIFs7vc,220
5706
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection.txt,sha256=QGFqLOx_oBBkLkYiDrMpk5S08XupZWc0106b66UwD3s,206
5707
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model.txt,sha256=6i85StKDmyfVzhTKtvM5Xj_6ywVREb4FgnTtRNmgNuw,570
5642
5708
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model-collection.txt,sha256=4X_KfINooLZXRk_Qk1nx33Al4NedcKLLNqWHTDiNZYI,211
5643
5709
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model.txt,sha256=PC4ESHR-w0rRP1-h80v0qHH09ljEuvaTRLMpQ8FJ1u4,589
5644
5710
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/work-request-error.txt,sha256=k_cw0XVE4j5DbptSB3sZwK3PzGJooywwTxDsZjepoas,202
5645
5711
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/work-request-log-entry.txt,sha256=pSLO9YCaQjvJkg-haeNKdrdlvl-v-i-XNzqj2-q0Gzo,222
5646
5712
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/work-request.txt,sha256=YkKIb3o2jVTRSrVok2_G61McC-V3uUThRFucVdvV_Uo,472
5647
5713
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/change-compartment.txt,sha256=Qh7zLs40XCLwY-rtypK7YSWrA17r_g7vEUdxTrHhXaI,4259
5648
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/create.txt,sha256=fLwnxv5-D-QcpFxdrPLNJBdsb2g4R36RXGM6rYP6Lnw,6584
5714
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/create.txt,sha256=dvh-w3BUx4DvQNU74JXiror_OCrqLa9L7k2V1QU_Az4,7074
5649
5715
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/delete.txt,sha256=RuM_-1y8JqFeyGIDvU2VmtWokG23UUX0n382o4RoO5I,5334
5650
5716
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/get.txt,sha256=RwJAFv6c4sSo6WCVHYuGHjrb4Boo_QsPI2iiv7UNaJk,3603
5651
5717
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/update.txt,sha256=bYLkUloKvEenz2V7kdWx4OAmj9inyv0aa8ifmOUHbtU,6479
@@ -5662,12 +5728,19 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/generative-ai-pr
5662
5728
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/generative-ai-private-endpoint/get.txt,sha256=Uv8BujTude6P2YPrgDXu6tEliq8bMs7aZRqkL7ko_DY,3533
5663
5729
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/generative-ai-private-endpoint/update.txt,sha256=IHlfGaGcTfXPPT7AlcQEXnVFKhwC-qFu1ezJ5RqBp4k,6980
5664
5730
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/generative-ai-private-endpoint-collection/list-generative-ai-private-endpoints.txt,sha256=5bcFGR7Q-sXf6Jt92zSsm7mhNw8XobqsSSBSIxAIuWY,4248
5731
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/change-compartment.txt,sha256=mY6WH5V2mTZmYuoppk6l6qfKjKs8nbdJy99Yz_mxTnU,3578
5732
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-huggingface.txt,sha256=gHwZnQ_qx7MU8ewCoi2FDg7mNDLXRw-8E0nZ1T6uspM,6966
5733
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-objectstorage.txt,sha256=MJ6w8sL7XWNER5pS4nySmejgFXPnV4CzjGzz1vhCP74,6809
5734
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/delete.txt,sha256=IlyaLTpTMcR8PbmmMXpIvuvI9BfkZq4RxLWgtuiY_Gk,4237
5735
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/get.txt,sha256=nE0BQ8lMXPpWe_s9a6rRjBUSWMzjopkOYLC_TVMLLEI,2735
5736
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/update.txt,sha256=bgJLJ44aQv6Rza3g4At8SdcQ0cQCQlibYDOslxXtt00,5667
5737
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection/list-imported-models.txt,sha256=6v7vAvNnzEemnyNIyszLU9Kd2VLnf63pWz260nFaCF4,4457
5665
5738
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model/change-compartment.txt,sha256=zb2PAfwna3IjiEXGqDNwP55iVsncLB9b-UCgfYYFT5M,3888
5666
5739
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model/create.txt,sha256=e5zICg1QUbISOBLHS43UwOgBRtYQ6anHGmRMYw9wj4M,6502
5667
5740
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model/delete.txt,sha256=TkZkAEzulWl3S2QMVH7OIb0c2Mn__sVgcCwaWF4xTms,4756
5668
5741
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model/get.txt,sha256=0Fg0KJ7uTyQykA7kRDnNKFbZUPesonGa4Vl4VQ_5oaM,3276
5669
5742
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model/update.txt,sha256=OTszB27ZYupopxfDFOGRx_vwO4jheyDWUWOsRhVuMTg,6157
5670
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model-collection/list-models.txt,sha256=LaTa42fWpTny2hj8Vy6skWH0Qx9Vv79lT1-_gikB5Lo,4455
5743
+ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model-collection/list-models.txt,sha256=sY5c7MdtB1h1s_r-fbHXdKjHldR7lNecBHV3L2schJA,4424
5671
5744
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/work-request/get.txt,sha256=ibLzg4kYIRgdt_3Ipx3vfQNjZUH_xpO0ZV6ME06AIkk,2731
5672
5745
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/work-request/list.txt,sha256=y3KvyeXxP0GpTisBVStC9f9bwXf0lTauI9XzqUNbCY0,4034
5673
5746
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/work-request-error/list.txt,sha256=Pfj1sI6gjZ5eMLipatIDuYwks4zk-zGIYyRJq49XV3U,3691
@@ -7152,7 +7225,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/limits/quota.txt,sha256=AXplyx
7152
7225
  oci_cli/help_text_producer/data_files/text/cmdref/limits/resource-availability.txt,sha256=fufpRb7niNYrj5p6NiVxXDgbOlw0trkYGcBfDWA9WKs,336
7153
7226
  oci_cli/help_text_producer/data_files/text/cmdref/limits/service.txt,sha256=FXs1qZmlT_Cm0Yg4FS5Eijt2O4ldTi2SzGCZCQragQ4,144
7154
7227
  oci_cli/help_text_producer/data_files/text/cmdref/limits/value.txt,sha256=goPQcD-V_9BxnwHhf1XlYxFMduwb4_EDGM0B-rg76hk,127
7155
- oci_cli/help_text_producer/data_files/text/cmdref/limits/definition/list.txt,sha256=7sLFqAifQ6BUS2cOoKuBltLFi7exztcgGtFUp-crr8E,3898
7228
+ oci_cli/help_text_producer/data_files/text/cmdref/limits/definition/list.txt,sha256=0WDrG2F0uvTw7vouvlxcDT7iBubZhTjd1YWqTWLTEp0,3901
7156
7229
  oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/addlock.txt,sha256=hA9YRTrg6Rij7ECK0mrm8e53hgxlKtbYZEASdd1VDk0,5129
7157
7230
  oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/create.txt,sha256=Y0cUsj0IiEIGd0_SweutGhikuJlI5w9uN_0smq_GOSc,6956
7158
7231
  oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/delete.txt,sha256=-__WFNpulX9kztaJCv8xPn0T6fF7a5GksY0zdhEroDA,4772
@@ -7160,9 +7233,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/get.txt,sha256=TE
7160
7233
  oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/list.txt,sha256=1XucikA1B5FxZegr11nh94gVVnVo_lgc3n4QApyhZVc,3715
7161
7234
  oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/removelock.txt,sha256=s-4rtUcr8wBMQzo1f2kWdqmtbXrtrH11N_O429h08ec,4885
7162
7235
  oci_cli/help_text_producer/data_files/text/cmdref/limits/quota/update.txt,sha256=hYi-coWED2WUG50ibk1UCNUoYpQ6_aT7Rp3iNb9G3MA,6638
7163
- oci_cli/help_text_producer/data_files/text/cmdref/limits/resource-availability/get.txt,sha256=9jlKcEmNFdAo7isrGfXf_GFL9Pm9xrX_WjJ2s86QEgA,4054
7164
- oci_cli/help_text_producer/data_files/text/cmdref/limits/service/list.txt,sha256=rMaaPMYMgp1jqjCkI0w_2JF2VF6RakH8FerSu-Xj7ss,3694
7165
- oci_cli/help_text_producer/data_files/text/cmdref/limits/value/list.txt,sha256=jLZDVxHgHEKciKSp1aARp74Oee3xgfnThQWICNVqT6E,4262
7236
+ oci_cli/help_text_producer/data_files/text/cmdref/limits/resource-availability/get.txt,sha256=aLeYum29i-4kIY7c_khnITUw4gnTpClqJjx0mHmDKls,4119
7237
+ oci_cli/help_text_producer/data_files/text/cmdref/limits/service/list.txt,sha256=aYJ8rlo6Qq6miPL_Ip-6_HfCoBCdphtWhoJjAJGBzKw,3692
7238
+ oci_cli/help_text_producer/data_files/text/cmdref/limits/value/list.txt,sha256=29ptZvxMYq6IOYzBp8YTW29nPCnupJI4Nd7Liwzp7_I,4334
7166
7239
  oci_cli/help_text_producer/data_files/text/cmdref/log-analytics/assoc.txt,sha256=_kEEfyv1KvYIFkMGfRMMAAwuqWcEljISVBLDTuuvc5M,262
7167
7240
  oci_cli/help_text_producer/data_files/text/cmdref/log-analytics/category.txt,sha256=bckPRDtuuWrNmaXu_ypdDHfoOiPVM2t3YQZMGp5AwJQ,229
7168
7241
  oci_cli/help_text_producer/data_files/text/cmdref/log-analytics/char-encoding-collection.txt,sha256=sIXM3lJG4_fr5TlS9tQSFi1KFO84BJJAFmj15fDTcgs,184
@@ -8478,7 +8551,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore-cluster.txt,sha
8478
8551
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore.txt,sha256=vtqr5FJBwNni9kY0N3YIWZtTmcIpq7Y_rEbwsEmLujc,314
8479
8552
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
8480
8553
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
8481
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=ZxoepGdGREXWenGVP3Qyls1wdmx62TKkJKmerSEzXtk,205
8554
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=kDeXQH694uqh8esZ4MoemZm7V7j_dov1PaR_15H3-NU,198
8482
8555
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
8483
8556
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
8484
8557
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
@@ -8529,7 +8602,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
8529
8602
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=ascNyFoBcCt26Q4UAgwoBoAWDfCHwii5mZK42NyB_CQ,3807
8530
8603
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=BDhlVowHKrm4397oiuufIaFo1HKXsq0iWqZRl5uClAQ,2704
8531
8604
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=nwFC4CBQrRClXioQAUy3nl41C55ZV6f4CA2jJo08kp4,3426
8532
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list-errors.txt,sha256=2iiSTkukrI0U5deKDL3X9hVOSZFydMPsVaW-cfQzIss,3428
8605
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=TvYquZLxpn5GubF4Mm68_WpHVEXW-A2AqBBGQhnKBLo,3393
8533
8606
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=b9eaCzDCp6M9E3T84RMCutKxcQym-4sDAhqmShnLqow,3385
8534
8607
  oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
8535
8608
  oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
@@ -9132,8 +9205,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
9132
9205
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
9133
9206
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
9134
9207
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
9135
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
9136
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
9208
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
9209
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry.txt,sha256=8wFPE3-I-Zm0sDOPE-9tFU9u964tYYVEffc55hPiY_w,173
9137
9210
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
9138
9211
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=MeGsKlwUcxS9GV35lwdZ-Bot6hy1kmyIw8sugn7NSe0,2848
9139
9212
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/list.txt,sha256=siSosVy1vgspqJWAjgbHufZl5KK1DY1KxqxkgSzYAjI,3895
@@ -9184,8 +9257,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
9184
9257
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=jNujfSQyyK2rmVKHsvewRGd7CQEzOU_w2wnKqZNjvrw,4032
9185
9258
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=pN90IakAwEh5CC6dVEpDmytF3HZrgqzTjc1m_TEwh7k,2743
9186
9259
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=wrQR1xUsAUEbMnVrDooXxVB-ke5NczG-K35W3azrOZI,3339
9187
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=ZnZihQnLf9JI8MZJHEYsI9lZrVs655mYN483fzoE8ww,3396
9188
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=ERh53LH73r69Ov5Fo9h4QeXie_TOpU9XHGh2j7EFlGA,3353
9260
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=AB5PNzclNCSJWqOu-vBpMFT3XqmrcbXGsQ-KDZjOM1M,3361
9261
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt,sha256=4bvmJAf-Qa6JYk-hjjfDS0QAWUl7OhR2T7J8xJh3Gyg,2605
9189
9262
  oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
9190
9263
  oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
9191
9264
  oci_cli/help_text_producer/data_files/text/cmdref/os/ns.txt,sha256=pmjAwJtr2wPD5186FycBl7WEdMRbX6TNRef1jgXUgqw,806
@@ -10170,13 +10243,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message/put.t
10170
10243
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type.txt,sha256=VJByWoKDcYI9FTe4NxPpKE-SYLjGvGIYNnWuodNA8Cg,185
10171
10244
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident.txt,sha256=LFN4Yw04jZvMq6aY5eMHKbZyktvD8fYGV3AxdsuMkSE,173
10172
10245
  oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response.txt,sha256=SX1rgBJ0weBVHR6pLPiaIjLOW-AUnp_QGEvhSGoQaoo,208
10173
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=QTykMprJSVoZ2g_hAITuEn-M9A3Q6-58MXb8gU4PmX0,4925
10174
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=RfgcmilchRK0LSx_Sn4gq6yxOZX3p25T3QcvGss1Ha8,2975
10175
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=v2JOmQgXwkurHsbmnM7XQXtSdDJEORQLsUFn9tBC7fI,3882
10246
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=M9hvGLrlZlzZFBU17TdOMbxH5b7D7EJQ9JXdAc_aDE0,4915
10247
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=7C94Kge1hljfFb6SGAV03Hvrq-_qHggnvmb5TcyXRCc,2973
10248
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=hMH34UW_U9Ftwp_Xel8oLfuMLMqvh9rWimpLrLyitew,3880
10176
10249
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident/put-attachment.txt,sha256=2jMNJKBYo2JWRTZyEOKeYeTQcdNK57YeO6nWQtOWBWE,4939
10177
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=ZgFDzj-UBJhg-J3mgOwV6S_ruuRgY402G2Qtrg6a7GE,4324
10178
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=YqyCOe2eZs8dB03UgI0km8n_FekT_goCsQhxu-jSDDY,3973
10179
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=WVTidtYFAbrjtQdI1CWNVnr7Q3tDqwsTYJzxS0-hEiE,2889
10250
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=qguNMCZ4Dnkktu4vu0Dp522l5YCtHbQaYAlevMrupIU,4318
10251
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=0RL6F-patRYLdPDqxqFBvfDRlGhRZ8cdb9Y_ZfMC0cA,3969
10252
+ oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=_FryR8_DBcBmdkFM322MXKAb7HGn9zcx-ijeKlU9uiU,2887
10180
10253
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-counts.txt,sha256=L0l5cjtkknEEAOf2rmUkg-ISUfvJKltHIlAFRxxGSmo,172
10181
10254
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-summaries.txt,sha256=IX0fJmkY3qrfnTKWy8K9k-lDOauZjk69q5BaTOzVvJ0,161
10182
10255
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator.txt,sha256=AGoIxHrbMfykN-x81bKA58fiSHLy5jk6OgF5Y7oWYwk,256
@@ -10851,9 +10924,9 @@ services/appmgmt_control/tests/__init__.py,sha256=tiQm9jt9XIKFnQYVK3p0160y5KiyVB
10851
10924
  services/artifacts/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10852
10925
  services/artifacts/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10853
10926
  services/artifacts/src/oci_cli_artifacts/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10854
- services/artifacts/src/oci_cli_artifacts/artifacts_cli_extended.py,sha256=TX_Ic0wSOSR1ud3df6WNNST1cbEB8eaLQTHfaG-zubw,43303
10927
+ services/artifacts/src/oci_cli_artifacts/artifacts_cli_extended.py,sha256=Y5PCuwtV-Gg1Zgw_Izbp7prjHndmCmoPJ_87J1DNE28,43538
10855
10928
  services/artifacts/src/oci_cli_artifacts/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10856
- services/artifacts/src/oci_cli_artifacts/generated/artifacts_cli.py,sha256=7Bxq1LPZ3b4BHyA5RNY-lI3pGOlr6hPR23fd242MwpU,150690
10929
+ services/artifacts/src/oci_cli_artifacts/generated/artifacts_cli.py,sha256=JED5jPlZN2h8nQycoA0Qv4nNdRfnf81dPuaPWG30FeU,152653
10857
10930
  services/artifacts/src/oci_cli_artifacts/generated/client_mappings.py,sha256=4Ffxf6QscXnCTtGIC7kvZ8110uyNcedL22qqFloGDsA,802
10858
10931
  services/artifacts/tests/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
10859
10932
  services/audit/__init__.py,sha256=WTZWSibpxNeod8Pf_4iAsODdYfDaGzUKOjQEYeyQXOw,437
@@ -11028,7 +11101,7 @@ services/container_engine/src/oci_cli_container_engine/__init__.py,sha256=v5Dz5s
11028
11101
  services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py,sha256=M7HAX91ODhLSbnAuwi4Bxt27_ww1LQvkzZIN-LBuyX8,52631
11029
11102
  services/container_engine/src/oci_cli_container_engine/generated/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
11030
11103
  services/container_engine/src/oci_cli_container_engine/generated/client_mappings.py,sha256=yROuVMlwbZaCedv0NqTjRfFs5YOvzANDTkJ-T4SOGkk,870
11031
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=IMdBlR2mDCWvN7g9MnLhZ7ksYayX7kFtrkAX16vQEGw,233415
11104
+ services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=x1Et8-GPRH7_0aaod2R_bEgdUAz8VjcUfWu5ASsmVZc,235130
11032
11105
  services/container_engine/tests/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
11033
11106
  services/container_instances/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
11034
11107
  services/container_instances/src/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
@@ -11043,14 +11116,14 @@ services/core/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8
11043
11116
  services/core/src/oci_cli_blockstorage/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11044
11117
  services/core/src/oci_cli_blockstorage/blockstorage_cli_extended.py,sha256=4FzsIIYMRqdq_jbAaSZfsC1f4-vWrvoRtENhlvxcotY,22196
11045
11118
  services/core/src/oci_cli_blockstorage/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11046
- services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py,sha256=L65ZACQe5J8w8hBYJ2DP8s99xH5Cp9iLQojXb7bvOy4,363492
11119
+ services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py,sha256=YsgbUCGVJluqX5-yWBNQZAKbKmyicWHaCPRiidHAMpk,363859
11047
11120
  services/core/src/oci_cli_blockstorage/generated/client_mappings.py,sha256=0OkpWQznzF_ciITs37zKbOPBHmS3gT6Cnhorx5Cd-Zk,776
11048
11121
  services/core/src/oci_cli_compute/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11049
11122
  services/core/src/oci_cli_compute/compute_cli_extended.py,sha256=gNAozHuyHCW624yaH_9mhMhuDORqnK6EnEePbAEFlu4,93412
11050
11123
  services/core/src/oci_cli_compute/computepic_cli_extended.py,sha256=gyP4xriwv3xEBqRv2vpvqKVjXsCc3wOT01zm3pgG5Bo,6981
11051
11124
  services/core/src/oci_cli_compute/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11052
11125
  services/core/src/oci_cli_compute/generated/client_mappings.py,sha256=mxERP53mnReNsGqmXRrKoNtuTGxYLo0YRLXcTtuVCMI,761
11053
- services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=22ypNvw8lqfLc_jBgKWYcFI-WNVJW2cRGL5dFnkD5fU,1104399
11126
+ services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=26hQgyF4hPfN45uQALOdjXi_ZsXlmhCg8eK-MEXcVQg,1107405
11054
11127
  services/core/src/oci_cli_compute_management/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11055
11128
  services/core/src/oci_cli_compute_management/computemanagement_cli_extended.py,sha256=Fq8R1iLwZgv4v_LhPQsnaQ5HwRJtUjDB8lDD9VVS-eQ,5897
11056
11129
  services/core/src/oci_cli_compute_management/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
@@ -11288,6 +11361,14 @@ services/devops/src/oci_cli_devops/generated/__init__.py,sha256=7W7tOtfPMiicmXNs
11288
11361
  services/devops/src/oci_cli_devops/generated/client_mappings.py,sha256=igpa4FbI-AvMkP45ZLhL1ItQrypdoJH0DNlPM29z6_U,772
11289
11362
  services/devops/src/oci_cli_devops/generated/devops_cli.py,sha256=VRinexFb-qq2pcfWjPw2e6xrlrSRSGabtW1P71hGUjg,1336624
11290
11363
  services/devops/tests/__init__.py,sha256=7W7tOtfPMiicmXNsQlm7UPD6y8oudqvKNxHj3I3dsXM,437
11364
+ services/dif/__init__.py,sha256=8L8FlgiOjlRbcTG1P2BBIidS1jccVu-M-7WroAZB3T0,437
11365
+ services/dif/src/__init__.py,sha256=8L8FlgiOjlRbcTG1P2BBIidS1jccVu-M-7WroAZB3T0,437
11366
+ services/dif/src/oci_cli_stack/__init__.py,sha256=8L8FlgiOjlRbcTG1P2BBIidS1jccVu-M-7WroAZB3T0,437
11367
+ services/dif/src/oci_cli_stack/stack_cli_extended.py,sha256=7mywLdBjoUtJ-GUWdJPgqYhap9ICttudjrgc4lpzhtU,5577
11368
+ services/dif/src/oci_cli_stack/generated/__init__.py,sha256=8L8FlgiOjlRbcTG1P2BBIidS1jccVu-M-7WroAZB3T0,437
11369
+ services/dif/src/oci_cli_stack/generated/client_mappings.py,sha256=iQRzq6RcvohBdoHmg4hw5chnKlHYUVmMS8eriiTHsiE,748
11370
+ services/dif/src/oci_cli_stack/generated/stack_cli.py,sha256=BVd5S2_P1Q8H-7xfr9qgZA83P3ScLxIbuw8mUrIhOmU,66239
11371
+ services/dif/tests/__init__.py,sha256=8L8FlgiOjlRbcTG1P2BBIidS1jccVu-M-7WroAZB3T0,437
11291
11372
  services/disaster_recovery/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
11292
11373
  services/disaster_recovery/src/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
11293
11374
  services/disaster_recovery/src/oci_cli_disaster_recovery/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
@@ -11370,15 +11451,15 @@ services/fleet_apps_management/src/oci_cli_fleet_apps_management/__init__.py,sha
11370
11451
  services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11371
11452
  services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/client_mappings.py,sha256=ugFRaJKJF38pae1s6HzjOA9t88X_72MVjjX974nNnQ4,918
11372
11453
  services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/fleet_apps_management_service_cli.py,sha256=_q8yQH9xoYFktJ-PtYVZW0iWEn_ZnTG6ziggFdKBZII,1270
11373
- services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/fleetappsmanagement_cli.py,sha256=lG_7j9DaapzK-FqmdjgF-pfil5KEIyPQbMw2PQmqies,232811
11454
+ services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/fleetappsmanagement_cli.py,sha256=DErb-bzZvxbEZRjQD-kvWSKd_mAs7EAfrkk2hsl-U3U,236533
11374
11455
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11375
11456
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11376
11457
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/client_mappings.py,sha256=oAzpUedkIaDUeZ5B2JZFVltP-Wnkn3N1N7OFr2NWR-k,934
11377
- services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/fleetappsmanagementadmin_cli.py,sha256=8v11nOu9PM4ichfvO9A29HLj9DFcJyrBo4Puq-3yhng,256969
11458
+ services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/fleetappsmanagementadmin_cli.py,sha256=J73aXahg_In_jsgb57QzTUhdcXJdZH2uvnhHtZg4UKE,284085
11378
11459
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11379
11460
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11380
11461
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/client_mappings.py,sha256=FclBe7i1ugnk9kgvTB2ldTi8ZpMxTq1DRDMtq0w0tk8,940
11381
- services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/fleetappsmanagementcatalog_cli.py,sha256=OUzwCBDWqMR7iX3Z9CRPcaoriPIPU3sVBXgSGvqlbF4,74385
11462
+ services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/fleetappsmanagementcatalog_cli.py,sha256=j4BVcADGoQBXYQLnONpj1O9xxrqKfwRc-4JoSHQnXZg,86269
11382
11463
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_maintenance_window/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11383
11464
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_maintenance_window/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11384
11465
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_maintenance_window/generated/client_mappings.py,sha256=d_iTVlNgdhKVaPLd-jmCvHffpuHe40H6XyW_tYCAvR0,971
@@ -11386,7 +11467,7 @@ services/fleet_apps_management/src/oci_cli_fleet_apps_management_maintenance_win
11386
11467
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11387
11468
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11388
11469
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/client_mappings.py,sha256=C50Py5TjBgrCqKfiTZ1SjwJmG0V28L0wZCtYp0yqLLA,949
11389
- services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/fleetappsmanagementoperations_cli.py,sha256=ID2TSvYI976bN4AGETmyTY8AhrNWtiazykX5AAU_-Ys,220732
11470
+ services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/fleetappsmanagementoperations_cli.py,sha256=vDvKvUwwp8CtWWZ-TDipFHdlxJTfCG0cgU0yTqOZyYs,247248
11390
11471
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_provision/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11391
11472
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_provision/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11392
11473
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_provision/generated/client_mappings.py,sha256=MXvZe9aBSwqEa9hQukxcMEShzZCnHI79-4vyIKT4T_E,946
@@ -11394,7 +11475,7 @@ services/fleet_apps_management/src/oci_cli_fleet_apps_management_provision/gener
11394
11475
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11395
11476
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11396
11477
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/client_mappings.py,sha256=G5IR5Os_M63-lONcFKGw2-nimAXF_jtkROz6K9E5XPM,943
11397
- services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/fleetappsmanagementrunbooks_cli.py,sha256=RgRupwH0R91HXkm9g1XEm17U_DpwvLFs14lUZYbiLnc,94295
11478
+ services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/fleetappsmanagementrunbooks_cli.py,sha256=dCw19furZ7UpbPFZ3R3W8y4KbQIkxkwyXfJ1MZuOCH0,170773
11398
11479
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_work_request/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11399
11480
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_work_request/generated/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
11400
11481
  services/fleet_apps_management/src/oci_cli_fleet_apps_management_work_request/generated/client_mappings.py,sha256=AAeoks5idOaWcO6xHUIpdR4ZCHtiVY3NMbFs6BEEb_o,953
@@ -11435,9 +11516,10 @@ services/fusion_apps/tests/__init__.py,sha256=_RwiKG2CoTnQnQj2awCrGOmvU5o_1gHoDV
11435
11516
  services/generative_ai/__init__.py,sha256=PDabvPmRGsBrNYyMESWyMiJMduwW3GmM7OMMS6JjdW4,437
11436
11517
  services/generative_ai/src/__init__.py,sha256=PDabvPmRGsBrNYyMESWyMiJMduwW3GmM7OMMS6JjdW4,437
11437
11518
  services/generative_ai/src/oci_cli_generative_ai/__init__.py,sha256=PDabvPmRGsBrNYyMESWyMiJMduwW3GmM7OMMS6JjdW4,437
11519
+ services/generative_ai/src/oci_cli_generative_ai/generativeai_cli_extended.py,sha256=TQhZJEOJHZV7m2fI7UUrR_4KmOup3oC-9CZlW_YCxy8,7071
11438
11520
  services/generative_ai/src/oci_cli_generative_ai/generated/__init__.py,sha256=PDabvPmRGsBrNYyMESWyMiJMduwW3GmM7OMMS6JjdW4,437
11439
11521
  services/generative_ai/src/oci_cli_generative_ai/generated/client_mappings.py,sha256=R4R1wX05txaYAqMjqQcYD3s_cWHg4k2cJU7wI2iODoE,840
11440
- services/generative_ai/src/oci_cli_generative_ai/generated/generativeai_cli.py,sha256=l0ivaMrcczsQmBCFcdJUyZ1bHdqNT4NTTXYAfOO4ON8,127098
11522
+ services/generative_ai/src/oci_cli_generative_ai/generated/generativeai_cli.py,sha256=2O36r5REBAsdN_Sr15gKYJNt14v8SJztwwb67rDnYoo,170877
11441
11523
  services/generative_ai/tests/__init__.py,sha256=PDabvPmRGsBrNYyMESWyMiJMduwW3GmM7OMMS6JjdW4,437
11442
11524
  services/generative_ai_agent/__init__.py,sha256=ymfwFOEumMu5vj_VRhFHCaL8rN1-fcibeDxLH2w_XTM,437
11443
11525
  services/generative_ai_agent/src/__init__.py,sha256=ymfwFOEumMu5vj_VRhFHCaL8rN1-fcibeDxLH2w_XTM,437
@@ -11616,7 +11698,7 @@ services/limits/src/oci_cli_limits/__init__.py,sha256=4f8GOZYjSWd1ve1ZqfpI-CsL16
11616
11698
  services/limits/src/oci_cli_limits/limits_cli_extended.py,sha256=uZRF5I5TXUu7tI2Z2GxJJ2SW293flcIJ_qXl31GlNNE,846
11617
11699
  services/limits/src/oci_cli_limits/generated/__init__.py,sha256=4f8GOZYjSWd1ve1ZqfpI-CsL16kOKDH18ZKdpmMPztc,437
11618
11700
  services/limits/src/oci_cli_limits/generated/client_mappings.py,sha256=aQ09V-QVyuqr-5bmEjpQcRQ5FurNXW89h2Z6WEcMIbM,772
11619
- services/limits/src/oci_cli_limits/generated/limits_cli.py,sha256=qBkt1Ouc7r1T5LtmCDBiD688Z8hAxJbv3J2RLeVfq2Y,16985
11701
+ services/limits/src/oci_cli_limits/generated/limits_cli.py,sha256=mig7yxhyLZWGrvTzd7bojHSopxcdfQpnZf6tcOfn-qI,17401
11620
11702
  services/limits/src/oci_cli_limits/generated/limits_service_cli.py,sha256=wYX13vWN33sxC6bm2r8pE555RoRNp1sq38ssS061a-8,970
11621
11703
  services/limits/src/oci_cli_quotas/__init__.py,sha256=4f8GOZYjSWd1ve1ZqfpI-CsL16kOKDH18ZKdpmMPztc,437
11622
11704
  services/limits/src/oci_cli_quotas/quotas_cli_extended.py,sha256=5MLtl2XQ9oxka0-pDxWwKqmbQJwzZ1GUGScs473afMc,1030
@@ -12618,10 +12700,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
12618
12700
  services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
12619
12701
  services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
12620
12702
  services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
12621
- oci_cli-3.70.0.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12622
- oci_cli-3.70.0.dist-info/METADATA,sha256=oO9bdvszdszhxF1X9tTRugPQwpTM-zv2uC5AoP5xpX8,7272
12623
- oci_cli-3.70.0.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12624
- oci_cli-3.70.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12625
- oci_cli-3.70.0.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12626
- oci_cli-3.70.0.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12627
- oci_cli-3.70.0.dist-info/RECORD,,
12703
+ oci_cli-3.70.1.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12704
+ oci_cli-3.70.1.dist-info/METADATA,sha256=L9XU4Rh0DhD83Dnmbykw5_xdn8kqVOEg8kE-gu3zCt8,7272
12705
+ oci_cli-3.70.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12706
+ oci_cli-3.70.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12707
+ oci_cli-3.70.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12708
+ oci_cli-3.70.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12709
+ oci_cli-3.70.1.dist-info/RECORD,,