File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 preup :
88 windows :
99 shell : pwsh
10- run : ./scripts/SetConnectionsEnvironmentVariables.ps1
10+ run : |
11+ Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
12+ ./scripts/SetConnectionsEnvironmentVariables.ps1
1113 interactive : true
1214 continueOnError : false
1315 preprovision :
1820 continueOnError : false
1921 windows :
2022 shell : pwsh
21- run : ./scripts/validate_model_deployment_quotas.ps1 -Subscription $env:AZURE_SUBSCRIPTION_ID -Location $env:AZURE_LOCATION -ModelsParameter "aiModelDeployments"
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"
2226 interactive : false
2327 continueOnError : false
You can’t perform that action at this time.
0 commit comments