oci-cli 3.67.0__py3-none-any.whl → 3.68.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.
- common_util/ignored_commands.py +1 -0
- oci_cli/bin/devops.psm1 +12 -1
- oci_cli/bin/integration.psm1 +2 -2
- oci_cli/bin/iot.psm1 +121 -0
- oci_cli/bin/mysql.psm1 +4 -4
- oci_cli/bin/opensearch.psm1 +5 -5
- oci_cli/bin/redis.psm1 +2 -2
- oci_cli/bin/streaming.psm1 +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +8 -7
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-standby-database-type.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt +174 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt +116 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-kinesis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-redshift-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-s3-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-data-lake-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-synapse-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-databricks-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-db2-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-elasticsearch-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-generic-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-goldengate-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-big-query-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-cloud-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-pub-sub-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-hdfs-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-iceberg-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-jms-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-connection.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-schema-registry-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-fabric-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-sqlserver-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mongo-db-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mysql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-object-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.txt +308 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-nosql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-postgresql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-redis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-snowflake-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/list.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-kinesis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-redshift-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-data-lake-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-synapse-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-databricks-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-db2-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-elasticsearch-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-generic-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-goldengate-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-big-query-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-cloud-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-pub-sub-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-hdfs-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-iceberg-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-jms-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-schema-registry-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-fabric-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-sqlserver-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mongo-db-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mysql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-object-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-ai-data-platform-connection.txt +287 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-nosql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-postgresql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-redis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-snowflake-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/create.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/create.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/update.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/create.txt +187 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get-content.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-binary-command.txt +119 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-json-command.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-text-command.txt +118 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/update.txt +194 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance.txt +36 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/create.txt +182 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/delete.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get-spec.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get.txt +98 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model.txt +32 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/create.txt +192 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/list.txt +162 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/update.txt +193 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-data-retention-period.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-apex-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-direct-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-ords-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/create.txt +168 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/update.txt +175 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/configure-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/create.txt +163 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/list.txt +149 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/update.txt +176 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain.txt +40 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-errors.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request.txt +24 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot.txt +121 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/clone.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/create.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/import.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/update.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details/list.txt +13 -1
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-job-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-stack-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/change-compartment.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/get.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/cancel.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-import-tf-state-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-plan.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/list.txt +1 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary/list-job-outputs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt +15 -14
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get-reachable-ip.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/code.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-server.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-stack-create-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/detect-drift.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-discovery-services.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-drift-details.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-terraform-versions.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list.txt +4 -6
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-stack-update-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/create.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-logo.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list-template-categories.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/update.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-errors.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/METADATA +7 -3
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/RECORD +295 -221
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +7 -6
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +139 -49
- services/database/src/oci_cli_database/generated/database_cli.py +71 -0
- services/devops/src/oci_cli_devops/generated/devops_cli.py +226 -0
- services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py +4 -4
- services/functions/src/oci_cli_functions_management/generated/functionsmanagement_cli.py +20 -8
- services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py +1298 -248
- services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py +59 -14
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +29 -11
- services/iot/__init__.py +4 -0
- services/iot/src/__init__.py +4 -0
- services/iot/src/oci_cli_iot/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/client_mappings.py +14 -0
- services/iot/src/oci_cli_iot/generated/iot_cli.py +2913 -0
- services/iot/src/oci_cli_iot/iot_cli_extended.py +74 -0
- services/iot/tests/__init__.py +4 -0
- services/mysql/src/oci_cli_db_system/generated/dbsystem_cli.py +44 -20
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +44 -12
- services/redis/src/oci_cli_redis_cluster/generated/rediscluster_cli.py +20 -8
- services/resource_manager/src/oci_cli_resource_manager/generated/resourcemanager_cli.py +201 -193
- services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py +20 -8
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/top_level.txt +0 -0
|
@@ -4286,6 +4286,77 @@ def convert_standby_autonomous_container_database(ctx, from_json, wait_for_state
|
|
|
4286
4286
|
cli_util.render_response(result, ctx)
|
|
4287
4287
|
|
|
4288
4288
|
|
|
4289
|
+
@database_group.command(name=cli_util.override('db.convert_standby_database_type.command_name', 'convert-standby-database-type'), help=u"""Performs transition from standby database into a snapshot standby and vice versa. The transition performed based on the current role of the database, if the current role is standby then this operation will convert it to snapshot standby and if the current role is snapshot standby then this operation will convert it to standby.
|
|
4290
|
+
|
|
4291
|
+
This operation should be performed on respective standby/snapshot standby database. \n[Command Reference](convertStandbyDatabaseType)""")
|
|
4292
|
+
@cli_util.option('--database-id', required=True, help=u"""The database [OCID].""")
|
|
4293
|
+
@cli_util.option('--database-admin-password', required=True, help=u"""The administrator password of the primary database in this Data Guard association.
|
|
4294
|
+
|
|
4295
|
+
**The password MUST be the same as the primary admin password.**""")
|
|
4296
|
+
@cli_util.option('--standby-conversion-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["SNAPSHOT", "PHYSICAL"]), help=u"""Defines the conversion type of the standby database. Specify this to convert a physical standby to a snapshot standby and vice versa.
|
|
4297
|
+
|
|
4298
|
+
Valid standbyConversionType: - SNAPSHOT - PHYSICAL""")
|
|
4299
|
+
@cli_util.option('--snapshot-duration-in-days', type=click.INT, help=u"""SnapshotDurationInDays is the duration in day(s) after which the Snapshot Standby Database will get converted back to Physical Standby. The minimum value of snapshotDurationInDays is 3 days and maximum value is 14 days. Default value will be 7 days if not provided in the Request.
|
|
4300
|
+
|
|
4301
|
+
This field is only applicable if the requested database role is snapshot standby.""")
|
|
4302
|
+
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
|
|
4303
|
+
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["PROVISIONING", "AVAILABLE", "UPDATING", "BACKUP_IN_PROGRESS", "UPGRADING", "CONVERTING", "TERMINATING", "TERMINATED", "RESTORE_FAILED", "FAILED"]), multiple=True, help="""This operation creates, modifies or deletes a resource that has a defined lifecycle state. Specify this option to perform the action and then wait until the resource reaches a given lifecycle state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
|
|
4304
|
+
@cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the resource to reach the lifecycle state defined by --wait-for-state. Defaults to 1200 seconds.""")
|
|
4305
|
+
@cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the resource has reached the lifecycle state defined by --wait-for-state. Defaults to 30 seconds.""")
|
|
4306
|
+
@json_skeleton_utils.get_cli_json_input_option({})
|
|
4307
|
+
@cli_util.help_option
|
|
4308
|
+
@click.pass_context
|
|
4309
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'database', 'class': 'Database'})
|
|
4310
|
+
@cli_util.wrap_exceptions
|
|
4311
|
+
def convert_standby_database_type(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, database_id, database_admin_password, standby_conversion_type, snapshot_duration_in_days, if_match):
|
|
4312
|
+
|
|
4313
|
+
if isinstance(database_id, six.string_types) and len(database_id.strip()) == 0:
|
|
4314
|
+
raise click.UsageError('Parameter --database-id cannot be whitespace or empty string')
|
|
4315
|
+
|
|
4316
|
+
kwargs = {}
|
|
4317
|
+
if if_match is not None:
|
|
4318
|
+
kwargs['if_match'] = if_match
|
|
4319
|
+
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
4320
|
+
|
|
4321
|
+
_details = {}
|
|
4322
|
+
_details['databaseAdminPassword'] = database_admin_password
|
|
4323
|
+
_details['standbyConversionType'] = standby_conversion_type
|
|
4324
|
+
|
|
4325
|
+
if snapshot_duration_in_days is not None:
|
|
4326
|
+
_details['snapshotDurationInDays'] = snapshot_duration_in_days
|
|
4327
|
+
|
|
4328
|
+
client = cli_util.build_client('database', 'database', ctx)
|
|
4329
|
+
result = client.convert_standby_database_type(
|
|
4330
|
+
database_id=database_id,
|
|
4331
|
+
convert_standby_database_type_details=_details,
|
|
4332
|
+
**kwargs
|
|
4333
|
+
)
|
|
4334
|
+
if wait_for_state:
|
|
4335
|
+
|
|
4336
|
+
if hasattr(client, 'get_database') and callable(getattr(client, 'get_database')):
|
|
4337
|
+
try:
|
|
4338
|
+
wait_period_kwargs = {}
|
|
4339
|
+
if max_wait_seconds is not None:
|
|
4340
|
+
wait_period_kwargs['max_wait_seconds'] = max_wait_seconds
|
|
4341
|
+
if wait_interval_seconds is not None:
|
|
4342
|
+
wait_period_kwargs['max_interval_seconds'] = wait_interval_seconds
|
|
4343
|
+
|
|
4344
|
+
click.echo('Action completed. Waiting until the resource has entered state: {}'.format(wait_for_state), file=sys.stderr)
|
|
4345
|
+
result = oci.wait_until(client, client.get_database(result.data.id), 'lifecycle_state', wait_for_state, **wait_period_kwargs)
|
|
4346
|
+
except oci.exceptions.MaximumWaitTimeExceeded as e:
|
|
4347
|
+
# If we fail, we should show an error, but we should still provide the information to the customer
|
|
4348
|
+
click.echo('Failed to wait until the resource entered the specified state. Outputting last known resource state', file=sys.stderr)
|
|
4349
|
+
cli_util.render_response(result, ctx)
|
|
4350
|
+
sys.exit(2)
|
|
4351
|
+
except Exception:
|
|
4352
|
+
click.echo('Encountered error while waiting for resource to enter the specified state. Outputting last known resource state', file=sys.stderr)
|
|
4353
|
+
cli_util.render_response(result, ctx)
|
|
4354
|
+
raise
|
|
4355
|
+
else:
|
|
4356
|
+
click.echo('Unable to wait for the resource to enter the specified state', file=sys.stderr)
|
|
4357
|
+
cli_util.render_response(result, ctx)
|
|
4358
|
+
|
|
4359
|
+
|
|
4289
4360
|
@database_group.command(name=cli_util.override('db.convert_to_pdb.command_name', 'convert-to-pdb'), help=u"""Converts a non-container database to a pluggable database. \n[Command Reference](convertToPdb)""")
|
|
4290
4361
|
@cli_util.option('--database-id', required=True, help=u"""The database [OCID].""")
|
|
4291
4362
|
@cli_util.option('--action', required=True, type=custom_types.CliCaseInsensitiveChoice(["PRECHECK", "CONVERT", "SYNC", "SYNC_ROLLBACK"]), help=u"""The operations used to convert a non-container database to a pluggable database. - Use `PRECHECK` to run a pre-check operation on non-container database prior to converting it into a pluggable database. - Use `CONVERT` to convert a non-container database into a pluggable database. - Use `SYNC` if the non-container database was manually converted into a pluggable database using the dbcli command-line utility. Databases may need to be converted manually if the CONVERT action fails when converting a non-container database using the API. - Use `SYNC_ROLLBACK` if the conversion of a non-container database into a pluggable database was manually rolled back using the dbcli command line utility. Conversions may need to be manually rolled back if the CONVERT action fails when converting a non-container database using the API.""")
|
|
@@ -52,6 +52,12 @@ def project_group():
|
|
|
52
52
|
pass
|
|
53
53
|
|
|
54
54
|
|
|
55
|
+
@click.command(cli_util.override('devops.trigger_dry_run_result_group.command_name', 'trigger-dry-run-result'), cls=CommandGroupWithAlias, help="""Details about helm diff command execution.""")
|
|
56
|
+
@cli_util.help_option_group
|
|
57
|
+
def trigger_dry_run_result_group():
|
|
58
|
+
pass
|
|
59
|
+
|
|
60
|
+
|
|
55
61
|
@click.command(cli_util.override('devops.work_request_group.command_name', 'work-request'), cls=CommandGroupWithAlias, help="""Details of the work request status.""")
|
|
56
62
|
@cli_util.help_option_group
|
|
57
63
|
def work_request_group():
|
|
@@ -267,6 +273,7 @@ devops_root_group.add_command(pull_request_notification_preference_group)
|
|
|
267
273
|
devops_root_group.add_command(build_pipeline_collection_group)
|
|
268
274
|
devops_root_group.add_command(deploy_artifact_summary_group)
|
|
269
275
|
devops_root_group.add_command(project_group)
|
|
276
|
+
devops_root_group.add_command(trigger_dry_run_result_group)
|
|
270
277
|
devops_root_group.add_command(work_request_group)
|
|
271
278
|
devops_root_group.add_command(repository_group)
|
|
272
279
|
devops_root_group.add_command(project_repository_settings_group)
|
|
@@ -10546,6 +10553,225 @@ def sync_repository(ctx, from_json, wait_for_state, max_wait_seconds, wait_inter
|
|
|
10546
10553
|
cli_util.render_response(result, ctx)
|
|
10547
10554
|
|
|
10548
10555
|
|
|
10556
|
+
@trigger_dry_run_result_group.command(name=cli_util.override('devops.trigger_deployment_dry_run.command_name', 'trigger-deployment-dry-run'), help=u"""Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted. Any request from non-internal tenancies will receive 403 Forbidden response. \n[Command Reference](triggerDeploymentDryRun)""")
|
|
10557
|
+
@cli_util.option('--helm-diff-arguments', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10558
|
+
@cli_util.option('--create-deployment-details', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10559
|
+
@json_skeleton_utils.get_cli_json_input_option({'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details': {'module': 'devops', 'class': 'CreateDeploymentDetails'}})
|
|
10560
|
+
@cli_util.help_option
|
|
10561
|
+
@click.pass_context
|
|
10562
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details': {'module': 'devops', 'class': 'CreateDeploymentDetails'}}, output_type={'module': 'devops', 'class': 'TriggerDryRunResult'})
|
|
10563
|
+
@cli_util.wrap_exceptions
|
|
10564
|
+
def trigger_deployment_dry_run(ctx, from_json, helm_diff_arguments, create_deployment_details):
|
|
10565
|
+
|
|
10566
|
+
kwargs = {}
|
|
10567
|
+
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
10568
|
+
|
|
10569
|
+
_details = {}
|
|
10570
|
+
_details['helmDiffArguments'] = cli_util.parse_json_parameter("helm_diff_arguments", helm_diff_arguments)
|
|
10571
|
+
_details['createDeploymentDetails'] = cli_util.parse_json_parameter("create_deployment_details", create_deployment_details)
|
|
10572
|
+
|
|
10573
|
+
client = cli_util.build_client('devops', 'devops', ctx)
|
|
10574
|
+
result = client.trigger_deployment_dry_run(
|
|
10575
|
+
trigger_deployment_dry_run_details=_details,
|
|
10576
|
+
**kwargs
|
|
10577
|
+
)
|
|
10578
|
+
cli_util.render_response(result, ctx)
|
|
10579
|
+
|
|
10580
|
+
|
|
10581
|
+
@trigger_dry_run_result_group.command(name=cli_util.override('devops.trigger_deployment_dry_run_create_deploy_pipeline_redeployment_details.command_name', 'trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details'), help=u"""Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted. Any request from non-internal tenancies will receive 403 Forbidden response. \n[Command Reference](triggerDeploymentDryRun)""")
|
|
10582
|
+
@cli_util.option('--helm-diff-arguments', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10583
|
+
@cli_util.option('--create-deployment-details-deploy-pipeline-id', required=True, help=u"""The OCID of a pipeline.""")
|
|
10584
|
+
@cli_util.option('--create-deployment-details-previous-deployment-id', required=True, help=u"""Specifies the OCID of the previous deployment to be redeployed.""")
|
|
10585
|
+
@cli_util.option('--create-deployment-details-display-name', help=u"""Deployment display name. Avoid entering confidential information.""")
|
|
10586
|
+
@cli_util.option('--create-deployment-details-freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags]. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10587
|
+
@cli_util.option('--create-deployment-details-defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags]. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10588
|
+
@json_skeleton_utils.get_cli_json_input_option({'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}})
|
|
10589
|
+
@cli_util.help_option
|
|
10590
|
+
@click.pass_context
|
|
10591
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}}, output_type={'module': 'devops', 'class': 'TriggerDryRunResult'})
|
|
10592
|
+
@cli_util.wrap_exceptions
|
|
10593
|
+
def trigger_deployment_dry_run_create_deploy_pipeline_redeployment_details(ctx, from_json, helm_diff_arguments, create_deployment_details_deploy_pipeline_id, create_deployment_details_previous_deployment_id, create_deployment_details_display_name, create_deployment_details_freeform_tags, create_deployment_details_defined_tags):
|
|
10594
|
+
|
|
10595
|
+
kwargs = {}
|
|
10596
|
+
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
10597
|
+
|
|
10598
|
+
_details = {}
|
|
10599
|
+
_details['createDeploymentDetails'] = {}
|
|
10600
|
+
_details['helmDiffArguments'] = cli_util.parse_json_parameter("helm_diff_arguments", helm_diff_arguments)
|
|
10601
|
+
_details['createDeploymentDetails']['deployPipelineId'] = create_deployment_details_deploy_pipeline_id
|
|
10602
|
+
_details['createDeploymentDetails']['previousDeploymentId'] = create_deployment_details_previous_deployment_id
|
|
10603
|
+
|
|
10604
|
+
if create_deployment_details_display_name is not None:
|
|
10605
|
+
_details['createDeploymentDetails']['displayName'] = create_deployment_details_display_name
|
|
10606
|
+
|
|
10607
|
+
if create_deployment_details_freeform_tags is not None:
|
|
10608
|
+
_details['createDeploymentDetails']['freeformTags'] = cli_util.parse_json_parameter("create_deployment_details_freeform_tags", create_deployment_details_freeform_tags)
|
|
10609
|
+
|
|
10610
|
+
if create_deployment_details_defined_tags is not None:
|
|
10611
|
+
_details['createDeploymentDetails']['definedTags'] = cli_util.parse_json_parameter("create_deployment_details_defined_tags", create_deployment_details_defined_tags)
|
|
10612
|
+
|
|
10613
|
+
_details['createDeploymentDetails']['deploymentType'] = 'PIPELINE_REDEPLOYMENT'
|
|
10614
|
+
|
|
10615
|
+
client = cli_util.build_client('devops', 'devops', ctx)
|
|
10616
|
+
result = client.trigger_deployment_dry_run(
|
|
10617
|
+
trigger_deployment_dry_run_details=_details,
|
|
10618
|
+
**kwargs
|
|
10619
|
+
)
|
|
10620
|
+
cli_util.render_response(result, ctx)
|
|
10621
|
+
|
|
10622
|
+
|
|
10623
|
+
@trigger_dry_run_result_group.command(name=cli_util.override('devops.trigger_deployment_dry_run_create_deploy_pipeline_deployment_details.command_name', 'trigger-deployment-dry-run-create-deploy-pipeline-deployment-details'), help=u"""Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted. Any request from non-internal tenancies will receive 403 Forbidden response. \n[Command Reference](triggerDeploymentDryRun)""")
|
|
10624
|
+
@cli_util.option('--helm-diff-arguments', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10625
|
+
@cli_util.option('--create-deployment-details-deploy-pipeline-id', required=True, help=u"""The OCID of a pipeline.""")
|
|
10626
|
+
@cli_util.option('--create-deployment-details-display-name', help=u"""Deployment display name. Avoid entering confidential information.""")
|
|
10627
|
+
@cli_util.option('--create-deployment-details-freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags]. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10628
|
+
@cli_util.option('--create-deployment-details-defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags]. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10629
|
+
@cli_util.option('--create-deployment-details-deployment-arguments', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10630
|
+
@cli_util.option('--create-deployment-details-deploy-stage-override-arguments', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10631
|
+
@cli_util.option('--create-deployment-details-deploy-artifact-override-arguments', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10632
|
+
@json_skeleton_utils.get_cli_json_input_option({'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}, 'create-deployment-details-deployment-arguments': {'module': 'devops', 'class': 'DeploymentArgumentCollection'}, 'create-deployment-details-deploy-stage-override-arguments': {'module': 'devops', 'class': 'DeployStageOverrideArgumentCollection'}, 'create-deployment-details-deploy-artifact-override-arguments': {'module': 'devops', 'class': 'DeployArtifactOverrideArgumentCollection'}})
|
|
10633
|
+
@cli_util.help_option
|
|
10634
|
+
@click.pass_context
|
|
10635
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}, 'create-deployment-details-deployment-arguments': {'module': 'devops', 'class': 'DeploymentArgumentCollection'}, 'create-deployment-details-deploy-stage-override-arguments': {'module': 'devops', 'class': 'DeployStageOverrideArgumentCollection'}, 'create-deployment-details-deploy-artifact-override-arguments': {'module': 'devops', 'class': 'DeployArtifactOverrideArgumentCollection'}}, output_type={'module': 'devops', 'class': 'TriggerDryRunResult'})
|
|
10636
|
+
@cli_util.wrap_exceptions
|
|
10637
|
+
def trigger_deployment_dry_run_create_deploy_pipeline_deployment_details(ctx, from_json, helm_diff_arguments, create_deployment_details_deploy_pipeline_id, create_deployment_details_display_name, create_deployment_details_freeform_tags, create_deployment_details_defined_tags, create_deployment_details_deployment_arguments, create_deployment_details_deploy_stage_override_arguments, create_deployment_details_deploy_artifact_override_arguments):
|
|
10638
|
+
|
|
10639
|
+
kwargs = {}
|
|
10640
|
+
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
10641
|
+
|
|
10642
|
+
_details = {}
|
|
10643
|
+
_details['createDeploymentDetails'] = {}
|
|
10644
|
+
_details['helmDiffArguments'] = cli_util.parse_json_parameter("helm_diff_arguments", helm_diff_arguments)
|
|
10645
|
+
_details['createDeploymentDetails']['deployPipelineId'] = create_deployment_details_deploy_pipeline_id
|
|
10646
|
+
|
|
10647
|
+
if create_deployment_details_display_name is not None:
|
|
10648
|
+
_details['createDeploymentDetails']['displayName'] = create_deployment_details_display_name
|
|
10649
|
+
|
|
10650
|
+
if create_deployment_details_freeform_tags is not None:
|
|
10651
|
+
_details['createDeploymentDetails']['freeformTags'] = cli_util.parse_json_parameter("create_deployment_details_freeform_tags", create_deployment_details_freeform_tags)
|
|
10652
|
+
|
|
10653
|
+
if create_deployment_details_defined_tags is not None:
|
|
10654
|
+
_details['createDeploymentDetails']['definedTags'] = cli_util.parse_json_parameter("create_deployment_details_defined_tags", create_deployment_details_defined_tags)
|
|
10655
|
+
|
|
10656
|
+
if create_deployment_details_deployment_arguments is not None:
|
|
10657
|
+
_details['createDeploymentDetails']['deploymentArguments'] = cli_util.parse_json_parameter("create_deployment_details_deployment_arguments", create_deployment_details_deployment_arguments)
|
|
10658
|
+
|
|
10659
|
+
if create_deployment_details_deploy_stage_override_arguments is not None:
|
|
10660
|
+
_details['createDeploymentDetails']['deployStageOverrideArguments'] = cli_util.parse_json_parameter("create_deployment_details_deploy_stage_override_arguments", create_deployment_details_deploy_stage_override_arguments)
|
|
10661
|
+
|
|
10662
|
+
if create_deployment_details_deploy_artifact_override_arguments is not None:
|
|
10663
|
+
_details['createDeploymentDetails']['deployArtifactOverrideArguments'] = cli_util.parse_json_parameter("create_deployment_details_deploy_artifact_override_arguments", create_deployment_details_deploy_artifact_override_arguments)
|
|
10664
|
+
|
|
10665
|
+
_details['createDeploymentDetails']['deploymentType'] = 'PIPELINE_DEPLOYMENT'
|
|
10666
|
+
|
|
10667
|
+
client = cli_util.build_client('devops', 'devops', ctx)
|
|
10668
|
+
result = client.trigger_deployment_dry_run(
|
|
10669
|
+
trigger_deployment_dry_run_details=_details,
|
|
10670
|
+
**kwargs
|
|
10671
|
+
)
|
|
10672
|
+
cli_util.render_response(result, ctx)
|
|
10673
|
+
|
|
10674
|
+
|
|
10675
|
+
@trigger_dry_run_result_group.command(name=cli_util.override('devops.trigger_deployment_dry_run_create_single_deploy_stage_deployment_details.command_name', 'trigger-deployment-dry-run-create-single-deploy-stage-deployment-details'), help=u"""Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted. Any request from non-internal tenancies will receive 403 Forbidden response. \n[Command Reference](triggerDeploymentDryRun)""")
|
|
10676
|
+
@cli_util.option('--helm-diff-arguments', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10677
|
+
@cli_util.option('--create-deployment-details-deploy-pipeline-id', required=True, help=u"""The OCID of a pipeline.""")
|
|
10678
|
+
@cli_util.option('--create-deployment-details-deploy-stage-id', required=True, help=u"""Specifies the OCID of the stage to be redeployed.""")
|
|
10679
|
+
@cli_util.option('--create-deployment-details-display-name', help=u"""Deployment display name. Avoid entering confidential information.""")
|
|
10680
|
+
@cli_util.option('--create-deployment-details-freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags]. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10681
|
+
@cli_util.option('--create-deployment-details-defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags]. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10682
|
+
@cli_util.option('--create-deployment-details-deployment-arguments', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10683
|
+
@cli_util.option('--create-deployment-details-deploy-stage-override-arguments', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10684
|
+
@cli_util.option('--create-deployment-details-deploy-artifact-override-arguments', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10685
|
+
@json_skeleton_utils.get_cli_json_input_option({'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}, 'create-deployment-details-deployment-arguments': {'module': 'devops', 'class': 'DeploymentArgumentCollection'}, 'create-deployment-details-deploy-stage-override-arguments': {'module': 'devops', 'class': 'DeployStageOverrideArgumentCollection'}, 'create-deployment-details-deploy-artifact-override-arguments': {'module': 'devops', 'class': 'DeployArtifactOverrideArgumentCollection'}})
|
|
10686
|
+
@cli_util.help_option
|
|
10687
|
+
@click.pass_context
|
|
10688
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}, 'create-deployment-details-deployment-arguments': {'module': 'devops', 'class': 'DeploymentArgumentCollection'}, 'create-deployment-details-deploy-stage-override-arguments': {'module': 'devops', 'class': 'DeployStageOverrideArgumentCollection'}, 'create-deployment-details-deploy-artifact-override-arguments': {'module': 'devops', 'class': 'DeployArtifactOverrideArgumentCollection'}}, output_type={'module': 'devops', 'class': 'TriggerDryRunResult'})
|
|
10689
|
+
@cli_util.wrap_exceptions
|
|
10690
|
+
def trigger_deployment_dry_run_create_single_deploy_stage_deployment_details(ctx, from_json, helm_diff_arguments, create_deployment_details_deploy_pipeline_id, create_deployment_details_deploy_stage_id, create_deployment_details_display_name, create_deployment_details_freeform_tags, create_deployment_details_defined_tags, create_deployment_details_deployment_arguments, create_deployment_details_deploy_stage_override_arguments, create_deployment_details_deploy_artifact_override_arguments):
|
|
10691
|
+
|
|
10692
|
+
kwargs = {}
|
|
10693
|
+
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
10694
|
+
|
|
10695
|
+
_details = {}
|
|
10696
|
+
_details['createDeploymentDetails'] = {}
|
|
10697
|
+
_details['helmDiffArguments'] = cli_util.parse_json_parameter("helm_diff_arguments", helm_diff_arguments)
|
|
10698
|
+
_details['createDeploymentDetails']['deployPipelineId'] = create_deployment_details_deploy_pipeline_id
|
|
10699
|
+
_details['createDeploymentDetails']['deployStageId'] = create_deployment_details_deploy_stage_id
|
|
10700
|
+
|
|
10701
|
+
if create_deployment_details_display_name is not None:
|
|
10702
|
+
_details['createDeploymentDetails']['displayName'] = create_deployment_details_display_name
|
|
10703
|
+
|
|
10704
|
+
if create_deployment_details_freeform_tags is not None:
|
|
10705
|
+
_details['createDeploymentDetails']['freeformTags'] = cli_util.parse_json_parameter("create_deployment_details_freeform_tags", create_deployment_details_freeform_tags)
|
|
10706
|
+
|
|
10707
|
+
if create_deployment_details_defined_tags is not None:
|
|
10708
|
+
_details['createDeploymentDetails']['definedTags'] = cli_util.parse_json_parameter("create_deployment_details_defined_tags", create_deployment_details_defined_tags)
|
|
10709
|
+
|
|
10710
|
+
if create_deployment_details_deployment_arguments is not None:
|
|
10711
|
+
_details['createDeploymentDetails']['deploymentArguments'] = cli_util.parse_json_parameter("create_deployment_details_deployment_arguments", create_deployment_details_deployment_arguments)
|
|
10712
|
+
|
|
10713
|
+
if create_deployment_details_deploy_stage_override_arguments is not None:
|
|
10714
|
+
_details['createDeploymentDetails']['deployStageOverrideArguments'] = cli_util.parse_json_parameter("create_deployment_details_deploy_stage_override_arguments", create_deployment_details_deploy_stage_override_arguments)
|
|
10715
|
+
|
|
10716
|
+
if create_deployment_details_deploy_artifact_override_arguments is not None:
|
|
10717
|
+
_details['createDeploymentDetails']['deployArtifactOverrideArguments'] = cli_util.parse_json_parameter("create_deployment_details_deploy_artifact_override_arguments", create_deployment_details_deploy_artifact_override_arguments)
|
|
10718
|
+
|
|
10719
|
+
_details['createDeploymentDetails']['deploymentType'] = 'SINGLE_STAGE_DEPLOYMENT'
|
|
10720
|
+
|
|
10721
|
+
client = cli_util.build_client('devops', 'devops', ctx)
|
|
10722
|
+
result = client.trigger_deployment_dry_run(
|
|
10723
|
+
trigger_deployment_dry_run_details=_details,
|
|
10724
|
+
**kwargs
|
|
10725
|
+
)
|
|
10726
|
+
cli_util.render_response(result, ctx)
|
|
10727
|
+
|
|
10728
|
+
|
|
10729
|
+
@trigger_dry_run_result_group.command(name=cli_util.override('devops.trigger_deployment_dry_run_create_single_deploy_stage_redeployment_details.command_name', 'trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details'), help=u"""Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted. Any request from non-internal tenancies will receive 403 Forbidden response. \n[Command Reference](triggerDeploymentDryRun)""")
|
|
10730
|
+
@cli_util.option('--helm-diff-arguments', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10731
|
+
@cli_util.option('--create-deployment-details-deploy-pipeline-id', required=True, help=u"""The OCID of a pipeline.""")
|
|
10732
|
+
@cli_util.option('--create-deployment-details-deploy-stage-id', required=True, help=u"""Specifies the OCID of the stage to be redeployed.""")
|
|
10733
|
+
@cli_util.option('--create-deployment-details-display-name', help=u"""Deployment display name. Avoid entering confidential information.""")
|
|
10734
|
+
@cli_util.option('--create-deployment-details-freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags]. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10735
|
+
@cli_util.option('--create-deployment-details-defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags]. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
10736
|
+
@cli_util.option('--create-deployment-details-previous-deployment-id', help=u"""Specifies the OCID of the previous deployment to be redeployed.""")
|
|
10737
|
+
@json_skeleton_utils.get_cli_json_input_option({'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}})
|
|
10738
|
+
@cli_util.help_option
|
|
10739
|
+
@click.pass_context
|
|
10740
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'helm-diff-arguments': {'module': 'devops', 'class': 'HelmDiffArgumentCollection'}, 'create-deployment-details-freeform-tags': {'module': 'devops', 'class': 'dict(str, string)'}, 'create-deployment-details-defined-tags': {'module': 'devops', 'class': 'dict(str, dict(str, object))'}}, output_type={'module': 'devops', 'class': 'TriggerDryRunResult'})
|
|
10741
|
+
@cli_util.wrap_exceptions
|
|
10742
|
+
def trigger_deployment_dry_run_create_single_deploy_stage_redeployment_details(ctx, from_json, helm_diff_arguments, create_deployment_details_deploy_pipeline_id, create_deployment_details_deploy_stage_id, create_deployment_details_display_name, create_deployment_details_freeform_tags, create_deployment_details_defined_tags, create_deployment_details_previous_deployment_id):
|
|
10743
|
+
|
|
10744
|
+
kwargs = {}
|
|
10745
|
+
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
10746
|
+
|
|
10747
|
+
_details = {}
|
|
10748
|
+
_details['createDeploymentDetails'] = {}
|
|
10749
|
+
_details['helmDiffArguments'] = cli_util.parse_json_parameter("helm_diff_arguments", helm_diff_arguments)
|
|
10750
|
+
_details['createDeploymentDetails']['deployPipelineId'] = create_deployment_details_deploy_pipeline_id
|
|
10751
|
+
_details['createDeploymentDetails']['deployStageId'] = create_deployment_details_deploy_stage_id
|
|
10752
|
+
|
|
10753
|
+
if create_deployment_details_display_name is not None:
|
|
10754
|
+
_details['createDeploymentDetails']['displayName'] = create_deployment_details_display_name
|
|
10755
|
+
|
|
10756
|
+
if create_deployment_details_freeform_tags is not None:
|
|
10757
|
+
_details['createDeploymentDetails']['freeformTags'] = cli_util.parse_json_parameter("create_deployment_details_freeform_tags", create_deployment_details_freeform_tags)
|
|
10758
|
+
|
|
10759
|
+
if create_deployment_details_defined_tags is not None:
|
|
10760
|
+
_details['createDeploymentDetails']['definedTags'] = cli_util.parse_json_parameter("create_deployment_details_defined_tags", create_deployment_details_defined_tags)
|
|
10761
|
+
|
|
10762
|
+
if create_deployment_details_previous_deployment_id is not None:
|
|
10763
|
+
_details['createDeploymentDetails']['previousDeploymentId'] = create_deployment_details_previous_deployment_id
|
|
10764
|
+
|
|
10765
|
+
_details['createDeploymentDetails']['deploymentType'] = 'SINGLE_STAGE_REDEPLOYMENT'
|
|
10766
|
+
|
|
10767
|
+
client = cli_util.build_client('devops', 'devops', ctx)
|
|
10768
|
+
result = client.trigger_deployment_dry_run(
|
|
10769
|
+
trigger_deployment_dry_run_details=_details,
|
|
10770
|
+
**kwargs
|
|
10771
|
+
)
|
|
10772
|
+
cli_util.render_response(result, ctx)
|
|
10773
|
+
|
|
10774
|
+
|
|
10549
10775
|
@pull_request_group.command(name=cli_util.override('devops.unlike_pull_request_comment.command_name', 'unlike-pull-request-comment'), help=u"""Unlike a PullRequest comment \n[Command Reference](unlikePullRequestComment)""")
|
|
10550
10776
|
@cli_util.option('--pull-request-id', required=True, help=u"""unique PullRequest identifier""")
|
|
10551
10777
|
@cli_util.option('--comment-id', required=True, help=u"""unique PullRequest Comment identifier""")
|
|
@@ -1119,7 +1119,7 @@ def create_fsu_collection(ctx, from_json, wait_for_state, max_wait_seconds, wait
|
|
|
1119
1119
|
@fsu_collection_group.command(name=cli_util.override('fleet_software_update.create_fsu_collection_create_db_fsu_collection_details.command_name', 'create-fsu-collection-create-db-fsu-collection-details'), help=u"""Creates a new Exadata Fleet Update Collection. \n[Command Reference](createFsuCollection)""")
|
|
1120
1120
|
@cli_util.option('--service-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["EXACS", "EXACC"]), help=u"""Exadata service type for the target resource members.""")
|
|
1121
1121
|
@cli_util.option('--compartment-id', required=True, help=u"""The [OCID] of the Compartment.""")
|
|
1122
|
-
@cli_util.option('--source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["DB_11204", "DB_121", "DB_122", "DB_18", "DB_19", "DB_23"]), help=u"""Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.""")
|
|
1122
|
+
@cli_util.option('--source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["DB_11204", "DB_121", "DB_122", "DB_18", "DB_19", "DB_23", "DB_26"]), help=u"""Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.""")
|
|
1123
1123
|
@cli_util.option('--display-name', help=u"""The user-friendly name for the Exadata Fleet Update Collection.""")
|
|
1124
1124
|
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
1125
1125
|
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
@@ -1194,7 +1194,7 @@ def create_fsu_collection_create_db_fsu_collection_details(ctx, from_json, wait_
|
|
|
1194
1194
|
@fsu_collection_group.command(name=cli_util.override('fleet_software_update.create_fsu_collection_create_gi_fsu_collection_details.command_name', 'create-fsu-collection-create-gi-fsu-collection-details'), help=u"""Creates a new Exadata Fleet Update Collection. \n[Command Reference](createFsuCollection)""")
|
|
1195
1195
|
@cli_util.option('--service-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["EXACS", "EXACC"]), help=u"""Exadata service type for the target resource members.""")
|
|
1196
1196
|
@cli_util.option('--compartment-id', required=True, help=u"""The [OCID] of the Compartment.""")
|
|
1197
|
-
@cli_util.option('--source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["GI_18", "GI_19", "GI_23"]), help=u"""Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.""")
|
|
1197
|
+
@cli_util.option('--source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["GI_18", "GI_19", "GI_23", "GI_26"]), help=u"""Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.""")
|
|
1198
1198
|
@cli_util.option('--display-name', help=u"""The user-friendly name for the Exadata Fleet Update Collection.""")
|
|
1199
1199
|
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
1200
1200
|
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
@@ -1763,7 +1763,7 @@ def create_fsu_discovery(ctx, from_json, wait_for_state, max_wait_seconds, wait_
|
|
|
1763
1763
|
@fsu_discovery_group.command(name=cli_util.override('fleet_software_update.create_fsu_discovery_gi_discovery_details.command_name', 'create-fsu-discovery-gi-discovery-details'), help=u"""Creates a new Exadata Fleet Update Discovery. \n[Command Reference](createFsuDiscovery)""")
|
|
1764
1764
|
@cli_util.option('--compartment-id', required=True, help=u"""Compartment Identifier.""")
|
|
1765
1765
|
@cli_util.option('--details-service-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["EXACS", "EXACC"]), help=u"""Exadata service type for the target resource members.""")
|
|
1766
|
-
@cli_util.option('--details-source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["GI_18", "GI_19", "GI_23"]), help=u"""Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results.""")
|
|
1766
|
+
@cli_util.option('--details-source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["GI_18", "GI_19", "GI_23", "GI_26"]), help=u"""Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results.""")
|
|
1767
1767
|
@cli_util.option('--details-criteria', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
1768
1768
|
@cli_util.option('--display-name', help=u"""Exadata Fleet Update Collection display name.""")
|
|
1769
1769
|
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
@@ -1837,7 +1837,7 @@ def create_fsu_discovery_gi_discovery_details(ctx, from_json, wait_for_state, ma
|
|
|
1837
1837
|
@fsu_discovery_group.command(name=cli_util.override('fleet_software_update.create_fsu_discovery_db_discovery_details.command_name', 'create-fsu-discovery-db-discovery-details'), help=u"""Creates a new Exadata Fleet Update Discovery. \n[Command Reference](createFsuDiscovery)""")
|
|
1838
1838
|
@cli_util.option('--compartment-id', required=True, help=u"""Compartment Identifier.""")
|
|
1839
1839
|
@cli_util.option('--details-service-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["EXACS", "EXACC"]), help=u"""Exadata service type for the target resource members.""")
|
|
1840
|
-
@cli_util.option('--details-source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["DB_11204", "DB_121", "DB_122", "DB_18", "DB_19", "DB_23"]), help=u"""Database Major Version of targets to be included in the Exadata Fleet Update Discovery results. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results.""")
|
|
1840
|
+
@cli_util.option('--details-source-major-version', required=True, type=custom_types.CliCaseInsensitiveChoice(["DB_11204", "DB_121", "DB_122", "DB_18", "DB_19", "DB_23", "DB_26"]), help=u"""Database Major Version of targets to be included in the Exadata Fleet Update Discovery results. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results.""")
|
|
1841
1841
|
@cli_util.option('--details-criteria', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
1842
1842
|
@cli_util.option('--display-name', help=u"""Exadata Fleet Update Collection display name.""")
|
|
1843
1843
|
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
@@ -113,15 +113,18 @@ Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMP
|
|
|
113
113
|
|
|
114
114
|
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
115
115
|
@cli_util.option('--image-policy-config', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
116
|
+
@cli_util.option('--security-attributes', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
|
|
117
|
+
|
|
118
|
+
Example: `{\"Oracle-ZPR\": {\"MaxEgressCount\": {\"value\": \"42\", \"mode\": \"enforce\"}}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
116
119
|
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED"]), multiple=True, help="""This operation creates, modifies or deletes a resource that has a defined lifecycle state. Specify this option to perform the action and then wait until the resource reaches a given lifecycle state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
|
|
117
120
|
@cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the resource to reach the lifecycle state defined by --wait-for-state. Defaults to 1200 seconds.""")
|
|
118
121
|
@cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the resource has reached the lifecycle state defined by --wait-for-state. Defaults to 30 seconds.""")
|
|
119
|
-
@json_skeleton_utils.get_cli_json_input_option({'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'subnet-ids': {'module': 'functions', 'class': 'list[string]'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}})
|
|
122
|
+
@json_skeleton_utils.get_cli_json_input_option({'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'subnet-ids': {'module': 'functions', 'class': 'list[string]'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}, 'security-attributes': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}})
|
|
120
123
|
@cli_util.help_option
|
|
121
124
|
@click.pass_context
|
|
122
|
-
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'subnet-ids': {'module': 'functions', 'class': 'list[string]'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}}, output_type={'module': 'functions', 'class': 'Application'})
|
|
125
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'subnet-ids': {'module': 'functions', 'class': 'list[string]'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}, 'security-attributes': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}}, output_type={'module': 'functions', 'class': 'Application'})
|
|
123
126
|
@cli_util.wrap_exceptions
|
|
124
|
-
def create_application(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, compartment_id, display_name, subnet_ids, config, shape, network_security_group_ids, syslog_url, trace_config, freeform_tags, defined_tags, image_policy_config):
|
|
127
|
+
def create_application(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, compartment_id, display_name, subnet_ids, config, shape, network_security_group_ids, syslog_url, trace_config, freeform_tags, defined_tags, image_policy_config, security_attributes):
|
|
125
128
|
|
|
126
129
|
kwargs = {}
|
|
127
130
|
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
@@ -155,6 +158,9 @@ def create_application(ctx, from_json, wait_for_state, max_wait_seconds, wait_in
|
|
|
155
158
|
if image_policy_config is not None:
|
|
156
159
|
_details['imagePolicyConfig'] = cli_util.parse_json_parameter("image_policy_config", image_policy_config)
|
|
157
160
|
|
|
161
|
+
if security_attributes is not None:
|
|
162
|
+
_details['securityAttributes'] = cli_util.parse_json_parameter("security_attributes", security_attributes)
|
|
163
|
+
|
|
158
164
|
client = cli_util.build_client('functions', 'functions_management', ctx)
|
|
159
165
|
result = client.create_application(
|
|
160
166
|
create_application_details=_details,
|
|
@@ -2082,23 +2088,26 @@ Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMP
|
|
|
2082
2088
|
|
|
2083
2089
|
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
2084
2090
|
@cli_util.option('--image-policy-config', type=custom_types.CLI_COMPLEX_TYPE, help=u"""""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
2091
|
+
@cli_util.option('--security-attributes', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
|
|
2092
|
+
|
|
2093
|
+
Example: `{\"Oracle-ZPR\": {\"MaxEgressCount\": {\"value\": \"42\", \"mode\": \"enforce\"}}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
|
|
2085
2094
|
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
|
|
2086
2095
|
@cli_util.option('--force', help="""Perform update without prompting for confirmation.""", is_flag=True)
|
|
2087
2096
|
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED"]), multiple=True, help="""This operation creates, modifies or deletes a resource that has a defined lifecycle state. Specify this option to perform the action and then wait until the resource reaches a given lifecycle state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
|
|
2088
2097
|
@cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the resource to reach the lifecycle state defined by --wait-for-state. Defaults to 1200 seconds.""")
|
|
2089
2098
|
@cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the resource has reached the lifecycle state defined by --wait-for-state. Defaults to 30 seconds.""")
|
|
2090
|
-
@json_skeleton_utils.get_cli_json_input_option({'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}})
|
|
2099
|
+
@json_skeleton_utils.get_cli_json_input_option({'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}, 'security-attributes': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}})
|
|
2091
2100
|
@cli_util.help_option
|
|
2092
2101
|
@click.pass_context
|
|
2093
|
-
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}}, output_type={'module': 'functions', 'class': 'Application'})
|
|
2102
|
+
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'config': {'module': 'functions', 'class': 'dict(str, string)'}, 'network-security-group-ids': {'module': 'functions', 'class': 'list[string]'}, 'trace-config': {'module': 'functions', 'class': 'ApplicationTraceConfig'}, 'freeform-tags': {'module': 'functions', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}, 'image-policy-config': {'module': 'functions', 'class': 'ImagePolicyConfig'}, 'security-attributes': {'module': 'functions', 'class': 'dict(str, dict(str, object))'}}, output_type={'module': 'functions', 'class': 'Application'})
|
|
2094
2103
|
@cli_util.wrap_exceptions
|
|
2095
|
-
def update_application(ctx, from_json, force, wait_for_state, max_wait_seconds, wait_interval_seconds, application_id, config, network_security_group_ids, syslog_url, trace_config, freeform_tags, defined_tags, image_policy_config, if_match):
|
|
2104
|
+
def update_application(ctx, from_json, force, wait_for_state, max_wait_seconds, wait_interval_seconds, application_id, config, network_security_group_ids, syslog_url, trace_config, freeform_tags, defined_tags, image_policy_config, security_attributes, if_match):
|
|
2096
2105
|
|
|
2097
2106
|
if isinstance(application_id, six.string_types) and len(application_id.strip()) == 0:
|
|
2098
2107
|
raise click.UsageError('Parameter --application-id cannot be whitespace or empty string')
|
|
2099
2108
|
if not force:
|
|
2100
|
-
if config or network_security_group_ids or trace_config or freeform_tags or defined_tags or image_policy_config:
|
|
2101
|
-
if not click.confirm("WARNING: Updates to config and network-security-group-ids and trace-config and freeform-tags and defined-tags and image-policy-config will replace any existing values. Are you sure you want to continue?"):
|
|
2109
|
+
if config or network_security_group_ids or trace_config or freeform_tags or defined_tags or image_policy_config or security_attributes:
|
|
2110
|
+
if not click.confirm("WARNING: Updates to config and network-security-group-ids and trace-config and freeform-tags and defined-tags and image-policy-config and security-attributes will replace any existing values. Are you sure you want to continue?"):
|
|
2102
2111
|
ctx.abort()
|
|
2103
2112
|
|
|
2104
2113
|
kwargs = {}
|
|
@@ -2129,6 +2138,9 @@ def update_application(ctx, from_json, force, wait_for_state, max_wait_seconds,
|
|
|
2129
2138
|
if image_policy_config is not None:
|
|
2130
2139
|
_details['imagePolicyConfig'] = cli_util.parse_json_parameter("image_policy_config", image_policy_config)
|
|
2131
2140
|
|
|
2141
|
+
if security_attributes is not None:
|
|
2142
|
+
_details['securityAttributes'] = cli_util.parse_json_parameter("security_attributes", security_attributes)
|
|
2143
|
+
|
|
2132
2144
|
client = cli_util.build_client('functions', 'functions_management', ctx)
|
|
2133
2145
|
result = client.update_application(
|
|
2134
2146
|
application_id=application_id,
|