We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ded47 commit aad7ac4Copy full SHA for aad7ac4
src/aks-preview/azcli_aks_live_test/scripts/test_ext_live.sh
@@ -40,7 +40,7 @@ source azEnv/bin/activate
40
41
# login before the recording test to avoid the newly added test case does not include a corresponding
42
# recording file and fall back to live mode, otherwise it will prompt `az login`.
43
-az login --identity -u "${IDENTITY_RESOURCE_ID}"
+az login --identity --resource-id "${IDENTITY_RESOURCE_ID}"
44
az account set -s "${AZCLI_ALT_SUBSCRIPTION_ID}"
45
az account show
46
0 commit comments