From c5e55b12530014c6ba683b98637bb61d8ef5d5ca Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 1 Feb 2023 06:51:46 +0000 Subject: [PATCH 1/4] [AutoSync] 614e44ec51 Support copyComputeScale And pipelineExternalComputeScale In IntegrationRuntime --- .../entityTypes/IntegrationRuntime.json | 42 ++++++++++++++++++- 1 file changed, 41 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 88fe64434559..4e05c323e5e5 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 @@ -126,7 +126,15 @@ "vNetProperties": { "description": "VNet properties for managed integration runtime.", "$ref": "#/definitions/IntegrationRuntimeVNetProperties" - } + }, + "copyComputeScaleProperties": { + "description": "CopyComputeScale properties for managed integration runtime.", + "$ref": "#/definitions/CopyComputeScaleProperties" + }, + "pipelineExternalComputeScaleProperties": { + "description": "PipelineExternalComputeScale properties for managed integration runtime.", + "$ref": "#/definitions/pipelineExternalComputeScaleProperties" + }, }, "additionalProperties": { "type": "object" @@ -167,6 +175,38 @@ "type": "object" } }, + "CopyComputeScaleProperties":{ + "description": "CopyComputeScale properties for managed integration runtime.", + "type": "object", + "properties": { + "dataIntegrationUnit": { + "description": "DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.", + "type": "integer" + }, + "timeToLive": { + "description": "Time to live (in minutes) setting of integration runtime which will execute copy activity.", + "type": "integer", + "minimum": 5 + } + }, + "additionalProperties": { + "type": "object" + } + }, + "PipelineExternalComputeScaleProperties":{ + "description": "PipelineExternalComputeScale properties for managed integration runtime.", + "type": "object", + "properties": { + "timeToLive": { + "description": "Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.", + "type": "integer", + "minimum": 5 + } + }, + "additionalProperties": { + "type": "object" + } + }, "IntegrationRuntimeVNetProperties": { "description": "VNet properties for managed integration runtime.", "type": "object", From b569146bad7cbd4dc33167878d9d2609e15df249 Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 1 Feb 2023 07:10:08 +0000 Subject: [PATCH 2/4] [AutoSync] 6dbc09a603 format --- .../stable/2018-06-01/entityTypes/IntegrationRuntime.json | 8 ++++---- 1 file changed, 4 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 4e05c323e5e5..f3406ddf1065 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 @@ -133,8 +133,8 @@ }, "pipelineExternalComputeScaleProperties": { "description": "PipelineExternalComputeScale properties for managed integration runtime.", - "$ref": "#/definitions/pipelineExternalComputeScaleProperties" - }, + "$ref": "#/definitions/PipelineExternalComputeScaleProperties" + } }, "additionalProperties": { "type": "object" @@ -175,7 +175,7 @@ "type": "object" } }, - "CopyComputeScaleProperties":{ + "CopyComputeScaleProperties": { "description": "CopyComputeScale properties for managed integration runtime.", "type": "object", "properties": { @@ -193,7 +193,7 @@ "type": "object" } }, - "PipelineExternalComputeScaleProperties":{ + "PipelineExternalComputeScaleProperties": { "description": "PipelineExternalComputeScale properties for managed integration runtime.", "type": "object", "properties": { From e61ac287b2ca8d21f60338fa5420716a314989b7 Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 1 Feb 2023 07:15:35 +0000 Subject: [PATCH 3/4] [AutoSync] ef0b99dd43 fix --- .../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 f3406ddf1065..6d17891c9b29 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 @@ -181,7 +181,8 @@ "properties": { "dataIntegrationUnit": { "description": "DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.", - "type": "integer" + "type": "integer", + "minimum": 4 }, "timeToLive": { "description": "Time to live (in minutes) setting of integration runtime which will execute copy activity.", From c2e7ff7fc6afd17890e3911d885d33c61693ba6d Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Thu, 2 Feb 2023 00:42:19 +0000 Subject: [PATCH 4/4] [AutoSync] 906adda006 fix --- .../stable/2018-06-01/entityTypes/IntegrationRuntime.json | 3 +++ 1 file changed, 3 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 6d17891c9b29..842d396958ec 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 @@ -182,11 +182,13 @@ "dataIntegrationUnit": { "description": "DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.", "type": "integer", + "format": "int32", "minimum": 4 }, "timeToLive": { "description": "Time to live (in minutes) setting of integration runtime which will execute copy activity.", "type": "integer", + "format": "int32", "minimum": 5 } }, @@ -201,6 +203,7 @@ "timeToLive": { "description": "Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.", "type": "integer", + "format": "int32", "minimum": 5 } },