Skip to content

Commit 09b3f81

Browse files
authored
Tables January Release (#5239)
* Tables January Release --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 68644be commit 09b3f81

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

cmake-modules/FolderList.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ macro(GetFolderList project)
3131
DownloadDepVersion(sdk/core azure-core 1.10.3)
3232
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
3333
elseif(${project} STREQUAL DATA_TABLES)
34-
DownloadDepVersion(sdk/core azure-core 1.10.3)
34+
DownloadDepVersion(sdk/core azure-core 1.11.0)
3535
elseif(${project} STREQUAL EVENTHUBS)
3636
DownloadDepVersion(sdk/core azure-core 1.10.1)
3737
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2024-01-16)
44

55
### Features Added
66

7-
- Initial release
7+
- Initial release.

sdk/tables/azure-data-tables/vcpkg/vcpkg.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"license": "MIT",
1717
"dependencies": [
1818
{
19-
"name": "azure-core-cpp"
19+
"name": "azure-core-cpp",
20+
"default-features": false,
21+
"version>=": "1.11.0"
2022
},
2123
{
2224
"name": "libxml2",

0 commit comments

Comments
 (0)