From 96a37399d0062b3ddaa62c56c49ed1653f68bcac Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:40:28 +0000 Subject: [PATCH] Updating pipeline: pipeline1 --- Code/DataFactory/pipeline/pipeline1.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json index 70d2645..0cd7b63 100644 --- a/Code/DataFactory/pipeline/pipeline1.json +++ b/Code/DataFactory/pipeline/pipeline1.json @@ -1,6 +1,20 @@ { "name": "pipeline1", "properties": { + "activities": [ + { + "name": "Set variable1", + "type": "SetVariable", + "dependsOn": [], + "userProperties": [] + } + ], + "variables": { + "Demo": { + "type": "String", + "defaultValue": "Test" + } + }, "annotations": [] } } \ No newline at end of file