Skip to content

Commit bd9a851

Browse files
Merge pull request #233680 from ealsur/users/ealsur/migratemwl
Cosmos DB: Add mention about multiplewritelocations to migration guide
2 parents 5e39b52 + f41a68f commit bd9a851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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: 11/09/2022
9+
ms.date: 04/04/2023
1010
ms.devlang: csharp
1111
---
1212

@@ -220,6 +220,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced by `CosmosClie
220220
|`SetCurrentLocation`|`CosmosClientOptions.ApplicationRegion` can be used to achieve the same effect.|
221221
|`PreferredLocations`|`CosmosClientOptions.ApplicationPreferredRegions` can be used to achieve the same effect.|
222222
|`UserAgentSuffix`|`CosmosClientBuilder.ApplicationName` can be used to achieve the same effect.|
223+
|`UseMultipleWriteLocations`|Removed. The SDK automatically detects if the account supports multiple write endpoints.|
223224

224225
### Indexing policy
225226

0 commit comments

Comments
 (0)