diff --git a/templates/update_cli.yml b/templates/update_cli.yml index 2eedbaecfe..76d0820a6c 100644 --- a/templates/update_cli.yml +++ b/templates/update_cli.yml @@ -1,12 +1,10 @@ steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.8' + versionSpec: '3.10' architecture: 'x64' - task: JavaToolInstaller@0 inputs: versionSpec: '8' jdkArchitectureOption: 'x64' jdkSourceOption: 'PreInstalled' - - bash: pip install azure-cli==2.60.0 - displayName: 'Upgrade Azure CLI'