Commit 55a7fa76 authored by Savorboard's avatar Savorboard

remove unused code

parent 6bdb4017
...@@ -31,10 +31,5 @@ namespace DotNetCore.CAP ...@@ -31,10 +31,5 @@ namespace DotNetCore.CAP
/// Represents the Azure Active Directory token provider for Azure Managed Service Identity integration. /// Represents the Azure Active Directory token provider for Azure Managed Service Identity integration.
/// </summary> /// </summary>
public ITokenProvider ManagementTokenProvider { get; set; } public ITokenProvider ManagementTokenProvider { get; set; }
/// <summary>
/// Used to generate Service Bus connection strings
/// </summary>
public ServiceBusConnectionStringBuilder ConnectionStringBuilder { get; set; }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment