Update to Nov Release for Data Tables Packages (#42328)

This commit is contained in:
Azure SDK Bot 2024-11-22 16:30:21 -08:00 committed by GitHub
parent 199ea6e76a
commit 5e5d0e1cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 19 deletions

View File

@ -5,10 +5,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp REPO Azure/azure-sdk-for-cpp
REF "azure-data-tables_${VERSION}" REF "azure-data-tables_${VERSION}"
SHA512 16d45e595b0ce2a16b8e65d1ac7ffd56d08ea3f51ca87592d9826a246690cda494d0b7aa20f3b59a0f3376be1bc724eb4b50330c5d7e93a484c866d0d349012f SHA512 7d4ba84bf668d6dfd56eeef00a2601ba892133ed659f0c814be4e64400a99b79a702c8231c9b80d127da1f39d0bf043c6a6ade21cf2632c3c59360cabefe2bf5
HEAD_REF main HEAD_REF main
PATCHES
set_version.patch
) )
if(EXISTS "${SOURCE_PATH}/sdk/tables/azure-data-tables") if(EXISTS "${SOURCE_PATH}/sdk/tables/azure-data-tables")

View File

@ -1,12 +0,0 @@
diff --git a/sdk/tables/azure-data-tables/CMakeLists.txt b/sdk/tables/azure-data-tables/CMakeLists.txt
index 038e267d7..f3b5e679c 100644
--- a/sdk/tables/azure-data-tables/CMakeLists.txt
+++ b/sdk/tables/azure-data-tables/CMakeLists.txt
@@ -106,6 +106,7 @@ target_include_directories(
target_link_libraries(azure-data-tables PUBLIC Azure::azure-core)
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
+set_target_properties(azure-data-tables PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
generate_documentation(azure-data-tables ${AZ_LIBRARY_VERSION})
az_vcpkg_export(

View File

@ -4,8 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp." "Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
], ],
"name": "azure-data-tables-cpp", "name": "azure-data-tables-cpp",
"version-semver": "1.0.0-beta.4", "version-semver": "1.0.0-beta.5",
"port-version": 1,
"description": [ "description": [
"Microsoft Azure Data Tables SDK for C++", "Microsoft Azure Data Tables SDK for C++",
"This library provides Azure Data Tables SDK." "This library provides Azure Data Tables SDK."

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1ad1af053613b923eee8cb31a2e52c4fcc9dccb8",
"version-semver": "1.0.0-beta.5",
"port-version": 0
},
{ {
"git-tree": "8c8fd7ca261ef5f849f5e802432971d026b73529", "git-tree": "8c8fd7ca261ef5f849f5e802432971d026b73529",
"version-semver": "1.0.0-beta.4", "version-semver": "1.0.0-beta.4",

View File

@ -465,8 +465,8 @@
"port-version": 5 "port-version": 5
}, },
"azure-data-tables-cpp": { "azure-data-tables-cpp": {
"baseline": "1.0.0-beta.4", "baseline": "1.0.0-beta.5",
"port-version": 1 "port-version": 0
}, },
"azure-identity-cpp": { "azure-identity-cpp": {
"baseline": "1.10.1", "baseline": "1.10.1",