From f2315911851c863b21bc006e4b860ff69f455603 Mon Sep 17 00:00:00 2001
From: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date: Fri, 25 Jun 2021 12:13:26 -0500
Subject: [PATCH 1/2] edit pass on AuthorizationCodeCredential class
description
Remove the hard-coded locale and change "and" to "an".
---
.../Azure.Identity/src/AuthorizationCodeCredential.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs b/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
index 89e5b5d1369e0..f5eb51242af39 100644
--- a/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
+++ b/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
@@ -11,8 +11,8 @@
namespace Azure.Identity
{
///
- /// Authenticates by redeeming and authorization code previously obtained from Azure Active Directory. See
- /// https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow for more information
+ /// Authenticates by redeeming an authorization code previously obtained from Azure Active Directory. See
+ /// https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow for more information
/// about the autorization code authentication flow.
///
public class AuthorizationCodeCredential : TokenCredential
From e14a92a8c2f2061115f04a96818ed1075a52909e Mon Sep 17 00:00:00 2001
From: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date: Fri, 25 Jun 2021 17:11:51 -0500
Subject: [PATCH 2/2] Update
sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
Co-authored-by: Jesse Squire
---
sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs b/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
index f5eb51242af39..5a24ea7aea7e0 100644
--- a/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
+++ b/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs
@@ -12,7 +12,7 @@ namespace Azure.Identity
{
///
/// Authenticates by redeeming an authorization code previously obtained from Azure Active Directory. See
- /// https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow for more information
+ /// for more information
/// about the autorization code authentication flow.
///
public class AuthorizationCodeCredential : TokenCredential