azure/install-cli 1.0.4

Install the Azure CLI

Parameters

Parameter
Required
Default
Description
version
latest
Version of the CLI to install

README.md

To install the latest version of the Azure CLI:

tasks:
  - key: azure-cli
    call: azure/install-cli 1.0.4

To install a specific version of the Azure CLI:

tasks:
  - key: azure-cli
    call: azure/install-cli 1.0.4
    with:
      version: "2.65.0"

For the list of available versions, see the Azure CLI release notes:

https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli