Skip to content

Commit 16644a0

Browse files
authored
Add dataflows in default parameterization template
1 parent 9737cc7 commit 16644a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/data-factory/continuous-integration-deployment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ Following is the current default parameterization template. If you need to add o
440440
{
441441
"Microsoft.DataFactory/factories/pipelines": {
442442
},
443+
"Microsoft.DataFactory/factories/dataflows": {
444+
},
443445
"Microsoft.DataFactory/factories/integrationRuntimes":{
444446
"properties": {
445447
"typeProperties": {
@@ -548,6 +550,8 @@ The following example shows how to add a single value to the default parameteriz
548550
{
549551
"Microsoft.DataFactory/factories/pipelines": {
550552
},
553+
"Microsoft.DataFactory/factories/dataflows": {
554+
},
551555
"Microsoft.DataFactory/factories/integrationRuntimes":{
552556
"properties": {
553557
"typeProperties": {
@@ -617,6 +621,7 @@ The following example shows how to add a single value to the default parameteriz
617621
"database": "=",
618622
"serviceEndpoint": "=",
619623
"batchUri": "=",
624+
"poolName": "=",
620625
"databaseName": "=",
621626
"systemNumber": "=",
622627
"server": "=",

0 commit comments

Comments
 (0)