Skip to content

Commit aad7ac4

Browse files
committed
fix
1 parent d1ded47 commit aad7ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aks-preview/azcli_aks_live_test/scripts/test_ext_live.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ source azEnv/bin/activate
4040

4141
# login before the recording test to avoid the newly added test case does not include a corresponding
4242
# recording file and fall back to live mode, otherwise it will prompt `az login`.
43-
az login --identity -u "${IDENTITY_RESOURCE_ID}"
43+
az login --identity --resource-id "${IDENTITY_RESOURCE_ID}"
4444
az account set -s "${AZCLI_ALT_SUBSCRIPTION_ID}"
4545
az account show
4646

0 commit comments

Comments
 (0)