File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,14 @@ Azure Cosmos DB for Table and Azure Table Storage share the same table data mode
26
26
27
27
### Current release
28
28
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 ) |
38
37
39
38
### Prior releases
40
39
You can’t perform that action at this time.
0 commit comments