Last active
May 13, 2022 23:07
-
-
Save techthoughts2/28773189db70daefc716818f3a77e6af to your computer and use it in GitHub Desktop.
These few lines will quickly update your local development environment to the latest Azure components.
This file contains 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
winget upgrade Microsoft.AzureStorageExplorer --silent --accept-package-agreements --accept-source-agreements | |
winget upgrade Microsoft.AzureCLI --silent --accept-package-agreements --accept-source-agreements | |
winget upgrade Microsoft.Bicep --silent --accept-package-agreements --accept-source-agreements | |
az bicep upgrade | |
Update-Module Az |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment