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.
2 parents adc7b63 + 04406f6 commit b7e465eCopy full SHA for b7e465e
.devcontainer/devcontainer.json
@@ -3,7 +3,8 @@
3
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
4
"forwardPorts": [50505],
5
"features": {
6
- "ghcr.io/azure/azure-dev/azd:latest": {}
+ "ghcr.io/azure/azure-dev/azd:latest": {},
7
+ "ghcr.io/devcontainers/features/azure-cli:1": {}
8
},
9
"customizations": {
10
"vscode": {
.devcontainer/setup_env.sh
@@ -5,4 +5,5 @@ git pull
# provide execute permission to quotacheck script
sudo chmod +x ./infra/scripts/checkquota_km.sh
-sudo chmod +x ./infra/scripts/quota_check_params.sh
+sudo chmod +x ./infra/scripts/quota_check_params.sh
+sudo chmod +x ./infra/scripts/run_process_data_scripts.sh
0 commit comments