472 Views
The Azure CLI can be updated from the command-line in Windows. The command az upgrade is used for this, and it has a few options which are useful. Like all Azure CLI ( az) commands, there is help that can be revealed when running the command with the -h az upgrade -h The two arguments that are shown with the help include: --all : Enable updating extensions as well.
0 comments