@@ -149,7 +149,7 @@ feature implementations via the appropriate APIs at runtime:
149149
150150- Authentication: [ SqlAuthenticationProvider] ( https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlauthenticationprovider?view=sqlclient-dotnet-core-6.0 )
151151- Attestation: _ ** New API will be exposed.** _
152- - Key Valut : [ SqlColumnEncryptionKeyStoreProvider] ( https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlcolumnencryptionkeystoreprovider?view=sqlclient-dotnet-core-6.0 )
152+ - Key Vault : [ SqlColumnEncryptionKeyStoreProvider] ( https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlcolumnencryptionkeystoreprovider?view=sqlclient-dotnet-core-6.0 )
153153
154154## Versioning Strategy
155155
@@ -181,7 +181,7 @@ packages as well. Those dependent packages will then take a strict dependency
181181on the appropriate ` Abstractions ` package version. This ensures that only
182182compatible extensions package versions can co-exist with the main MDS package.
183183
184- For example, imagine that a new extensible conenction pooling feature is added
184+ For example, imagine that a new extensible connection pooling feature is added
185185to MDS. The ` Abstractions ` package would be updated to include any new pooling
186186APIs, the main MDS package would be updated to accept extensible pooling, and
187187the new pooling implementation would be included in a new ` ConnectionPooling `
@@ -269,7 +269,7 @@ package will look for the `Azure` extension assembly and automatically load it.
269269#### Use AKV Provider v7.0.0
270270
271271This is a temporary solution. The AKV provider v7.0.0 will be marked as
272- deprecated and removed entirely at some point in the future. The applictaion
272+ deprecated and removed entirely at some point in the future. The application
273273would remain dependent on the AKV provider, but must update to the v7.0.0
274274package. Previous AKV package versions do not support main MDS package versions
275275beyond the v6.x range.
0 commit comments