aboutsummaryrefslogtreecommitdiff
path: root/collection/azure-cli/feature.json
blob: 6ae37697944d57654cf45ad1d338d7df9e7b92c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "azure-cli",
  "name": "Azure CLI",
  "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"],
  "install": {
    "app": "",
    "file": "install.sh"
  }
}