Skip to content

Commit 2612e9d

Browse files
anjaliOraAzureRestAPISpecReview
authored andcommitted
[Hub Generated] Publish private branch 'datafactory/anjshar/adfNewSwaggerUpdateForIR' (Azure#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 0c32c2f commit 2612e9d

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)