Skip to content

Commit 635fafe

Browse files
install latest bicep via CLI
1 parent 810a4d2 commit 635fafe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"features": {
77
"ghcr.io/dhoeric/features/hadolint:1": {},
88
"ghcr.io/jsburckhardt/devcontainer-features/uv:1": {},
9-
"ghcr.io/devcontainers/features/azure-cli:1": {},
9+
"ghcr.io/devcontainers/features/azure-cli:1": {
10+
"installBicep": true,
11+
"version": "latest",
12+
"bicepVersion": "latest"
13+
},
1014
"ghcr.io/azure/azure-dev/azd:latest": {},
1115
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
1216
},

0 commit comments

Comments
 (0)