aboutsummaryrefslogtreecommitdiff
path: root/test/powershell/scenarios.json
blob: 8ced9649815a580a634fb08a2c6388eb167cc583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "install_modules": {
    "image": "mcr.microsoft.com/devcontainers/base:jammy",
    "features": {
      "powershell": {
        "modules": "az.resources, az.storage"
      }
    }
  }
}