aboutsummaryrefslogtreecommitdiff
path: root/test/azure-cli/scenarios.json
blob: cc1fd7512e683da55e493cae9c48479ce9882b43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "install_extensions": {
    "image": "mcr.microsoft.com/devcontainers/base:jammy",
    "user": "vscode",
    "features": {
      "azure-cli": {
        "version": "latest",
        "extensions": "aks-preview,amg,containerapp"
      }
    }
  },
  "install_bicep": {
    "image": "mcr.microsoft.com/devcontainers/base:jammy",
    "user": "vscode",
    "features": {
      "azure-cli": {
        "version": "latest",
        "installBicep": true
      }
    }
  }
}