Skip to content

Commit 9caf1ac

Browse files
committed
add
1 parent 5b88907 commit 9caf1ac

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/integrationRuntime.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,14 @@
14711471
"vNetProperties": {
14721472
"description": "VNet properties for managed integration runtime.",
14731473
"$ref": "#/definitions/IntegrationRuntimeVNetProperties"
1474+
},
1475+
"copyComputeScaleProperties": {
1476+
"description": "CopyComputeScale properties for managed integration runtime.",
1477+
"$ref": "#/definitions/CopyComputeScaleProperties"
1478+
},
1479+
"pipelineExternalComputeScaleProperties": {
1480+
"description": "PipelineExternalComputeScale properties for managed integration runtime.",
1481+
"$ref": "#/definitions/PipelineExternalComputeScaleProperties"
14741482
}
14751483
},
14761484
"additionalProperties": {
@@ -1539,6 +1547,56 @@
15391547
"type": "object"
15401548
}
15411549
},
1550+
"CopyComputeScaleProperties": {
1551+
"description": "CopyComputeScale properties for managed integration runtime.",
1552+
"type": "object",
1553+
"properties": {
1554+
"dataIntegrationUnit": {
1555+
"description": "DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.",
1556+
"type": "integer",
1557+
"format": "int32",
1558+
"minimum": 4
1559+
},
1560+
"timeToLive": {
1561+
"description": "Time to live (in minutes) setting of integration runtime which will execute copy activity.",
1562+
"type": "integer",
1563+
"format": "int32",
1564+
"minimum": 5
1565+
}
1566+
},
1567+
"additionalProperties": {
1568+
"type": "object"
1569+
}
1570+
},
1571+
"PipelineExternalComputeScaleProperties": {
1572+
"description": "PipelineExternalComputeScale properties for managed integration runtime.",
1573+
"type": "object",
1574+
"properties": {
1575+
"timeToLive": {
1576+
"description": "Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.",
1577+
"type": "integer",
1578+
"format": "int32",
1579+
"minimum": 5
1580+
},
1581+
"numberOfPipelineNodes": {
1582+
"description": "Number of the pipeline nodes, which should be greater than 0 and less than 11.",
1583+
"type": "integer",
1584+
"format": "int32",
1585+
"minimum": 1,
1586+
"maximum": 10
1587+
},
1588+
"numberOfExternalNodes": {
1589+
"description": "Number of the the external nodes, which should be greater than 0 and less than 11.",
1590+
"type": "integer",
1591+
"format": "int32",
1592+
"minimum": 1,
1593+
"maximum": 10
1594+
}
1595+
},
1596+
"additionalProperties": {
1597+
"type": "object"
1598+
}
1599+
},
15421600
"IntegrationRuntimeSsisProperties": {
15431601
"description": "SSIS properties for managed integration runtime.",
15441602
"type": "object",
@@ -1879,6 +1937,10 @@
18791937
"linkedInfo": {
18801938
"$ref": "#/definitions/LinkedIntegrationRuntimeType",
18811939
"description": "Linked integration runtime type from data factory"
1940+
},
1941+
"selfContainedInteractiveAuthoringEnabled": {
1942+
"type": "boolean",
1943+
"description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay."
18821944
}
18831945
}
18841946
},
@@ -2287,6 +2349,11 @@
22872349
"type": "string",
22882350
"format": "date-time",
22892351
"readOnly": true
2352+
},
2353+
"selfContainedInteractiveAuthoringEnabled": {
2354+
"type": "boolean",
2355+
"readOnly": true,
2356+
"description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay."
22902357
}
22912358
}
22922359
},

0 commit comments

Comments
 (0)