From b24737c7876fbb14c407b5578e40f745bfbd97dc Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:42:34 +0000 Subject: [PATCH] Deleting pipeline: pipeline1 --- Code/DataFactory/pipeline/pipeline1.json | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 Code/DataFactory/pipeline/pipeline1.json diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json deleted file mode 100644 index e44c943..0000000 --- a/Code/DataFactory/pipeline/pipeline1.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "pipeline1", - "properties": { - "activities": [ - { - "name": "Wait1", - "type": "Wait", - "dependsOn": [], - "userProperties": [], - "typeProperties": { - "waitTimeInSeconds": { - "value": "@variables('Demo')", - "type": "Expression" - } - } - } - ], - "variables": { - "Demo": { - "type": "String", - "defaultValue": "Test" - } - }, - "annotations": [] - } -} \ No newline at end of file