Skip to content

Commit

Permalink
bug/58963 - Gen 4 SQL Azure Retired. Switch to Gen 5 for PR validation (
Browse files Browse the repository at this point in the history
#2501)

* switch to gen 5

* S1 not supported

* correction to name
  • Loading branch information
GuyHarwood authored May 2, 2023
1 parent 49bcb2a commit 0034c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build-defs/validate-pr-db-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
scriptLocation: inlineScript
inlineScript: |
echo "attempting to create database $(Build.BuildNumber) on server $(TargetDbServer)..."
az sql db create --name $(Build.BuildNumber) --resource-group $(TargetDbResourceGroup) --server $(TargetDbServer) --service-objective GP_Gen4_1
az sql db create --name $(Build.BuildNumber) --resource-group $(TargetDbResourceGroup) --server $(TargetDbServer) --service-objective GP_S_Gen5_1
- bash: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
Expand Down

0 comments on commit 0034c3b

Please sign in to comment.