From 5c13b20af08414ca14c29eb949d11813b013597f Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:54:11 +0100 Subject: [PATCH] Updating linkedService: LaptopFiles --- Code/DataFactory/linkedService/LaptopFiles.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Code/DataFactory/linkedService/LaptopFiles.json b/Code/DataFactory/linkedService/LaptopFiles.json index a92f58e..41d76bf 100644 --- a/Code/DataFactory/linkedService/LaptopFiles.json +++ b/Code/DataFactory/linkedService/LaptopFiles.json @@ -1,24 +1,17 @@ { "name": "LaptopFiles", + "type": "Microsoft.DataFactory/factories/linkedservices", "properties": { "annotations": [], "type": "FileServer", "typeProperties": { "host": "C:\\ADFRoot\\", "userId": "ADFIRUser", - "password": { - "type": "AzureKeyVaultSecret", - "store": { - "referenceName": "TrainingKeys01", - "type": "LinkedServiceReference" - }, - "secretName": "ADFIRUser" - } + "encryptedCredential": "eyJDcmVkZW50aWFsSWQiOiJlNTU0MWQ1Mi00NWZkLTQxZmMtOGU0Mi0wZjJkNjA3OThkNmEiLCJWZXJzaW9uIjoiMi4wIiwiQ2xhc3NUeXBlIjoiTWljcm9zb2Z0LkRhdGFQcm94eS5Db3JlLkludGVyU2VydmljZURhdGFDb250cmFjdC5DcmVkZW50aWFsU1UwNkNZMTQifQ==" }, "connectVia": { "referenceName": "Laptop", "type": "IntegrationRuntimeReference" } - }, - "type": "Microsoft.DataFactory/factories/linkedservices" + } } \ No newline at end of file