Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class AuthorizationCodeCredential : TokenCredential
internal TenantIdResolverBase TenantIdResolver { get; }

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected AuthorizationCodeCredential()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class AzurePipelinesCredential : TokenCredential
private const string OIDC_API_VERSION = "7.1";

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected AzurePipelinesCredential()
{ }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ClientAssertionCredential : TokenCredential
internal TenantIdResolverBase TenantIdResolver { get; }

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected ClientAssertionCredential()
{ }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ClientCertificateCredential : TokenCredential
internal TenantIdResolverBase TenantIdResolver { get; }

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected ClientCertificateCredential()
{ }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ClientSecretCredential : TokenCredential
internal TenantIdResolverBase TenantIdResolver { get; }

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected ClientSecretCredential()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ManagedIdentityCredential : TokenCredential
"See the troubleshooting guide for more information. https://aka.ms/azsdk/net/identity/managedidentitycredential/troubleshoot";

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected ManagedIdentityCredential()
{ }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class OnBehalfOfCredential : TokenCredential
internal TenantIdResolverBase TenantIdResolver { get; }

/// <summary>
/// Protected constructor for mocking.
/// Protected constructor for <see href="https://aka.ms/azsdk/net/mocking">mocking</see>.
/// </summary>
protected OnBehalfOfCredential()
{ }
Expand Down