diff --git a/Code/DataFactory/linkedService/HTTP_GitHubUserContent.json b/Code/DataFactory/linkedService/HTTP_GitHubUserContent.json new file mode 100644 index 0000000..5e0824c --- /dev/null +++ b/Code/DataFactory/linkedService/HTTP_GitHubUserContent.json @@ -0,0 +1,12 @@ +{ + "name": "HTTP_GitHubUserContent", + "properties": { + "annotations": [], + "type": "HttpServer", + "typeProperties": { + "url": "https://raw.githubusercontent.com/", + "enableServerCertificateValidation": true, + "authenticationType": "Anonymous" + } + } +} \ No newline at end of file