From 5e3ce75ccb13fdef437d73c41fd96747e72d7a83 Mon Sep 17 00:00:00 2001 From: kesharma Date: Wed, 13 Oct 2021 18:03:21 -0700 Subject: [PATCH 1/2] update --- .../stable/2018-06-01/entityTypes/DataFlow.json | 8 ++++++++ .../stable/2020-12-01/entityTypes/DataFlow.json | 8 ++++++++ 2 files changed, 16 insertions(+) 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..9ce1d225a27b 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 @@ -214,6 +214,14 @@ "description": "Transformation description.", "type": "string" }, + "dataset": { + "description": "Dataset reference.", + "$ref": "../datafactory.json#/definitions/DatasetReference" + }, + "linkedService": { + "description": "Linked service reference.", + "$ref": "../datafactory.json#/definitions/LinkedServiceReference" + }, "flowlet": { "description": "Flowlet Reference", "$ref": "../datafactory.json#/definitions/DataFlowReference" 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 4308f0f35281..4253cc5e760d 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 @@ -128,6 +128,14 @@ "description": "Transformation description.", "type": "string" }, + "dataset": { + "description": "Dataset reference.", + "$ref": "../artifacts.json#/definitions/DatasetReference" + }, + "linkedService": { + "description": "Linked service reference.", + "$ref": "../artifacts.json#/definitions/LinkedServiceReference" + }, "flowlet": { "description": "Flowlet Reference", "$ref": "../artifacts.json#/definitions/DataFlowReference" From f05ce21e79151e76917a804b59fd87dc400d96f1 Mon Sep 17 00:00:00 2001 From: kesharma Date: Thu, 14 Oct 2021 16:39:44 -0700 Subject: [PATCH 2/2] update --- .../stable/2020-12-01/entityTypes/DataFlow.json | 8 -------- 1 file changed, 8 deletions(-) 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..4308f0f35281 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 @@ -128,14 +128,6 @@ "description": "Transformation description.", "type": "string" }, - "dataset": { - "description": "Dataset reference.", - "$ref": "../artifacts.json#/definitions/DatasetReference" - }, - "linkedService": { - "description": "Linked service reference.", - "$ref": "../artifacts.json#/definitions/LinkedServiceReference" - }, "flowlet": { "description": "Flowlet Reference", "$ref": "../artifacts.json#/definitions/DataFlowReference"