Skip to content

Commit

Permalink
Adding temporary fixes for bug: Azure/azure-cli#28997
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneHoggett-ACG committed May 26, 2024
1 parent b597221 commit 3e8a5d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Update-SessionEnvironment
# Configure Software
choco install terraform -y --no-progress
choco install git -y --no-progress
choco install azure-cli -y --no-progress
# Temporary, due to this bug: https://github.com/Azure/azure-cli/issues/28997
choco install azure-cli --version=2.60.0 -y --no-progress
choco install vscode -y --no-progress

#region Ensure Terraform is up-to-date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Update-SessionEnvironment
# Configure Software
choco install terraform -y --no-progress
choco install git -y --no-progress
choco install azure-cli -y --no-progress
# Temporary, due to this bug: https://github.com/Azure/azure-cli/issues/28997
choco install azure-cli --version=2.60.0 -y --no-progress
choco install vscode -y --no-progress

#region Ensure Terraform is up-to-date
Expand Down
3 changes: 2 additions & 1 deletion Lessons/Helpers/Set-Workstation2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Update-SessionEnvironment
# Configure Software
choco install terraform -y --no-progress
choco install git -y --no-progress
choco install azure-cli -y --no-progress
# Temporary, due to this bug: https://github.com/Azure/azure-cli/issues/28997
choco install azure-cli --version=2.60.0 -y --no-progress
choco install vscode -y --no-progress

# Clean-up Microsoft Edge
Expand Down

0 comments on commit 3e8a5d0

Please sign in to comment.