diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs
index e043593408..0503b86149 100644
--- a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs
+++ b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs
@@ -2833,7 +2833,7 @@ internal static string SQL_MSALFailure {
         }
         
         /// 
-        ///   Looks up a localized string similar to Error code 0x{0}; state {1}.
+        ///   Looks up a localized string similar to Error code 0x{0}.
         /// 
         internal static string SQL_MSALInnerException {
             get {
diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx
index 14a70b74a3..7e6d4c5ac2 100644
--- a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx
+++ b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx
@@ -1348,7 +1348,7 @@
     Failed to authenticate the user {0} in Active Directory (Authentication={1}).
   
   
-    Error code 0x{0}; state {1}
+    Error code 0x{0}
   
   
     Internal connection fatal error. Error state: {0}.
diff --git a/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.Designer.cs b/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.Designer.cs
index e24b20f639..8ef0003537 100644
--- a/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.Designer.cs
+++ b/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.Designer.cs
@@ -9685,7 +9685,7 @@ internal static string SQL_MSALFailure {
         }
         
         /// 
-        ///   Looks up a localized string similar to Error code 0x{0}; state {1}.
+        ///   Looks up a localized string similar to Error code 0x{0}.
         /// 
         internal static string SQL_MSALInnerException {
             get {
diff --git a/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.resx b/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.resx
index 522f305696..8a379b23cb 100644
--- a/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.resx
+++ b/src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.resx
@@ -2563,7 +2563,7 @@
     Failed to authenticate the user {0} in Active Directory (Authentication={1}).
   
   
-    Error code 0x{0}; state {1}
+    Error code 0x{0}
   
   
     ChangePassword requires SQL Server 9.0 or later.