Skip to content

Commit

Permalink
Merge pull request #77 from microsoft/andrueastman-patch-1
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
andrueastman committed Apr 26, 2023
2 parents 8d27d9b + 0c34808 commit 20fbe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureIdentityAccessTokenProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace Microsoft.Kiota.Authentication.Azure;
/// <summary>
/// Provides an implementation of <see cref="IAuthenticationProvider"/> for Azure.Identity.
/// Provides an implementation of <see cref="IAccessTokenProvider"/> for Azure.Identity.
/// </summary>
public class AzureIdentityAccessTokenProvider : IAccessTokenProvider, IDisposable

Check warning on line 19 in src/AzureIdentityAccessTokenProvider.cs

View workflow job for this annotation

GitHub Actions / Build

Fix this implementation of 'IDisposable' to conform to the dispose pattern.

Check warning on line 19 in src/AzureIdentityAccessTokenProvider.cs

View workflow job for this annotation

GitHub Actions / Build

Fix this implementation of 'IDisposable' to conform to the dispose pattern.

Check warning on line 19 in src/AzureIdentityAccessTokenProvider.cs

View workflow job for this annotation

GitHub Actions / Build

Fix this implementation of 'IDisposable' to conform to the dispose pattern.

Check warning on line 19 in src/AzureIdentityAccessTokenProvider.cs

View workflow job for this annotation

GitHub Actions / Build

Fix this implementation of 'IDisposable' to conform to the dispose pattern.
{
Expand Down

0 comments on commit 20fbe67

Please sign in to comment.