From 45f34e377937bdf31e04ac834ffc62d497ddbefa Mon Sep 17 00:00:00 2001 From: Jingshu Pan Date: Fri, 4 Aug 2023 09:47:54 +0800 Subject: [PATCH] [DataFactory]Add Some SHIR Features In DataFatory --- .../entityTypes/IntegrationRuntime.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json index d2a8abd65d7d..c79aa9d5b6d3 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json @@ -223,6 +223,18 @@ "type": "integer", "format": "int32", "minimum": 5 + }, + "numberOfPipelineNodes": { + "description": "Number of the pipeline nodes, which should be greater than 0 and less than 11.", + "type": "integer", + "format": "int32", + "minimum": 1 + }, + "numberOfExternalNodes": { + "description": "Number of the the external nodes, which should be greater than 0 and less than 11.", + "type": "integer", + "format": "int32", + "minimum": 1 } }, "additionalProperties": { @@ -632,6 +644,10 @@ "properties": { "linkedInfo": { "$ref": "#/definitions/LinkedIntegrationRuntimeType" + }, + "selfContainedInteractiveAuthoringEnabled": { + "type": "boolean", + "description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay." } } }, @@ -1107,6 +1123,11 @@ "type": "string", "format": "date-time", "readOnly": true + }, + "selfContainedInteractiveAuthoringEnabled": { + "type": "boolean", + "readOnly": true, + "description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay." } } },