We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eaa714 commit e805498Copy full SHA for e805498
1 file changed
azure.yaml
@@ -13,7 +13,9 @@ hooks:
13
preprovision:
14
posix:
15
shell: sh
16
- run: ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
+ run: |
17
+ chmod +x ./scripts/validate_model_deployment_quotas.sh
18
+ ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
19
interactive: false
20
continueOnError: false
21
windows:
0 commit comments