Skip to content

Commit f731968

Browse files
committed
REvert previous changes
1 parent a8e1470 commit f731968

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

azure.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ hooks:
77
preup:
88
windows:
99
shell: pwsh
10-
run: |
11-
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
12-
./scripts/SetConnectionsEnvironmentVariables.ps1
10+
run: ./scripts/SetConnectionsEnvironmentVariables.ps1
1311
interactive: true
1412
continueOnError: false
1513
preprovision:
@@ -20,8 +18,6 @@ hooks:
2018
continueOnError: false
2119
windows:
2220
shell: pwsh
23-
run: |
24-
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
25-
./scripts/validate_model_deployment_quotas.ps1 -Subscription $env:AZURE_SUBSCRIPTION_ID -Location $env:AZURE_LOCATION -ModelsParameter "aiModelDeployments"
21+
run: ./scripts/validate_model_deployment_quotas.ps1 -Subscription $env:AZURE_SUBSCRIPTION_ID -Location $env:AZURE_LOCATION -ModelsParameter "aiModelDeployments"
2622
interactive: false
2723
continueOnError: false

0 commit comments

Comments
 (0)