Skip to content

Commit 50494ee

Browse files
authored
added latest sdk releases
1 parent 0186140 commit 50494ee

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/cosmos-db/table/support.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ Azure Cosmos DB for Table and Azure Table Storage share the same table data mode
2626

2727
### Current release
2828

29-
The following SDK packages work with both the Azure Cosmos DB for Table and Table Storage.
30-
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.
29+
| Language | Package | Source Code |
30+
| --- | --- | --- |
31+
| **.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) |
32+
| **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) |
33+
| **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) |
34+
| **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) |
35+
| **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) |
36+
| **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) |
3837

3938
### Prior releases
4039

0 commit comments

Comments
 (0)