We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca9e0e commit 3933f61Copy full SHA for 3933f61
articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md
@@ -33,6 +33,7 @@ The following example illustrates how to pass database arguments and run `execut
33
displayName: Azure CLI
34
inputs:
35
azureSubscription: <Name of the Azure Resource Manager service connection>
36
+ scriptType: 'pscore'
37
scriptLocation: inlineScript
38
arguments:
39
-SERVERNAME mydemoserver `
@@ -55,6 +56,7 @@ The following example illustrates how to run an inline SQL script using `execute
55
56
57
58
59
60
61
62
0 commit comments