Skip to content

Commit 4eaf8aa

Browse files
Merge pull request #212791 from Clare-Zheng82/0928-Update_continuous-integration-delivery-resource-manager-custom-parameters_doc
[Supportability] - Update JSON in Custom parameters in a Resource Manager template doc
2 parents 5dc279d + 4ae87c2 commit 4eaf8aa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: nabhishek
77
ms.author: abnarain
88
ms.reviewer: jburchel
99
ms.topic: conceptual
10-
ms.date: 04/20/2022
10+
ms.date: 09/28/2022
1111
ms.custom: devx-track-azurepowershell
1212
---
1313

@@ -136,9 +136,12 @@ Here's an example of what an Resource Manager parameter configuration might look
136136
}
137137
},
138138
"Microsoft.DataFactory/factories/datasets": {
139-
"properties": {
140-
"typeProperties": {
141-
"*": "="
139+
"*": {
140+
"properties": {
141+
"typeProperties": {
142+
"folderPath": "=",
143+
"fileName": "="
144+
}
142145
}
143146
}
144147
},
@@ -248,8 +251,7 @@ Below is the current default parameterization template. If you need to add only
248251
"parameters": {
249252
"*": "="
250253
}
251-
},
252-
"pipelineReference.referenceName"
254+
}
253255
],
254256
"pipeline": {
255257
"parameters": {
@@ -381,8 +383,7 @@ The following example shows how to add a single value to the default parameteriz
381383
"parameters": {
382384
"*": "="
383385
}
384-
},
385-
"pipelineReference.referenceName"
386+
}
386387
],
387388
"pipeline": {
388389
"parameters": {

0 commit comments

Comments
 (0)