Skip to content

Commit

Permalink
[KeyVault] Extensions doc fix (#45500)
Browse files Browse the repository at this point in the history
The focus of these changes is to fix a copy/paste
documentation error in the KeyClientBuilderExtensions
class.
  • Loading branch information
jsquire authored Aug 14, 2024
1 parent 8b2dc65 commit d35cae5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static IAzureClientBuilder<KeyClient, KeyClientOptions> AddKeyClient<TBui
}

/// <summary>
/// Registers a <see cref="KeyClient"/> instance with the provided <paramref name="vaultUri"/>
/// Registers a <see cref="CryptographyClient "/> instance with the provided <paramref name="vaultUri"/>
/// </summary>
/// <typeparam name="TBuilder">The type of builder to extend.</typeparam>
/// <param name="builder">The builder to extend.</param>
Expand All @@ -54,7 +54,7 @@ public static IAzureClientBuilder<CryptographyClient, CryptographyClientOptions>
}

/// <summary>
/// Registers a <see cref="KeyClient"/> instance with connection options loaded from the provided <paramref name="configuration"/> instance.
/// Registers a <see cref="CryptographyClient "/> instance with connection options loaded from the provided <paramref name="configuration"/> instance.
/// </summary>
/// <typeparam name="TBuilder">The type of builder to extend.</typeparam>
/// <typeparam name="TConfiguration">The type of configuration to use for the client builder.</typeparam>
Expand Down

0 comments on commit d35cae5

Please sign in to comment.