Skip to content

Commit 3933f61

Browse files
Update azure-pipelines-deploy-database-task.md
1 parent 6ca9e0e commit 3933f61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following example illustrates how to pass database arguments and run `execut
3333
displayName: Azure CLI
3434
inputs:
3535
azureSubscription: <Name of the Azure Resource Manager service connection>
36+
scriptType: 'pscore'
3637
scriptLocation: inlineScript
3738
arguments:
3839
-SERVERNAME mydemoserver `
@@ -55,6 +56,7 @@ The following example illustrates how to run an inline SQL script using `execute
5556
displayName: Azure CLI
5657
inputs:
5758
azureSubscription: <Name of the Azure Resource Manager service connection>
59+
scriptType: 'pscore'
5860
scriptLocation: inlineScript
5961
arguments:
6062
-SERVERNAME mydemoserver `

0 commit comments

Comments
 (0)