From 98ff83730c963c7fbe4ad0643942257446314661 Mon Sep 17 00:00:00 2001 From: Jack Ma Date: Thu, 4 Nov 2021 09:45:16 -0700 Subject: [PATCH] [Synapse] [Bug Fix] Remove unnecessary additional properties for data flow flowlet. (#16650) * Remove additional properties * move to remove --- .../preview/2019-06-01-preview/entityTypes/DataFlow.json | 6 ------ .../preview/2021-06-01-preview/entityTypes/DataFlow.json | 6 ------ .../stable/2020-12-01/entityTypes/DataFlow.json | 6 ------ 3 files changed, 18 deletions(-) diff --git a/specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/entityTypes/DataFlow.json b/specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/entityTypes/DataFlow.json index 702038fb638f..1b629dcb637d 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/entityTypes/DataFlow.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/entityTypes/DataFlow.json @@ -73,9 +73,6 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/FlowletTypeProperties" } - }, - "additionalProperties": { - "type": "object" } }, "MappingDataFlowTypeProperties": { @@ -226,9 +223,6 @@ "items": { "type": "string" } - }, - "additionalProperties": { - "type": "object" } } } diff --git a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/DataFlow.json b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/DataFlow.json index 4b425edaaa24..4a9625adf09b 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/DataFlow.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/DataFlow.json @@ -73,9 +73,6 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/FlowletTypeProperties" } - }, - "additionalProperties": { - "type": "object" } }, "MappingDataFlowTypeProperties": { @@ -226,9 +223,6 @@ "items": { "type": "string" } - }, - "additionalProperties": { - "type": "object" } } } diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/DataFlow.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/DataFlow.json index 4253cc5e760d..78158ea4a9ee 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/DataFlow.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/DataFlow.json @@ -73,9 +73,6 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/FlowletTypeProperties" } - }, - "additionalProperties": { - "type": "object" } }, "MappingDataFlowTypeProperties": { @@ -234,9 +231,6 @@ "items": { "type": "string" } - }, - "additionalProperties": { - "type": "object" } } }