Show all installable versions $ asdf list-all azure-cli # Install specific version $ asdf install azure-cli latest # Set a version globally (in your ~/.tool-versions file) $ asdf global azure-cli ...
Windows installations of the Azure Developer CLI now use MSI. The PowerShell script downloads the specified MSI file and installs it using msiexec.exe. See MSI configuration for advanced install ...