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