Skip to content

Commit f5c31af

Browse files
committed
Updating Table API .NET SDK details
1 parent 8441de5 commit f5c31af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/cosmos-db/cosmosdb-migrationchoices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: SnehaGunda
55
ms.author: sngun
66
ms.service: cosmos-db
77
ms.topic: how-to
8-
ms.date: 08/26/2021
8+
ms.date: 11/03/2021
99

1010
---
1111
# Options to migrate your on-premises or cloud data to Azure Cosmos DB

articles/cosmos-db/table/dotnet-standard-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom: devx-track-dotnet
2323
2424
| | Links |
2525
|---|---|
26-
|**SDK download**|[NuGet](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table)|
26+
|**SDK download**|[NuGet](https://www.nuget.org/packages/Azure.Data.Tables/)|
2727
|**Sample**|[Cosmos DB Table API .NET Sample](https://github.com/Azure-Samples/azure-cosmos-table-dotnet-core-getting-started)|
2828
|**Quickstart**|[Quickstart](create-table-dotnet.md)|
2929
|**Tutorial**|[Tutorial](tutorial-develop-table-dotnet.md)|

articles/cosmos-db/table/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: SnehaGunda
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-table
77
ms.topic: overview
8-
ms.date: 08/25/2021
8+
ms.date: 11/03/2021
99
ms.author: sngun
1010

1111
---
@@ -26,7 +26,7 @@ ms.author: sngun
2626
> The [serverless capacity mode](../serverless.md) is now available on Azure Cosmos DB's Table API.
2727
2828
> [!IMPORTANT]
29-
> The .NET Cosmos DB Table Library [Microsoft.Azure.Cosmos.Table](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) is in maintenance mode and will be deprecated soon. Please upgrade to the new .NET Azure Tables SDK [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) to continue to get the latest features supported by the Table API.
29+
> The .NET Azure Tables SDK [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) offers latest features supported by the Table API. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes.
3030
3131
## Table offerings
3232

articles/cosmos-db/table/table-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following SDK packages work with both the Azure Cosmos Table API and Azure T
3838

3939
The following SDK packages work only with Azure Cosmos DB Table API.
4040

41-
* **.NET** - [Microsoft.Azure.Cosmos.Table](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) available on NuGet. This library works only with the Cosmos DB Table API.
41+
* **.NET** - [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) available on NuGet. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes.
4242

4343
* **Python** - [azure-cosmosdb-table](https://pypi.org/project/azure-cosmosdb-table/) available from PyPi. This SDK connects with both Azure Table storage and Azure Cosmos DB Table API.
4444

0 commit comments

Comments
 (0)