Skip to content

Commit fd2dcae

Browse files
Merge pull request #273541 from ealsur/users/ealsur/eed
Cosmos DB - Migration guide - Update property
2 parents 76d5c24 + 75b98a8 commit fd2dcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/migrate-dotnet-v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: esarroyo
66
ms.service: cosmos-db
77
ms.subservice: nosql
88
ms.topic: how-to
9-
ms.date: 04/04/2023
9+
ms.date: 04/26/2024
1010
ms.devlang: csharp
1111
ms.custom: devx-track-dotnet
1212
---
@@ -215,7 +215,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced by `CosmosClie
215215

216216
| .NET v2 SDK | .NET v3 SDK |
217217
|-------------|-------------|
218-
|`EnableEndpointRediscovery`|`LimitToEndpoint` - The value is now inverted, if `EnableEndpointRediscovery` was being set to `true`, `LimitToEndpoint` should be set to `false`. Before using this setting, you need to understand [how it affects the client](troubleshoot-sdk-availability.md).|
218+
|`EnableEndpointDiscovery`|`LimitToEndpoint` - The value is now inverted, if `EnableEndpointDiscovery` was being set to `true`, `LimitToEndpoint` should be set to `false`. Before using this setting, you need to understand [how it affects the client](troubleshoot-sdk-availability.md).|
219219
|`ConnectionProtocol`|Removed. Protocol is tied to the Mode, either it's Gateway (HTTPS) or Direct (TCP). Direct mode with HTTPS protocol is no longer supported on V3 SDK and the recommendation is to use TCP protocol. |
220220
|`MediaRequestTimeout`|Removed. Attachments are no longer supported.|
221221
|`SetCurrentLocation`|`CosmosClientOptions.ApplicationRegion` can be used to achieve the same effect.|

0 commit comments

Comments
 (0)