Skip to content

Commit

Permalink
az-upgrade: add page (#8555)
Browse files Browse the repository at this point in the history
  • Loading branch information
derNiklaas authored Oct 1, 2022
1 parent 1f78c72 commit 649b400
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pages/common/az-upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# az upgrade

> Upgrade Azure CLI and Extensions.
> Part of `az`, the command-line client for Microsoft Azure.
> More information: <https://learn.microsoft.com/cli/azure/reference-index?view=azure-cli-latest#az-upgrade>.
- Upgrade Azure CLI:

`az upgrade`

- Upgrade Azure CLI and Extensions:

`az upgrade --all`

- Upgrade Azure CLI and Extensions without prompting for confirmation:

`az version --all --yes`

0 comments on commit 649b400

Please sign in to comment.