Skip to content

Commit

Permalink
Merge pull request #1254 from Y-Sindo/dev
Browse files Browse the repository at this point in the history
Revert "Expose multi-endpoint in Management SDK
  • Loading branch information
Y-Sindo authored Mar 17, 2021
2 parents 5bb9d92 + ca5e74e commit d997e76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ServiceManagerOptions
/// <summary>
/// Gets or sets multiple service endpoints of Azure SignalR Service instances.
/// </summary>
public ServiceEndpoint[] ServiceEndpoints { get; set; }
internal ServiceEndpoint[] ServiceEndpoints { get; set; }

/// <summary>
/// Gets or sets the proxy used when ServiceManager will attempt to connect to Azure SignalR Service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Microsoft.Azure.SignalR.Management
{
public abstract class ServiceHubContext : IServiceHubContext
internal abstract class ServiceHubContext : IServiceHubContext
{
/// <summary>
/// Gets a user group manager instance which implements <see cref="IUserGroupManager"/> that can be used to add and remove users to named groups.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Microsoft.Azure.SignalR.Management
{
public class ServiceHubContextBuilder
internal class ServiceHubContextBuilder
{
private readonly IServiceCollection _services;

Expand Down

0 comments on commit d997e76

Please sign in to comment.