diff --git a/templates/aml-cli-v2/install-az-cli.yml b/templates/aml-cli-v2/install-az-cli.yml index 21867c3a..c29b980f 100644 --- a/templates/aml-cli-v2/install-az-cli.yml +++ b/templates/aml-cli-v2/install-az-cli.yml @@ -11,15 +11,15 @@ steps: workingDirectory: $(System.DefaultWorkingDirectory) inlineScript: | set -e # fail on error - python -m pip install -U --force-reinstall pip pip install azure-cli==2.35 - python -m pip install -U --force-reinstall pip pip install azure-ai-ml==1.1.0 - python -m pip install -U --force-reinstall pip pip install azure-common==1.1.28 - python -m pip install -U --force-reinstall pip pip install azure-core==1.26.1 - python -m pip install -U --force-reinstall pip pip install azure-identity==1.10.0 - python -m pip install -U --force-reinstall pip pip install azure-mgmt-core==1.3.0 - python -m pip install -U --force-reinstall pip pip install azure-storage-blob==12.14.1 - python -m pip install -U --force-reinstall pip pip install azure-storage-file-datalake==12.9.1 - python -m pip install -U --force-reinstall pip pip install azure-storage-file-share==12.7.0 + python -m pip install -U --force-reinstall pip install azure-cli==2.35 + python -m pip install -U --force-reinstall pip install azure-ai-ml==1.1.0 + python -m pip install -U --force-reinstall pip install azure-common==1.1.28 + python -m pip install -U --force-reinstall pip install azure-core==1.26.1 + python -m pip install -U --force-reinstall pip install azure-identity==1.10.0 + python -m pip install -U --force-reinstall pip install azure-mgmt-core==1.3.0 + python -m pip install -U --force-reinstall pip install azure-storage-blob==12.14.1 + python -m pip install -U --force-reinstall pip install azure-storage-file-datalake==12.9.1 + python -m pip install -U --force-reinstall pip install azure-storage-file-share==12.7.0 az version