From c63bbf3fec9c09f89f3d0b6da9a1bf94af616f88 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:06:36 +0100 Subject: [PATCH] Adding integrationRuntime: Laptop --- Code/DataFactory/integrationRuntime/Laptop.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Code/DataFactory/integrationRuntime/Laptop.json diff --git a/Code/DataFactory/integrationRuntime/Laptop.json b/Code/DataFactory/integrationRuntime/Laptop.json new file mode 100644 index 0000000..3df4c7a --- /dev/null +++ b/Code/DataFactory/integrationRuntime/Laptop.json @@ -0,0 +1,6 @@ +{ + "name": "Laptop", + "properties": { + "type": "SelfHosted" + } +} \ No newline at end of file