Skip to content

Commit 84e159d

Browse files
committed
Update JSON
1 parent a72fbe4 commit 84e159d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 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
},

0 commit comments

Comments
 (0)