diff --git a/Code/DataFactory/linkedService/AzureKeyVault1.json b/Code/DataFactory/linkedService/AzureKeyVault1.json deleted file mode 100644 index bbdb13d..0000000 --- a/Code/DataFactory/linkedService/AzureKeyVault1.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "AzureKeyVault1", - "properties": { - "parameters": { - "Test": { - "type": "string" - } - }, - "annotations": [], - "type": "AzureKeyVault", - "typeProperties": { - "baseUrl": "@{linkedService().Test}" - } - } -} \ No newline at end of file