Skip to content

Commit e6d141a

Browse files
authored
Merge pull request #120252 from MehdiElMellali/patch-1
Add 'scriptType: pscore' to Azure CLI documentation
2 parents 6717640 + 3933f61 commit e6d141a

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
@@ -35,6 +35,7 @@ The following example illustrates how to pass database arguments and run `execut
3535
displayName: Azure CLI
3636
inputs:
3737
azureSubscription: <Name of the Azure Resource Manager service connection>
38+
scriptType: 'pscore'
3839
scriptLocation: inlineScript
3940
arguments:
4041
-SERVERNAME mydemoserver `
@@ -57,6 +58,7 @@ The following example illustrates how to run an inline SQL script using `execute
5758
displayName: Azure CLI
5859
inputs:
5960
azureSubscription: <Name of the Azure Resource Manager service connection>
61+
scriptType: 'pscore'
6062
scriptLocation: inlineScript
6163
arguments:
6264
-SERVERNAME mydemoserver `

0 commit comments

Comments
 (0)