diff options
Diffstat (limited to 'test/azure-cli/scenarios.json')
-rw-r--r-- | test/azure-cli/scenarios.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/azure-cli/scenarios.json b/test/azure-cli/scenarios.json new file mode 100644 index 0000000..aa21f72 --- /dev/null +++ b/test/azure-cli/scenarios.json @@ -0,0 +1,12 @@ +{ + "install_extensions": { + "image": "ubuntu:focal", + "user": "vscode", + "features": { + "azure-cli": { + "version": "latest", + "extensions": "aks-preview,amg,containerapp" + } + } + } +}
\ No newline at end of file |