LinuxCommandLibrary

az-version

Shows the current version of Azure CLI modules and extensions.

TLDR

Show the current version of Azure CLI modules and extensions in JSON format

$ az version
copy


Show the current version of Azure CLI modules and extensions in a given format
$ az version --output [json|table|tsv]
copy

Copied to clipboard