mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
438 B
438 B
az version
Show the current version of Azure CLI modules and extensions. Part of
azure-cli(also known asaz). More information: https://learn.microsoft.com/cli/azure/reference-index#az-version.
- Show the current version of Azure CLI modules and extensions in JSON format:
az version
- Show the current version of Azure CLI modules and extensions in a given format:
az version {{[-o|--output]}} {{json|table|tsv}}