From af20d26f5f1d289f4b7f8f765ec3fbe7e8e5bbb5 Mon Sep 17 00:00:00 2001 From: kesharma <74746991+kesharma@users.noreply.github.com> Date: Fri, 29 Oct 2021 09:13:23 -0700 Subject: [PATCH] update (#16419) --- .../stable/2020-12-01/entityTypes/DataFlow.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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"