From eb769aacfbee2cf253c1fad1e0d59f99c3a5845a Mon Sep 17 00:00:00 2001 From: TimothyMothra Date: Fri, 12 Aug 2022 14:57:57 -0700 Subject: [PATCH] cleanup --- .../Authentication/ReflectionCredentialEnvelopeTests.cs | 1 - .../Implementation/Authentication/CredentialEnvelope.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/BASE/Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/Extensibility/Implementation/Authentication/ReflectionCredentialEnvelopeTests.cs b/BASE/Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/Extensibility/Implementation/Authentication/ReflectionCredentialEnvelopeTests.cs index c57533907..a5eefde29 100644 --- a/BASE/Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/Extensibility/Implementation/Authentication/ReflectionCredentialEnvelopeTests.cs +++ b/BASE/Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/Extensibility/Implementation/Authentication/ReflectionCredentialEnvelopeTests.cs @@ -8,7 +8,6 @@ namespace Microsoft.ApplicationInsights.TestFramework.Extensibility.Implementati using System.Threading.Tasks; using Azure.Core; - using KellermanSoftware.CompareNetObjects; using Microsoft.ApplicationInsights.Extensibility.Implementation.Authentication; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Authentication/CredentialEnvelope.cs b/BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Authentication/CredentialEnvelope.cs index ef234386e..416ce2692 100644 --- a/BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Authentication/CredentialEnvelope.cs +++ b/BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Authentication/CredentialEnvelope.cs @@ -40,4 +40,4 @@ /// public abstract void SetAudience(string audience); } -} \ No newline at end of file +}