From a2f1e386c917d3fe606fe05941f2a00bb7a6d476 Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 15 Mar 2023 04:45:25 +0000 Subject: [PATCH 1/3] [AutoSync] ecc97ae10f new process private swagger update --- .../entityTypes/IntegrationRuntime.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) 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 842d396958ec..d685bf83d966 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 @@ -169,12 +169,28 @@ "cleanup": { "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.", "type": "boolean" + }, + "customProperties": { + "description": "Custom properties are used to tune the data flow runtime performance.", + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "description": "Name of custom property.", + "type": "string" + }, + "value": { + "description": "Value of custom property.", + "type": "string" + } + } + } + }, + "additionalProperties": { + "type": "object" } }, - "additionalProperties": { - "type": "object" - } - }, "CopyComputeScaleProperties": { "description": "CopyComputeScale properties for managed integration runtime.", "type": "object", From 08e4295aff4197ee66ec7fb4e5bd9ebf065a4af1 Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 15 Mar 2023 06:59:56 +0000 Subject: [PATCH 2/3] [AutoSync] 45ff9fdbbb moving additionalProps out of props --- .../stable/2018-06-01/entityTypes/IntegrationRuntime.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 d685bf83d966..a25309bcd132 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 @@ -186,11 +186,12 @@ } } } - }, - "additionalProperties": { - "type": "object" } }, + "additionalProperties": { + "type": "object" + } + }, "CopyComputeScaleProperties": { "description": "CopyComputeScale properties for managed integration runtime.", "type": "object", From bf682f0c8773dee06d3b62557ecb23ed3c357443 Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 15 Mar 2023 16:52:03 +0000 Subject: [PATCH 3/3] [AutoSync] 0287001cba adding identifier --- .../stable/2018-06-01/entityTypes/IntegrationRuntime.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a25309bcd132..d2a8abd65d7d 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 @@ -185,7 +185,8 @@ "type": "string" } } - } + }, + "x-ms-identifiers": [] } }, "additionalProperties": {