Skip to content

Commit

Permalink
chore: pin az and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Nov 1, 2022
1 parent c8fba28 commit 1e356bf
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.8'
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 1e356bf

Please sign in to comment.