Skip to content

Commit

Permalink
Adding missing assemblies to white list
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Aug 9, 2017
1 parent ae4478a commit 726ac8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/WebJobs.Script/Host/ScriptHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ public class ScriptHost : JobHost
{ "Microsoft.Azure.Documents.Client" },
{ "Microsoft.Azure.WebJobs.Extensions.DocumentDB" },
{ "Microsoft.Azure.ApiHub.Sdk" },
{ "Microsoft.Azure.WebJobs.Extensions.ApiHub" }
{ "Microsoft.Azure.WebJobs.Extensions.ApiHub" },
{ "Microsoft.ServiceBus" },
{ "Sendgrid" },
};

protected internal ScriptHost(IScriptHostEnvironment environment,
Expand Down

0 comments on commit 726ac8b

Please sign in to comment.