Skip to content

Commit 01af097

Browse files
author
Seth
committed
Quota - script permission update, dev container dependeny update
1 parent f731968 commit 01af097

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"image": "mcr.microsoft.com/devcontainers/python:3.10-bullseye",
55
"features": {
66
// See https://containers.dev/features for list of features
7-
"ghcr.io/devcontainers/features/docker-in-docker:2": {
8-
},
9-
"ghcr.io/azure/azure-dev/azd:latest": {}
7+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
8+
"ghcr.io/azure/azure-dev/azd:latest": {},
9+
"ghcr.io/devcontainers/features/azure-cli:1": {}
1010
}
1111
}

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hooks:
1313
preprovision:
1414
posix:
1515
shell: sh
16-
run: ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
16+
run: chmod u+r+x ./scripts/validate_model_deployment_quotas.sh; chmod u+r+x ./scripts/validate_model_quota.sh; ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
1717
interactive: false
1818
continueOnError: false
1919
windows:

0 commit comments

Comments
 (0)