diff --git a/pages/common/az-upgrade.md b/pages/common/az-upgrade.md new file mode 100644 index 00000000000000..02be2ca9c73eaf --- /dev/null +++ b/pages/common/az-upgrade.md @@ -0,0 +1,17 @@ +# az upgrade + +> Upgrade Azure CLI and Extensions. +> Part of `az`, the command-line client for Microsoft Azure. +> More information: . + +- 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`