From 5955c39d4c8acc1d92007beeeda942da0f7894e0 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:11:46 +0100 Subject: [PATCH] Updating linkedService: LaptopFiles --- Code/DataFactory/linkedService/LaptopFiles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/DataFactory/linkedService/LaptopFiles.json b/Code/DataFactory/linkedService/LaptopFiles.json index 7ab03b8..a92f58e 100644 --- a/Code/DataFactory/linkedService/LaptopFiles.json +++ b/Code/DataFactory/linkedService/LaptopFiles.json @@ -1,6 +1,5 @@ { "name": "LaptopFiles", - "type": "Microsoft.DataFactory/factories/linkedservices", "properties": { "annotations": [], "type": "FileServer", @@ -17,8 +16,9 @@ } }, "connectVia": { - "referenceName": "PaulsLaptopIR", + "referenceName": "Laptop", "type": "IntegrationRuntimeReference" } - } + }, + "type": "Microsoft.DataFactory/factories/linkedservices" } \ No newline at end of file