diff --git a/cmake-modules/FolderList.cmake b/cmake-modules/FolderList.cmake index 48c297f02..5a7005694 100644 --- a/cmake-modules/FolderList.cmake +++ b/cmake-modules/FolderList.cmake @@ -31,7 +31,7 @@ macro(GetFolderList project) DownloadDepVersion(sdk/core azure-core 1.10.3) DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0) elseif(${project} STREQUAL DATA_TABLES) - DownloadDepVersion(sdk/core azure-core 1.10.3) + DownloadDepVersion(sdk/core azure-core 1.11.0) elseif(${project} STREQUAL EVENTHUBS) DownloadDepVersion(sdk/core azure-core 1.10.1) DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1) diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 3f2cb968c..9355da3a2 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2024-01-16) ### Features Added -- Initial release +- Initial release. diff --git a/sdk/tables/azure-data-tables/vcpkg/vcpkg.json b/sdk/tables/azure-data-tables/vcpkg/vcpkg.json index e7dd939b3..644048093 100644 --- a/sdk/tables/azure-data-tables/vcpkg/vcpkg.json +++ b/sdk/tables/azure-data-tables/vcpkg/vcpkg.json @@ -16,7 +16,9 @@ "license": "MIT", "dependencies": [ { - "name": "azure-core-cpp" + "name": "azure-core-cpp", + "default-features": false, + "version>=": "1.11.0" }, { "name": "libxml2",