Issue
Currently, my az CLI version is 2.27.2
I would like to experiment with some extensions, to do this I require upgrading my version to 2.3.1(for Linux).
I already searched in the Microsoft docs but I seem unable to find the information that I need. Therefore I feel I require some help on upgrading the Azure CLI:
- List of available versions – https://docs.microsoft.com/en-us/cli/azure/azure-cli-extensions-list
- Insight on how to configure other versions – https://github.com/Azure/azure-cli#developer-setup
Solution
As az cli version 2.3.1 is not released yet, you should be abled to use the extensions with your current version ( 2.27.2) as well.
For example, I am able to use account extension version 0.2.1 for which Required Minimum CLI Version 2.3.1 with my az cli 2.27.2 version
Answered By – RamaraoAdapa-MT
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0