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
@@ -0,0 +1,161 @@
1
+ "list-imported-models"
2
+ **********************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Lists imported models in a specific compartment.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci generative-ai imported-model-collection list-imported-models [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --compartment-id, -c [text]
33
+
34
+ The OCID of the compartment in which to list resources.
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --all
41
+
42
+ Fetches all pages of results. If you provide this option, then you
43
+ cannot provide the "--limit" option.
44
+
45
+ --capability [text]
46
+
47
+ A filter to return only resources their capability matches the given
48
+ capability.
49
+
50
+ Accepted values are:
51
+
52
+ EMBEDDING, IMAGE_TEXT_TO_TEXT, RERANK, TEXT_TO_TEXT
53
+
54
+ --display-name [text]
55
+
56
+ A filter to return only resources that match the given display name
57
+ exactly.
58
+
59
+ --from-json [text]
60
+
61
+ Provide input to this command as a JSON document from a file using the
62
+ file://path-to/file syntax.
63
+
64
+ The "--generate-full-command-json-input" option can be used to
65
+ generate a sample json file to be used with this command option. The
66
+ key names are pre-populated and match the command option names
67
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
68
+ while the values of the keys need to be populated by the user before
69
+ using the sample file as an input to this command. For any command
70
+ option that accepts multiple values, the value of the key can be a
71
+ JSON array.
72
+
73
+ Options can still be provided on the command line. If an option exists
74
+ in both the JSON document and the command line then the command line
75
+ specified value will be used.
76
+
77
+ For examples on usage of this option, please see our “using CLI with
78
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
79
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
80
+
81
+ --id [text]
82
+
83
+ The ID of the importedModel.
84
+
85
+ --lifecycle-state [text]
86
+
87
+ A filter to return only resources their lifecycleState matches the
88
+ given lifecycleState.
89
+
90
+ Accepted values are:
91
+
92
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
93
+
94
+ --limit [integer]
95
+
96
+ For list pagination. The maximum number of results per page, or items
97
+ to return in a paginated “List” call. For important details about how
98
+ pagination works, see List Pagination.
99
+
100
+ --page [text]
101
+
102
+ For list pagination. The value of the opc-next-page response header
103
+ from the previous “List” call. For important details about how
104
+ pagination works, see List Pagination.
105
+
106
+ --page-size [integer]
107
+
108
+ When fetching results, the number of results to fetch per call. Only
109
+ valid when used with "--all" or "--limit", and ignored otherwise.
110
+
111
+ --sort-by [text]
112
+
113
+ The field to sort by. You can provide only one sort order. Default
114
+ order for *timeCreated* is descending.
115
+
116
+ Accepted values are:
117
+
118
+ displayName, lifecycleState, timeCreated
119
+
120
+ --sort-order [text]
121
+
122
+ The sort order to use, either ‘ASC’ or ‘DESC’.
123
+
124
+ Accepted values are:
125
+
126
+ ASC, DESC
127
+
128
+ --vendor [text]
129
+
130
+ A filter to return only resources that match the entire vendor given.
131
+
132
+
133
+ Global Parameters
134
+ =================
135
+
136
+ Use "oci --help" for help on global parameters.
137
+
138
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
139
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
140
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
141
+ --generate-param-json-input", "--help", "--latest-version", "--max-
142
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
143
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
144
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
145
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
146
+
147
+
148
+ Example using required parameter
149
+ ================================
150
+
151
+ Copy the following CLI commands into a file named example.sh. Run the
152
+ command by typing “bash example.sh” and replacing the example
153
+ parameters with your own.
154
+
155
+ Please note this sample will only work in the POSIX-compliant bash-
156
+ like shell. You need to set up the OCI configuration and appropriate
157
+ security policies before trying the examples.
158
+
159
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai/imported-model-collection/list-imported-models.html#cmdoption-compartment-id
160
+
161
+ oci generative-ai imported-model-collection list-imported-models --compartment-id $compartment_id
@@ -0,0 +1,14 @@
1
+ imported-model-collection
2
+ *************************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Represents the result of a list operation for imported models.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * list-imported-models
@@ -0,0 +1,30 @@
1
+ imported-model
2
+ **************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Represents a model imported into the system based on an external data
9
+ source, such as Hugging Face or Object Storage.
10
+
11
+ To use any of the API operations, you must be authorized in an IAM
12
+ policy. If you’re not authorized, talk to an administrator who gives
13
+ OCI resource access to users. See Getting Started with Policies and
14
+ Getting Access to Generative AI Resources.
15
+
16
+
17
+ Available Commands
18
+ ==================
19
+
20
+ * change-compartment
21
+
22
+ * create-from-huggingface
23
+
24
+ * create-from-objectstorage
25
+
26
+ * delete
27
+
28
+ * get
29
+
30
+ * update
@@ -50,7 +50,7 @@ capability.
50
50
 
51
51
  Accepted values are:
52
52
 
53
- CHAT, FINE_TUNE, TEXT_EMBEDDINGS, TEXT_GENERATION, TEXT_RERANK, TEXT_SUMMARIZATION
53
+ EMBEDDING, IMAGE_TEXT_TO_TEXT, RERANK, TEXT_TO_TEXT
54
54
 
55
55
  --display-name [text]
56
56
 
@@ -75,6 +75,24 @@ Available Commands
75
75
 
76
76
  * list-generative-ai-private-endpoints
77
77
 
78
+ * imported-model
79
+
80
+ * change-compartment
81
+
82
+ * create-from-huggingface
83
+
84
+ * create-from-objectstorage
85
+
86
+ * delete
87
+
88
+ * get
89
+
90
+ * update
91
+
92
+ * imported-model-collection
93
+
94
+ * list-imported-models
95
+
78
96
  * model
79
97
 
80
98
  * change-compartment
@@ -18,10 +18,10 @@ Description
18
18
  ===========
19
19
 
20
20
  Includes a list of resource limits that are currently supported. If
21
- subscription Id is provided, then only resource limits supported by
22
- subscription will be returned If the areQuotasSupported’ property is
23
- true, you can create quota policies on top of this limit at the
24
- compartment level.
21
+ the subscription ID is provided, then only resource limits supported
22
+ by the subscription will be returned. If the *areQuotasSupported*
23
+ property is true, you can create quota policies on top of this limit
24
+ at the compartment level.
25
25
 
26
26
 
27
27
  Usage
@@ -110,7 +110,7 @@ Accepted values are:
110
110
 
111
111
  --subscription-id [text]
112
112
 
113
- The OCID of the subscription assigned to tenant
113
+ The subscription OCID assigned to the tenant.
114
114
 
115
115
 
116
116
  Global Parameters
@@ -20,10 +20,10 @@ Description
20
20
  For a given compartmentId, resource limit name, and scope, returns the
21
21
  following: * The number of available resources associated with the
22
22
  given limit. * The usage in the selected compartment for the given
23
- limit. If Subscription Id is provided, then usage for resource created
24
- in that subscription will be returned Note that not all resource
25
- limits support this API. If the value is not available, the API
26
- returns a 404 response.
23
+ limit. If the subscription ID is provided, then usage for resource
24
+ created in that subscription will be returned. Note that not all
25
+ resource limits support this API. If the value is not available, the
26
+ API returns a 404 response.
27
27
 
28
28
 
29
29
  Usage
@@ -58,6 +58,10 @@ is AD. Otherwise, this field should be omitted. If the above
58
58
  requirements are not met, the API returns a 400 - InvalidParameter
59
59
  response.
60
60
 
61
+ --external-location [text]
62
+
63
+ External cloud provider location
64
+
61
65
  --from-json [text]
62
66
 
63
67
  Provide input to this command as a JSON document from a file using the
@@ -82,7 +86,7 @@ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
82
86
 
83
87
  --subscription-id [text]
84
88
 
85
- The OCID of the subscription assigned to tenant
89
+ The subscription OCID assigned to the tenant.
86
90
 
87
91
 
88
92
  Global Parameters
@@ -101,7 +101,7 @@ Accepted values are:
101
101
 
102
102
  --subscription-id [text]
103
103
 
104
- The OCID of the subscription assigned to tenant
104
+ The subscription OCID assigned to the tenant.
105
105
 
106
106
 
107
107
  Global Parameters
@@ -18,8 +18,8 @@ Description
18
18
  ===========
19
19
 
20
20
  Includes a full list of resource limits belonging to a given service.
21
- If subscription Id is provided, limit value for subscription will be
22
- returned.
21
+ If the subscription ID is provided, the limit value for the
22
+ subscription will be returned.
23
23
 
24
24
 
25
25
  Usage
@@ -54,6 +54,10 @@ cannot provide the "--limit" option.
54
54
  Filter entries by availability domain. This implies that only AD-
55
55
  specific values are returned.
56
56
 
57
+ --external-location [text]
58
+
59
+ External cloud provider location
60
+
57
61
  --from-json [text]
58
62
 
59
63
  Provide input to this command as a JSON document from a file using the
@@ -122,7 +126,7 @@ Accepted values are:
122
126
 
123
127
  --subscription-id [text]
124
128
 
125
- The OCID of the subscription assigned to tenant
129
+ The subscription OCID assigned to the tenant.
126
130
 
127
131
 
128
132
  Global Parameters
@@ -1,5 +1,5 @@
1
- "list-errors"
2
- *************
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -23,7 +23,7 @@ Lists the errors for the specified work request.
23
23
  Usage
24
24
  =====
25
25
 
26
- oci ocvs work-request-error list-errors [OPTIONS]
26
+ oci ocvs work-request-error list [OPTIONS]
27
27
 
28
28
 
29
29
  Required Parameters
@@ -108,6 +108,6 @@ Please note this sample will only work in the POSIX-compliant bash-
108
108
  like shell. You need to set up the OCI configuration and appropriate
109
109
  security policies before trying the examples.
110
110
 
111
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/work-request-error/list-errors.html#cmdoption-work-request-id
111
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/work-request-error/list.html#cmdoption-work-request-id
112
112
 
113
- oci ocvs work-request-error list-errors --work-request-id $work_request_id
113
+ oci ocvs work-request-error list --work-request-id $work_request_id
@@ -12,4 +12,4 @@ work request.
12
12
  Available Commands
13
13
  ==================
14
14
 
15
- * list-errors
15
+ * list
@@ -122,7 +122,7 @@ Available Commands
122
122
 
123
123
  * work-request-error
124
124
 
125
- * list-errors
125
+ * list
126
126
 
127
127
  * work-request-log
128
128
 
@@ -1,5 +1,5 @@
1
- "list-errors"
2
- *************
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -23,7 +23,7 @@ Return a (paginated) list of errors for a given work request.
23
23
  Usage
24
24
  =====
25
25
 
26
- oci organizations work-request-error list-errors [OPTIONS]
26
+ oci organizations work-request-error list [OPTIONS]
27
27
 
28
28
 
29
29
  Required Parameters
@@ -113,6 +113,6 @@ Please note this sample will only work in the POSIX-compliant bash-
113
113
  like shell. You need to set up the OCI configuration and appropriate
114
114
  security policies before trying the examples.
115
115
 
116
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-error/list-errors.html#cmdoption-work-request-id
116
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-error/list.html#cmdoption-work-request-id
117
117
 
118
- oci organizations work-request-error list-errors --work-request-id $work_request_id
118
+ oci organizations work-request-error list --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-errors
14
+ * list
@@ -0,0 +1,100 @@
1
+ "list"
2
+ ******
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+
15
+ Description
16
+ ===========
17
+
18
+ Return a (paginated) list of logs for a given work request.
19
+
20
+
21
+ Usage
22
+ =====
23
+
24
+ oci organizations work-request-log-entry list [OPTIONS]
25
+
26
+
27
+ Required Parameters
28
+ ===================
29
+
30
+ --work-request-id [text]
31
+
32
+ The ID of the asynchronous request.
33
+
34
+
35
+ Optional Parameters
36
+ ===================
37
+
38
+ --all
39
+
40
+ Fetches all pages of results. If you provide this option, then you
41
+ cannot provide the "--limit" option.
42
+
43
+ --from-json [text]
44
+
45
+ Provide input to this command as a JSON document from a file using the
46
+ file://path-to/file syntax.
47
+
48
+ The "--generate-full-command-json-input" option can be used to
49
+ generate a sample json file to be used with this command option. The
50
+ key names are pre-populated and match the command option names
51
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
52
+ while the values of the keys need to be populated by the user before
53
+ using the sample file as an input to this command. For any command
54
+ option that accepts multiple values, the value of the key can be a
55
+ JSON array.
56
+
57
+ Options can still be provided on the command line. If an option exists
58
+ in both the JSON document and the command line then the command line
59
+ specified value will be used.
60
+
61
+ For examples on usage of this option, please see our “using CLI with
62
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
63
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
64
+
65
+ --limit [integer]
66
+
67
+ The maximum number of items to return.
68
+
69
+ --page [text]
70
+
71
+ The page token representing the page at which to start retrieving
72
+ results. This is usually retrieved from a previous list call.
73
+
74
+ --page-size [integer]
75
+
76
+ When fetching results, the number of results to fetch per call. Only
77
+ valid when used with "--all" or "--limit", and ignored otherwise.
78
+
79
+ --sort-order [text]
80
+
81
+ The sort order to use, whether ‘asc’ or ‘desc’.
82
+
83
+ Accepted values are:
84
+
85
+ ASC, DESC
86
+
87
+
88
+ Global Parameters
89
+ =================
90
+
91
+ Use "oci --help" for help on global parameters.
92
+
93
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
94
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
95
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
96
+ --generate-param-json-input", "--help", "--latest-version", "--max-
97
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
98
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
99
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
100
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
@@ -1,5 +1,5 @@
1
- work-request-log
2
- ****************
1
+ work-request-log-entry
2
+ **********************
3
3
 
4
4
 
5
5
  Description
@@ -141,8 +141,8 @@ Available Commands
141
141
 
142
142
  * work-request-error
143
143
 
144
- * list-errors
144
+ * list
145
145
 
146
- * work-request-log
146
+ * work-request-log-entry
147
147
 
148
148
  * list
@@ -45,10 +45,10 @@ provide the results of those.
45
45
  --problem-type [text]
46
46
 
47
47
  The kind of support request (type of support request). For information
48
- about *ACCOUNT* support requests, see [Creating a Billing Support
49
- Request]. For information about *LIMIT* support requests, see
50
- [Creating a Service Limit Increase Request]. For information about
51
- *TECH* support requests, see [Creating a Technical Support Request].
48
+ about *ACCOUNT* support requests, see Creating a Billing Support
49
+ Request. For information about *LIMIT* support requests, see Creating
50
+ a Service Limit Increase Request. For information about *TECH* support
51
+ requests, see Creating a Technical Support Request.
52
52
 
53
53
  Accepted values are:
54
54
 
@@ -150,9 +150,9 @@ used when creating the support request.
150
150
 
151
151
  Technical support type (*TECH*) only: Identifier of the user group to
152
152
  assign the new support request to. To find identifiers of user groups
153
- that you have access to, run the [ValidateUser] operation. Note: The
153
+ that you have access to, run the ValidateUser operation. Note: The
154
154
  Customer User Administrator (CUA) can manage user groups by name using
155
- [My Oracle Cloud Support portal].
155
+ My Oracle Cloud Support portal.
156
156
 
157
157
 
158
158
  Global Parameters
@@ -15,8 +15,8 @@
15
15
  Description
16
16
  ===========
17
17
 
18
- Gets the specified support request. For more information, see [Getting
19
- Details for a Support Request].
18
+ Gets the specified support request. For more information, see Getting
19
+ Details for a Support Request.
20
20
 
21
21
 
22
22
  Usage
@@ -16,7 +16,7 @@ Description
16
16
  ===========
17
17
 
18
18
  Lists support requests for the specified tenancy. For more
19
- information, see [Listing Support Requests].
19
+ information, see Listing Support Requests.
20
20
 
21
21
 
22
22
  Usage
@@ -132,10 +132,10 @@ mandatory for OCI Users and optional for Multicloud users.
132
132
  --problem-type [text]
133
133
 
134
134
  The kind of support request (type of support request). For information
135
- about *ACCOUNT* support requests, see [Creating a Billing Support
136
- Request]. For information about *LIMIT* support requests, see
137
- [Creating a Service Limit Increase Request]. For information about
138
- *TECH* support requests, see [Creating a Technical Support Request].
135
+ about *ACCOUNT* support requests, see Creating a Billing Support
136
+ Request. For information about *LIMIT* support requests, see Creating
137
+ a Service Limit Increase Request. For information about *TECH* support
138
+ requests, see Creating a Technical Support Request.
139
139
 
140
140
  Accepted values are:
141
141
 
@@ -20,9 +20,9 @@ products (service groups, services, service categories, and
20
20
  subcategories) for technical support requests or lists limits and
21
21
  current usage for limit increase tickets. This operation is called
22
22
  during creation of technical support and limit increase tickets. For
23
- more information about listing products, see [Listing Products for
24
- Support Requests]. For more information about listing limits, see
25
- [Listing Limits for Service Limit Increase Requests].
23
+ more information about listing products, see Listing Products for
24
+ Support Requests. For more information about listing limits, see
25
+ Listing Limits for Service Limit Increase Requests.
26
26
 
27
27
 
28
28
  Usage
@@ -14,7 +14,7 @@ Description
14
14
  ===========
15
15
 
16
16
  Checks whether the requested user is valid. For more information, see
17
- [Validating a User].
17
+ Validating a User.
18
18
 
19
19
 
20
20
  Usage
@@ -116,6 +116,8 @@ Available Service Commands
116
116
 
117
117
  * Database Tools (dbtools)
118
118
 
119
+ * DataIntelligences Control Plane (dif)
120
+
119
121
  * Dblm (dblm)
120
122
 
121
123
  * DevOps (devops)
@@ -273,6 +273,11 @@ service_mapping = {
273
273
  "DevOps",
274
274
  "Developer Services"
275
275
  ],
276
+ "dif": [
277
+ "dif",
278
+ "DataIntelligences Control Plane",
279
+ "Others"
280
+ ],
276
281
  "disaster-recovery": [
277
282
  "disaster_recovery",
278
283
  "Full Stack Disaster Recovery",
oci_cli/version.py CHANGED
@@ -2,4 +2,4 @@
2
2
  # Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
4
 
5
- __version__ = '3.70.0'
5
+ __version__ = '3.70.1'