aboutsummaryrefslogtreecommitdiff
path: root/test/powershell/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/powershell/scenarios.json')
-rw-r--r--test/powershell/scenarios.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/powershell/scenarios.json b/test/powershell/scenarios.json
new file mode 100644
index 0000000..8ced964
--- /dev/null
+++ b/test/powershell/scenarios.json
@@ -0,0 +1,10 @@
+{
+ "install_modules": {
+ "image": "mcr.microsoft.com/devcontainers/base:jammy",
+ "features": {
+ "powershell": {
+ "modules": "az.resources, az.storage"
+ }
+ }
+ }
+}