Skip to content

Commit 6dbef8a

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent cfe6001 commit 6dbef8a

File tree

3 files changed

+8822
-0
lines changed

3 files changed

+8822
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17485,6 +17485,20 @@
1748517485
],
1748617486
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272."
1748717487
},
17488+
"customProperties": {
17489+
"oneOf": [
17490+
{
17491+
"type": "array",
17492+
"items": {
17493+
"$ref": "#/definitions/IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem"
17494+
}
17495+
},
17496+
{
17497+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17498+
}
17499+
],
17500+
"description": "Custom properties are used to tune the data flow runtime performance."
17501+
},
1748817502
"timeToLive": {
1748917503
"oneOf": [
1749017504
{
@@ -17500,6 +17514,19 @@
1750017514
},
1750117515
"description": "Data flow properties for managed integration runtime."
1750217516
},
17517+
"IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem": {
17518+
"type": "object",
17519+
"properties": {
17520+
"name": {
17521+
"type": "string",
17522+
"description": "Name of custom property."
17523+
},
17524+
"value": {
17525+
"type": "string",
17526+
"description": "Value of custom property."
17527+
}
17528+
}
17529+
},
1750317530
"IntegrationRuntimeDataProxyProperties": {
1750417531
"type": "object",
1750517532
"properties": {

0 commit comments

Comments
 (0)