Skip to content

Commit

Permalink
Add missing credential type to DefaultAzureCredential class XML doc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored Jun 9, 2021
1 parent 20155e1 commit 7aa2ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/identity/Azure.Identity/src/DefaultAzureCredential.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace Azure.Identity
/// <item><description><see cref="VisualStudioCredential"/></description></item>
/// <item><description><see cref="VisualStudioCodeCredential"/></description></item>
/// <item><description><see cref="AzureCliCredential"/></description></item>
/// <item><description><see cref="AzurePowerShellCredential"/></description></item>
/// <item><description><see cref="InteractiveBrowserCredential"/></description></item>
/// </list>
/// Consult the documentation of these credential types for more information on how they attempt authentication.
Expand Down

0 comments on commit 7aa2ff5

Please sign in to comment.