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 @@ -11,7 +11,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="ConfigurationClient"/> client to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class ConfigurationClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="ConfigurationClient"/> instance with the provided <paramref name="connectionString"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="EventHubClient"/> client to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class EventHubClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="EventHubClient"/> instance with the provided <paramref name="connectionString"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="CertificateClient"/> to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class CertificateClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="CertificateClient"/> instance with the provided <paramref name="vaultUri"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to <see cref="KeyClient"/> or <see cref="CryptographyClient"/> to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class KeyClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="KeyClient"/> instance with the provided <paramref name="vaultEndpoint"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="SecretClient"/> to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class SecretClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="SecretClient"/> instance with the provided <paramref name="vaultEndpoint"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="BlobServiceClient"/> client to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class BlobClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="BlobServiceClient"/> instance with the provided <paramref name="connectionString"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="FileServiceClient"/> client to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class FileClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="FileServiceClient"/> instance with the provided <paramref name="connectionString"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.Azure
/// <summary>
/// Extension methods to add <see cref="QueueClientOptions"/> client to clients builder
/// </summary>
public static class AzureClientBuilderExtensions
public static class QueueClientBuilderExtensions
{
/// <summary>
/// Registers a <see cref="QueueServiceClient"/> instance with the provided <paramref name="connectionString"/>
Expand Down