Skip to content

Commit 131832a

Browse files
Merge pull request #252 from microsoft/quota-auto-validation-ab
fix: Add execute permissions for validation scripts in preprovision hook
2 parents 62d3a37 + d13826a commit 131832a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hooks:
77
posix:
88
shell: sh
99
run: >
10-
./infra/scripts/validate_model_deployment_quota.sh --subscription "$AZURE_SUBSCRIPTION_ID" --location "${AZURE_ENV_OPENAI_LOCATION:-swedencentral}" --models-parameter "aiModelDeployments"
10+
chmod u+r+x ./infra/scripts/validate_model_deployment_quota.sh; chmod u+r+x ./infra/scripts/validate_model_quota.sh; ./infra/scripts/validate_model_deployment_quota.sh --subscription "$AZURE_SUBSCRIPTION_ID" --location "${AZURE_ENV_OPENAI_LOCATION:-swedencentral}" --models-parameter "aiModelDeployments"
1111
interactive: false
1212
continueOnError: false
1313

0 commit comments

Comments
 (0)