Skip to content

Commit 07d7123

Browse files
authored
{AKS} Fix live test pipeline (#9347)
1 parent 5b99819 commit 07d7123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ setupAZ(){
3232
ext_repo=${2:-""}
3333

3434
# install azdev, used later to install azcli and extension
35-
pip install azdev==0.1.60
35+
pip install azdev==0.2.8
3636

3737
# fix setuptools to 77.0.3 as a workaround for "No module named azure.cli.__main__; 'azure.cli' is a package and cannot be directly executed"
3838
pip install setuptools==77.0.3

0 commit comments

Comments
 (0)