-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update method for upgrading Azure CLI (#128)
- Loading branch information
1 parent
8b237e9
commit be799aa
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
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
be799aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SenthuranSivananthan, I took a look at the bash script at aka.ms/InstallAzureCLIDeb, and it looks like the invocation should read as follows, otherwise it will issue an interactive prompt with no user present:
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash -y
Note the "-y" parameter included to prevent confirmation prompt. If the code change works as implemented feel free to ignore this comment.