From 0b9c5b0c040b2b600096026f3871f6e4295fdb6c Mon Sep 17 00:00:00 2001 From: jikma Date: Wed, 3 Nov 2021 12:41:41 -0700 Subject: [PATCH] remove unnecessary additional properties --- .../stable/2018-06-01/entityTypes/DataFlow.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json index f7b280011422..b8b9703a4964 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json @@ -81,9 +81,6 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/FlowletTypeProperties" } - }, - "additionalProperties": { - "type": "object" } }, "MappingDataFlowTypeProperties": { @@ -196,9 +193,6 @@ "items": { "type": "string" } - }, - "additionalProperties": { - "type": "object" } } },