Search code examples
linuxazureazure-cliazure-cli2

How to install azure-cli specific version(To test experimental feature)


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:


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

    enter image description here