Skip to content

Commit

Permalink
{AKS} Fix live test pipeline (#8008)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Sep 23, 2024
1 parent 131bb35 commit 4efd89e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ setupAZ(){
# fix the issue that vcrpy>=4.3.0 is not compatible with urllib3
pip install vcrpy==4.2.1

# fix the issue "Cannot import name 'AccessTokenInfo' from 'azure.core.credentials'"
pip install azure-identity==1.17.1

# post-install-az: check installation result
which az && az version
}
Expand Down

0 comments on commit 4efd89e

Please sign in to comment.