Skip to content

Commit 63ec6d9

Browse files
[Hub Generated] Publish private branch 'datafactory/anjshar/adfNewSwaggerUpdateForIR' (#23122)
* [AutoSync] ecc97ae10f new process private swagger update * [AutoSync] 45ff9fdbbb moving additionalProps out of props * [AutoSync] 0287001cba adding identifier --------- Co-authored-by: swagger-automation <[email protected]>
1 parent 9565a97 commit 63ec6d9

File tree

1 file changed

+18
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+18
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,24 @@
169169
"cleanup": {
170170
"description": "Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.",
171171
"type": "boolean"
172+
},
173+
"customProperties": {
174+
"description": "Custom properties are used to tune the data flow runtime performance.",
175+
"type": "array",
176+
"items": {
177+
"type": "object",
178+
"properties": {
179+
"name": {
180+
"description": "Name of custom property.",
181+
"type": "string"
182+
},
183+
"value": {
184+
"description": "Value of custom property.",
185+
"type": "string"
186+
}
187+
}
188+
},
189+
"x-ms-identifiers": []
172190
}
173191
},
174192
"additionalProperties": {

0 commit comments

Comments
 (0)