Skip to content

Commit 08737f9

Browse files
committed
fix
1 parent 83e646e commit 08737f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)