diff --git a/ci-automation/release.sh b/ci-automation/release.sh index 90fb1c59db2..65be545ef33 100644 --- a/ci-automation/release.sh +++ b/ci-automation/release.sh @@ -108,8 +108,7 @@ function _inside_mantle() { --debug \ --platform="${platform}" \ --aws-credentials="${aws_credentials_config_file}" \ - --azure-profile="${azure_profile_config_file}" \ - --azure-auth="${azure_auth_config_file}" \ + --azure-identity \ --gce-json-key=none \ --board="${arch}-usr" \ --channel="${CHANNEL}" \ @@ -138,8 +137,7 @@ function _inside_mantle() { --publish-marketplace \ --access-role-arn="${AWS_MARKETPLACE_ARN}" \ --product-ids="${pid}" \ - --azure-profile="${azure_profile_config_file}" \ - --azure-auth="${azure_auth_config_file}" \ + --azure-identity \ --gce-json-key="${gcp_json_key_path}" \ --gce-release-key="${google_release_credentials_file}" \ --board="${arch}-usr" \