Skip to content

Commit ecccbfb

Browse files
author
Shreyas-Microsoft
committed
remove preprovision step
1 parent 03269f5 commit ecccbfb

5 files changed

Lines changed: 0 additions & 382 deletions

File tree

azure.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,3 @@ deployment:
2121
AzureAiServiceLocation: ${{ parameters.AzureAiServiceLocation }}
2222
Prefix: ${{ parameters.Prefix }}
2323
baseUrl: ${{ parameters.baseUrl }}
24-
hooks:
25-
preprovision:
26-
posix:
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: true
31-
continueOnError: false
32-
33-
windows:
34-
shell: pwsh
35-
run: >
36-
$location = if ($env:AZURE_AISERVICE_LOCATION) { $env:AZURE_AISERVICE_LOCATION } else { "japaneast" };
37-
./scripts/validate_model_deployment_quota.ps1 -SubscriptionId $env:AZURE_SUBSCRIPTION_ID -Location $location -ModelsParameter "aiModelDeployments"
38-
interactive: true
39-
continueOnError: false

scripts/validate_model_deployment_quota.ps1

Lines changed: 0 additions & 72 deletions
This file was deleted.

scripts/validate_model_deployment_quota.sh

Lines changed: 0 additions & 87 deletions
This file was deleted.

scripts/validate_model_quota.ps1

Lines changed: 0 additions & 108 deletions
This file was deleted.

scripts/validate_model_quota.sh

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)