From 649b4001b50df8411c586e42e15ba9a5456019fa Mon Sep 17 00:00:00 2001 From: Niklas Date: Sat, 1 Oct 2022 03:33:00 +0200 Subject: [PATCH] az-upgrade: add page (#8555) --- pages/common/az-upgrade.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/az-upgrade.md diff --git a/pages/common/az-upgrade.md b/pages/common/az-upgrade.md new file mode 100644 index 0000000000..02be2ca9c7 --- /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`