Skip to content

Commit

Permalink
chore: pin az and python versions (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Nov 2, 2022
1 parent c8fba28 commit 32c654b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/update_cli.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.8.X'
architecture: 'x64'
- task: JavaToolInstaller@0
inputs:
versionSpec: '8'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'
- bash: pip install azure-cli
- bash: pip install azure-cli==2.40.0
displayName: 'Upgrade Azure CLI'

0 comments on commit 32c654b

Please sign in to comment.