From 8cb67f0240114779ca5caa410027f97eacf55308 Mon Sep 17 00:00:00 2001 From: Richard Swinbank Date: Sat, 22 Oct 2022 17:17:24 +0100 Subject: [PATCH] Deleting linkedService: HTTP_GitHubUserContent --- .../linkedService/HTTP_GitHubUserContent.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Code/DataFactory/linkedService/HTTP_GitHubUserContent.json diff --git a/Code/DataFactory/linkedService/HTTP_GitHubUserContent.json b/Code/DataFactory/linkedService/HTTP_GitHubUserContent.json deleted file mode 100644 index 5e0824c..0000000 --- a/Code/DataFactory/linkedService/HTTP_GitHubUserContent.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "HTTP_GitHubUserContent", - "properties": { - "annotations": [], - "type": "HttpServer", - "typeProperties": { - "url": "https://raw.githubusercontent.com/", - "enableServerCertificateValidation": true, - "authenticationType": "Anonymous" - } - } -} \ No newline at end of file