You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/3.0/3.0.0-preview2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ This update brings the below changes over the previous release:
27
27
- Changes to share common files between NetFx and NetCore source code [#871](https://github.com/dotnet/SqlClient/pull/871)[#887](https://github.com/dotnet/SqlClient/pull/887)
28
28
29
29
### Azure Identity dependency introduction
30
-
**Microsoft.Data.SqlClient** now depends on **Azure.Identity** library underneath to acquire token for "Active Directory Managed Identity/MSI" and "Active Directory Service Principal" authentication modes. This change brings the following changes to public surface area:
30
+
**Microsoft.Data.SqlClient** now depends on the **Azure.Identity** library to acquire tokens for "Active Directory Managed Identity/MSI" and "Active Directory Service Principal" authentication modes. This change brings the following changes to the public surface area:
31
31
32
32
-**Breaking Change**
33
-
"User Id" connection property now requires "Client Id" instead of "Object Id" for "User-Assigned Managed Identity".
33
+
The "User Id" connection property now requires "Client Id" instead of "Object Id" for "User-Assigned Managed Identity".
34
34
-**Public API**
35
35
New read-only public property: `SqlAuthenticationParameters.ConnectionTimeout`
0 commit comments