We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feaca5 commit 60f4a90Copy full SHA for 60f4a90
.devcontainer/devcontainer.json
@@ -35,7 +35,8 @@
35
// Forward ports if needed for local development
36
],
37
"containerEnv": {
38
- "ARM_PARTNER_ID": "acce1e78-90a1-4306-89d1-a03ed6284007"
+ "ARM_PARTNER_ID": "acce1e78-90a1-4306-89d1-a03ed6284007",
39
+ "POWER_PLATFORM_USE_CLI": "true"
40
},
41
"postCreateCommand": "pip install --upgrade pip && pip install checkov",
42
"remoteUser": "vscode",
0 commit comments