From 9cd97c7b88f1edaf419df552fcd3384d439e1fa1 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 20 Jun 2024 20:32:13 +0530 Subject: [PATCH] ci-automation/release: add support for Managed idenities Signed-off-by: Sayan Chowdhury --- ci-automation/release.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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" \