Skip to content

Commit 20f6eda

Browse files
Merge pull request #277616 from sandeep-sen/main
Updating latest Azure SDK releases
2 parents a003514 + e5f1653 commit 20f6eda

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/cosmos-db/table/support.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ Azure Cosmos DB for Table and Azure Table Storage share the same table data mode
2828

2929
The following SDK packages work with both the Azure Cosmos DB for Table and Table Storage.
3030

31-
- **.NET**. Use the [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) available on NuGet.
32-
33-
- **Python**. Use the [azure-data-tables](https://pypi.org/project/azure-data-tables/) available from PyPi.
34-
35-
- **JavaScript/TypeScript**. Use the [@azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) package available on npm.js.
36-
37-
- **Java**. Use the [azure-data-tables](https://mvnrepository.com/artifact/com.azure/azure-data-tables/12.0.0) package available on Maven.
31+
| Language | Package | Source Code |
32+
| --- | --- | --- |
33+
| **.NET** | [NuGet \| Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) | [azure-sdk-for-net/sdk/tables/Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/tables/Azure.Data.Tables) |
34+
| **Python** | [PyPI \| azure-data-tables](https://pypi.org/project/azure-data-tables/) | [azure-sdk-for-python/sdk/tables/azure-data-tables](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables) |
35+
| **JavaScript/TypeScript** | [npm \| @azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) | [azure-sdk-for-js/sdk/tables/data-tables](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables) |
36+
| **Java** | [Maven \| azure-data-tables](https://mvnrepository.com/artifact/com.azure/azure-data-tables) | [azure-sdk-for-java/sdk/tables/azure-data-tables](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/tables/azure-data-tables) |
37+
| **Go** | [pkg.go.dev \| aztables](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/data/aztables) | [azure-sdk-for-go/sdk/data/aztables](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/data/aztables) |
38+
| **C++** | [vcpkg \| azure-data-tables-cpp](https://vcpkg.io/en/package/azure-data-tables-cpp) | [azure-sdk-for-cpp/sdk/tables/azure-data-tables](https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/tables/azure-data-tables) |
3839

3940
### Prior releases
4041

0 commit comments

Comments
 (0)