From 5b88907f83650592eba8dcfb5f41fe4a350416b2 Mon Sep 17 00:00:00 2001 From: Jingshu Pan Date: Fri, 4 Aug 2023 09:59:43 +0800 Subject: [PATCH] fix --- .../stable/2018-06-01/entityTypes/IntegrationRuntime.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 c79aa9d5b6d3..0e5dc7dc7cf6 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 @@ -228,13 +228,15 @@ "description": "Number of the pipeline nodes, which should be greater than 0 and less than 11.", "type": "integer", "format": "int32", - "minimum": 1 + "minimum": 1, + "maximum": 10 }, "numberOfExternalNodes": { "description": "Number of the the external nodes, which should be greater than 0 and less than 11.", "type": "integer", "format": "int32", - "minimum": 1 + "minimum": 1, + "maximum": 10 } }, "additionalProperties": {