diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index 5dc98590d37..6302f17acf0 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -13,7 +13,7 @@ steps: chmod +x env/bin/activate . env/bin/activate python -m pip install -U pip - pip install azdev==0.1.30 + pip install azdev==0.1.31 azdev --version if [ -z "$CLI_EXT_REPO_PATH" ]; then