From bf5c6839fd0bb4bf9e86eb1d9ee022d8a3039c66 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:42:52 +0000 Subject: [PATCH] Adding linkedService: AzureKeyVault1 --- .../DataFactory/linkedService/AzureKeyVault1.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Code/DataFactory/linkedService/AzureKeyVault1.json diff --git a/Code/DataFactory/linkedService/AzureKeyVault1.json b/Code/DataFactory/linkedService/AzureKeyVault1.json new file mode 100644 index 0000000..bbdb13d --- /dev/null +++ b/Code/DataFactory/linkedService/AzureKeyVault1.json @@ -0,0 +1,15 @@ +{ + "name": "AzureKeyVault1", + "properties": { + "parameters": { + "Test": { + "type": "string" + } + }, + "annotations": [], + "type": "AzureKeyVault", + "typeProperties": { + "baseUrl": "@{linkedService().Test}" + } + } +} \ No newline at end of file