From 7e952bb37ceb291e4f2e0bb302e3ae1aa80fef24 Mon Sep 17 00:00:00 2001 From: "Benjamin Garside (v1)" Date: Mon, 6 Nov 2023 16:08:00 +0000 Subject: [PATCH] fix name --- azure-pipelines.sds.data.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.sds.data.release.yml b/azure-pipelines.sds.data.release.yml index 95b387e77..c7a15f13d 100644 --- a/azure-pipelines.sds.data.release.yml +++ b/azure-pipelines.sds.data.release.yml @@ -82,7 +82,7 @@ stages: parameters: sqlServerResourceGroup: ${{ variables.vhResourceGroup }} sqlServerName: ${{ variables.vhSQLServerName }} - databaseName: ${{ variables.BookingsApiDbName }} + databaseName: ${{ variables.VideoApiDbName }} azureSubscription: ${{ variables.subscriptionName }} sqlScriptLocation: "$(Pipeline.Workspace)/${{ variables.efContextNameRefData }}-$(Build.BuildId)/${{ variables.efContextNameRefData }}.sql" kvfirewallRequired: false