diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake index 6a924872e4..966d394518 100644 --- a/ports/azure-identity-cpp/portfile.cmake +++ b/ports/azure-identity-cpp/portfile.cmake @@ -5,10 +5,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp REF "azure-identity_${VERSION}" - SHA512 129472704e740a62108400b0227d19ede14ea3a67bf66d6f34b52e0b8d6f7124240d96dc962c318f6b51d2e69c007036dae03f9390f5e3b5b615b63f0783dd2e + SHA512 09c2105d66e2cfc5cb68ae873979b380574307bd89b61126d0abbcf728f5005a67202728204dac3870a5875bede4c80cb44585a8de6e53cb0e2dd01c3a3fb6f3 HEAD_REF main - PATCHES - set_version.patch ) if(EXISTS "${SOURCE_PATH}/sdk/identity/azure-identity") diff --git a/ports/azure-identity-cpp/set_version.patch b/ports/azure-identity-cpp/set_version.patch deleted file mode 100644 index a6f09c9247..0000000000 --- a/ports/azure-identity-cpp/set_version.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/sdk/identity/azure-identity/CMakeLists.txt b/sdk/identity/azure-identity/CMakeLists.txt -index 57fe6bbc2..2cd8243ac 100644 ---- a/sdk/identity/azure-identity/CMakeLists.txt -+++ b/sdk/identity/azure-identity/CMakeLists.txt -@@ -117,6 +117,7 @@ else() - endif() - - get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp") -+set_target_properties(azure-identity PROPERTIES VERSION ${AZ_LIBRARY_VERSION}) - generate_documentation(azure-identity ${AZ_LIBRARY_VERSION}) - - az_vcpkg_export( diff --git a/ports/azure-identity-cpp/vcpkg.json b/ports/azure-identity-cpp/vcpkg.json index 35804c3112..e8f321b176 100644 --- a/ports/azure-identity-cpp/vcpkg.json +++ b/ports/azure-identity-cpp/vcpkg.json @@ -4,8 +4,7 @@ "Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp." ], "name": "azure-identity-cpp", - "version-semver": "1.10.0", - "port-version": 2, + "version-semver": "1.10.1", "description": [ "Microsoft Azure Identity SDK for C++", "This library provides common authentication-related abstractions for Azure SDK." diff --git a/versions/a-/azure-identity-cpp.json b/versions/a-/azure-identity-cpp.json index 14c321765f..4695cf7182 100644 --- a/versions/a-/azure-identity-cpp.json +++ b/versions/a-/azure-identity-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "71cea39ca0db6d11463b836b076716a4f8ab5359", + "version-semver": "1.10.1", + "port-version": 0 + }, { "git-tree": "fc15d56f69b1832146f5625ef9b18000febf8341", "version-semver": "1.10.0", diff --git a/versions/baseline.json b/versions/baseline.json index de0168fbfb..4121d1883e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -469,8 +469,8 @@ "port-version": 1 }, "azure-identity-cpp": { - "baseline": "1.10.0", - "port-version": 2 + "baseline": "1.10.1", + "port-version": 0 }, "azure-iot-sdk-c": { "baseline": "2024-08-12",