We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2e8d8 commit c17dfe8Copy full SHA for c17dfe8
1 file changed
azure.yaml
@@ -27,7 +27,7 @@ hooks:
27
shell: sh
28
run: >
29
chmod u+r+x ./scripts/validate_model_deployment_quota.sh; chmod u+r+x ./scripts/validate_model_quota.sh; ./scripts/validate_model_deployment_quota.sh --SubscriptionId "$AZURE_SUBSCRIPTION_ID" --Location "${AZURE_AISERVICE_LOCATION:-japaneast}" --ModelsParameter "aiModelDeployments"
30
- interactive: false
+ interactive: true
31
continueOnError: false
32
33
windows:
0 commit comments