We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e805498 commit bae8df9Copy full SHA for bae8df9
1 file changed
azure.yaml
@@ -13,9 +13,7 @@ hooks:
13
preprovision:
14
posix:
15
shell: sh
16
- 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"
+ run: ./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