Created
March 13, 2018 04:02
-
-
Save yorek/308df218dbe9d422faffb581d1a5d902 to your computer and use it in GitHub Desktop.
Powershell Script to download and update AZ CLI 2.0
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
Invoke-WebRequest https://aka.ms/installazurecliwindows -OutFile AzCliLatest.msi | |
.\AzCliLatest.msi /passive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment