features/src/azure-cli
Samruddhi Khandale a630e92c46
Move extensions and settings under customizations.vscode (#97)
* move extensions and settings under customizations

* nit

* bump versions
2022-08-17 19:48:38 +00:00
..
devcontainer-feature.json Move extensions and settings under customizations.vscode (#97) 2022-08-17 19:48:38 +00:00
install.sh sync with https://github.com/microsoft/vscode-dev-containers/pull/1559 2022-08-01 16:50:25 +00:00
README.md Automated documentation update (#85) 2022-08-09 16:08:06 -04:00

Azure CLI (azure-cli)

Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.

Example Usage

"features": {
        "ghcr.io/devcontainers/features/azure-cli:1": {
            "version": "latest"
        }
}

Options

Options Id Description Type Default Value
version Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.) string latest

Note: This file was auto-generated from the devcontainer-feature.json.