Skip to content

Commit e770f36

Browse files
authored
Merge pull request #215299 from seesharprun/cosmos-retire-table-dotnet-standard-sdk
Cosmos DB | Retire .NET Standard SDK article
2 parents 29175c3 + fb6eecc commit e770f36

File tree

4 files changed

+11
-132
lines changed

4 files changed

+11
-132
lines changed

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,11 @@
895895
"redirect_url": "/azure/cosmos-db/cassandra/driver-extensions",
896896
"redirect_document_id": false
897897
},
898+
{
899+
"source_path_from_root": "/articles/cosmos-db/table/dotnet-standard-sdk.md",
900+
"redirect_url": "/dotnet/api/overview/azure/data.tables-readme",
901+
"redirect_document_id": false
902+
},
898903
{
899904
"source_path_from_root": "/articles/cosmos-db/cassandra/cassandra-introduction.md",
900905
"redirect_url": "/azure/cosmos-db/cassandra/introduction",
@@ -4347,7 +4352,7 @@
43474352
},
43484353
{
43494354
"source_path_from_root": "/articles/cosmos-db/table/dotnet-sdk.md",
4350-
"redirect_url": "/dotnet/api/overview/azure/data.tables-readme-pre",
4355+
"redirect_url": "/dotnet/api/overview/azure/data.tables-readme",
43514356
"redirect_document_id": false
43524357
},
43534358
{

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

Lines changed: 0 additions & 124 deletions
This file was deleted.

articles/cosmos-db/table/introduction.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ Create an Azure Cosmos DB account in the [Azure portal](https://portal.azure.com
5151

5252
Here are a few pointers to get you started:
5353
* [Build a .NET application by using the API for Table](quickstart-dotnet.md)
54-
* [Develop with the API for Table in .NET](tutorial-develop-table-dotnet.md)
5554
* [Query table data by using the API for Table](tutorial-query.md)
5655
* [Learn how to set up Azure Cosmos DB global distribution by using the API for Table](tutorial-global-distribution.md)
57-
* [Azure Cosmos DB Table .NET Standard SDK](dotnet-standard-sdk.md)
5856
* [Azure Cosmos DB Table .NET SDK](/dotnet/api/overview/azure/data.tables-readme)
59-
* [Azure Cosmos DB Table Java SDK](java-sdk.md)
60-
* [Azure Cosmos DB Table Node.js SDK](nodejs-sdk.md)
61-
* [Azure Cosmos DB Table SDK for Python](python-sdk.md)
57+
* [Azure Cosmos DB Table Java SDK](/java/api/overview/azure/data-tables-readme)
58+
* [Azure Cosmos DB Table Node.js SDK](/javascript/api/overview/azure/data-tables-readme)
59+
* [Azure Cosmos DB Table SDK for Python](/python/api/azure-data-tables/azure.data.tables)

articles/cosmos-db/table/tutorial-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ The queries in this article use the following sample `People` table:
3232

3333
See [Querying Tables and Entities](/rest/api/storageservices/fileservices/querying-tables-and-entities) for details on how to query by using the API for Table.
3434

35-
For more information on the premium capabilities that Azure Cosmos DB offers, see [Azure Cosmos DB for Table](introduction.md) and [Develop with the API for Table in .NET](tutorial-develop-table-dotnet.md).
35+
For more information on the premium capabilities that Azure Cosmos DB offers, see [Azure Cosmos DB for Table](introduction.md) and [Develop with the API for Table in .NET](quickstart-dotnet.md).
3636

3737
## Prerequisites
3838

39-
For these queries to work, you must have an Azure Cosmos DB account and have entity data in the container. Don't have any of those? Complete the [five-minute quickstart](quickstart-dotnet.md) or the [developer tutorial](tutorial-develop-table-dotnet.md) to create an account and populate your database.
39+
For these queries to work, you must have an Azure Cosmos DB account and have entity data in the container. Don't have any of those? Complete the [five-minute quickstart](quickstart-dotnet.md) to create an account and populate your database.
4040

4141
## Query on PartitionKey and RowKey
4242

0 commit comments

Comments
 (0)