aboutsummaryrefslogtreecommitdiff
path: root/src/azure-cli/devcontainer-feature.json
blob: db4eadb78da1382fe26f59a69ce3178532a57073 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": "azure-cli",
  "version": "1.0.0",
  "name": "Azure CLI",
  "description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
  "options": {
    "version": {
      "type": "string",
      "proposals": [
        "latest"
      ],
      "default": "latest",
      "description": "Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.)"
    }
  },
  "extensions": [
    "ms-vscode.azurecli"
  ]
}