Merged
Conversation
| ARG Aws_Iam_Authenticator_Version=0.5.3 | ||
| ARG Aws_Powershell_Version=4.1.2 | ||
| ARG Azure_Cli_Version=2.44.1-1~bionic | ||
| ARG Azure_Cli_Version=2.51.0-1~jammy |
Contributor
There was a problem hiding this comment.
Can we bump the Windows version to 2.51 as well?
IsaacCalligeros95
approved these changes
Aug 16, 2023
Contributor
IsaacCalligeros95
left a comment
There was a problem hiding this comment.
LGTM, there's also the ReadMe versions to bump but I don't think they are really referred to so 🤷♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For a long time the azure-cli was incredibly bloated. As of earlier this year, and version
2.48.0, significant size optimization had been introduced. This compared to previous bloated versions has a reduction of > 0.5G.This PR installs azure-cli from the proper
jammychannel (which wasn't available before) and bumps it all the way to the latest, i.e.2.51.0, with the understanding that should anything go wrong, users still have the previous versions to choose from which will buy us time to release a fix.