|
1471 | 1471 | "vNetProperties": { |
1472 | 1472 | "description": "VNet properties for managed integration runtime.", |
1473 | 1473 | "$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" |
1474 | 1482 | } |
1475 | 1483 | }, |
1476 | 1484 | "additionalProperties": { |
|
1539 | 1547 | "type": "object" |
1540 | 1548 | } |
1541 | 1549 | }, |
| 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 | + }, |
1542 | 1600 | "IntegrationRuntimeSsisProperties": { |
1543 | 1601 | "description": "SSIS properties for managed integration runtime.", |
1544 | 1602 | "type": "object", |
|
1879 | 1937 | "linkedInfo": { |
1880 | 1938 | "$ref": "#/definitions/LinkedIntegrationRuntimeType", |
1881 | 1939 | "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." |
1882 | 1944 | } |
1883 | 1945 | } |
1884 | 1946 | }, |
|
2287 | 2349 | "type": "string", |
2288 | 2350 | "format": "date-time", |
2289 | 2351 | "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." |
2290 | 2357 | } |
2291 | 2358 | } |
2292 | 2359 | }, |
|
0 commit comments