Skip to content

Commit

Permalink
az-version: add page (#8546)
Browse files Browse the repository at this point in the history
  • Loading branch information
derNiklaas authored Sep 30, 2022
1 parent f4f77b9 commit d654d44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/common/az-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# az version

> Shows the current version of Azure CLI modules 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-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 --output {{json|table|tsv}}`

0 comments on commit d654d44

Please sign in to comment.