diff --git a/test/Microsoft.Azure.WebJobs.Host.UnitTests/PublicSurfaceTests.cs b/test/Microsoft.Azure.WebJobs.Host.UnitTests/PublicSurfaceTests.cs index 896902916..8afa4466c 100644 --- a/test/Microsoft.Azure.WebJobs.Host.UnitTests/PublicSurfaceTests.cs +++ b/test/Microsoft.Azure.WebJobs.Host.UnitTests/PublicSurfaceTests.cs @@ -286,7 +286,8 @@ public void WebJobs_Logging_ApplicationInsights_VerifyPublicSurfaceArea() "HttpAutoCollectionOptions", "ApplicationInsightsLoggerProvider", "ApplicationInsightsLoggingBuilderExtensions", - "ISdkVersionProvider" + "ISdkVersionProvider", + "DependencyTrackingOptions" }; TestHelpers.AssertPublicTypes(expected, assembly);