From 00f04f242574255ad542fc7328a75b84b823fb0f Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Wed, 23 Feb 2022 13:35:07 +0000 Subject: [PATCH] Adding pipeline: Get Key Vault Value --- Code/DataFactory/pipeline/Get Key Vault Value.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Code/DataFactory/pipeline/Get Key Vault Value.json diff --git a/Code/DataFactory/pipeline/Get Key Vault Value.json b/Code/DataFactory/pipeline/Get Key Vault Value.json new file mode 100644 index 0000000..3318a3d --- /dev/null +++ b/Code/DataFactory/pipeline/Get Key Vault Value.json @@ -0,0 +1,9 @@ +{ + "name": "Get Key Vault Value", + "properties": { + "folder": { + "name": "Demo Pipelines/Misc" + }, + "annotations": [] + } +} \ No newline at end of file