Skip to content

Commit b7e465e

Browse files
fix: Add Azure CLI to Dev Container and Add Script Permissions
2 parents adc7b63 + 04406f6 commit b7e465e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
44
"forwardPorts": [50505],
55
"features": {
6-
"ghcr.io/azure/azure-dev/azd:latest": {}
6+
"ghcr.io/azure/azure-dev/azd:latest": {},
7+
"ghcr.io/devcontainers/features/azure-cli:1": {}
78
},
89
"customizations": {
910
"vscode": {

.devcontainer/setup_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ git pull
55

66
# provide execute permission to quotacheck script
77
sudo chmod +x ./infra/scripts/checkquota_km.sh
8-
sudo chmod +x ./infra/scripts/quota_check_params.sh
8+
sudo chmod +x ./infra/scripts/quota_check_params.sh
9+
sudo chmod +x ./infra/scripts/run_process_data_scripts.sh

0 commit comments

Comments
 (0)