Skip to content

Commit 1d4522a

Browse files
author
David Engel
authored
Grammar fixes
1 parent 7ca133c commit 1d4522a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/3.0/3.0.0-preview2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ This update brings the below changes over the previous release:
2727
- 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)
2828

2929
### 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:
3131

3232
- **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".
3434
- **Public API**
3535
New read-only public property: `SqlAuthenticationParameters.ConnectionTimeout`
3636
- **Dependency**

0 commit comments

Comments
 (0)