From 56644c54ea63f5190cfafd8456626b8b7b9ea2a9 Mon Sep 17 00:00:00 2001 From: Setu Chokshi Date: Tue, 13 May 2025 14:31:18 +0800 Subject: [PATCH] Update install-az-cli.yml Update the fixes --- templates/aml-cli-v2/install-az-cli.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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