Skip to content

Commit c3cfce1

Browse files
authored
Merge pull request #190657 from ealsur/users/ealsur/2170release
Cosmos DB - Update error tracking with when the error was fixed
2 parents 7e8054a + bbd0537 commit c3cfce1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cosmos-db/sql/sql-api-sdk-dotnet-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: csharp
88
ms.topic: reference
9-
ms.date: 11/11/2021
9+
ms.date: 03/04/2022
1010
ms.author: jroth
1111
ms.custom: devx-track-dotnet
1212

@@ -68,7 +68,7 @@ Below is a list of any know issues affecting the [recommended minimum version](#
6868

6969
| Issue | Impact | Mitigation | Tracking link |
7070
| --- | --- | --- | --- |
71-
| When using Direct mode with an account with multiple write locations, the SDK might not detect when a region is added to the account. The background process that [refreshes the account information](troubleshoot-sdk-availability.md#adding-a-region-to-an-account) fails to start. |If a new region is added to the account which is part of the PreferredLocations on a higher order than the current region, the SDK won't detect the new available region. |Restart the application. |https://github.com/Azure/azure-cosmos-dotnet-v2/issues/852 |
71+
| When using Direct mode with an account with multiple write locations, the SDK might not detect when a region is added to the account. The background process that [refreshes the account information](troubleshoot-sdk-availability.md#adding-a-region-to-an-account) fails to start. |If a new region is added to the account which is part of the PreferredLocations on a higher order than the current region, the SDK won't detect the new available region. |Upgrade to 2.17.0. |https://github.com/Azure/azure-cosmos-dotnet-v2/issues/852 |
7272

7373
## See Also
7474

articles/cosmos-db/sql/sql-api-sdk-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: csharp
88
ms.topic: reference
9-
ms.date: 11/11/2021
9+
ms.date: 03/04/2022
1010
ms.author: jroth
1111
ms.custom: devx-track-dotnet
1212

@@ -68,7 +68,7 @@ Below is a list of any know issues affecting the [recommended minimum version](#
6868

6969
| Issue | Impact | Mitigation | Tracking link |
7070
| --- | --- | --- | --- |
71-
| When using Direct mode with an account with multiple write locations, the SDK might not detect when a region is added to the account. The background process that [refreshes the account information](troubleshoot-sdk-availability.md#adding-a-region-to-an-account) fails to start. |If a new region is added to the account which is part of the PreferredLocations on a higher order than the current region, the SDK won't detect the new available region. |Restart the application. |https://github.com/Azure/azure-cosmos-dotnet-v2/issues/852 |
71+
| When using Direct mode with an account with multiple write locations, the SDK might not detect when a region is added to the account. The background process that [refreshes the account information](troubleshoot-sdk-availability.md#adding-a-region-to-an-account) fails to start. |If a new region is added to the account which is part of the PreferredLocations on a higher order than the current region, the SDK won't detect the new available region. |Upgrade to 2.17.0. |https://github.com/Azure/azure-cosmos-dotnet-v2/issues/852 |
7272

7373
## FAQ
7474

0 commit comments

Comments
 (0)