features/src/azure-cli
Josh Spicer 0cafeee862
favor correctness by removing apt update ... short-circuiting (#98)
* favor correctness by removing apt update shortciruiting

* Update install.sh

* apt_get_upadate in node

* update test
2022-08-23 09:17:08 -04:00
..
devcontainer-feature.json Move extensions and settings under customizations.vscode (#97) 2022-08-17 19:48:38 +00:00
install.sh favor correctness by removing apt update ... short-circuiting (#98) 2022-08-23 09:17:08 -04:00
README.md Automated documentation update (#106) 2022-08-18 12:31:22 -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. Add additional notes to a NOTES.md.