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.
2 parents 6717640 + 3933f61 commit e6d141aCopy full SHA for e6d141a
articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md
@@ -35,6 +35,7 @@ The following example illustrates how to pass database arguments and run `execut
35
displayName: Azure CLI
36
inputs:
37
azureSubscription: <Name of the Azure Resource Manager service connection>
38
+ scriptType: 'pscore'
39
scriptLocation: inlineScript
40
arguments:
41
-SERVERNAME mydemoserver `
@@ -57,6 +58,7 @@ The following example illustrates how to run an inline SQL script using `execute
57
58
59
60
61
62
63
64
0 commit comments