Skip to content

Commit a7b11df

Browse files
authored
Merge pull request #207664 from ssabat/master
Added global parameters spec in defualt template
2 parents 7f0e5ef + 1258910 commit a7b11df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/data-factory/continuous-integration-delivery-resource-manager-custom-parameters.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@ Below is the current default parameterization template. If you need to add only
197197
},
198198
"location": "="
199199
},
200+
"Microsoft.DataFactory/factories/globalparameters": {
201+
"properties": {
202+
"*": {
203+
"value": "="
204+
}
205+
}
206+
},
200207
"Microsoft.DataFactory/factories/pipelines": {
201208
},
202209
"Microsoft.DataFactory/factories/dataflows": {

0 commit comments

Comments
 (0)