diff --git a/ports/azure-core-cpp/portfile.cmake b/ports/azure-core-cpp/portfile.cmake index a13e5d1304a01d..e5f3fde4b49bc3 100644 --- a/ports/azure-core-cpp/portfile.cmake +++ b/ports/azure-core-cpp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp - REF azure-core_1.10.1 - SHA512 498deebd853070b367f4fc07ac6b54a8ec4850ad5152da81728e909838f89aa0c1d2c2996267ad343bb06f6ebaedf151973359298dee6ad3b49949af016eb568 + REF azure-core_1.10.2 + SHA512 ab942af0764eb1352fe65582bcf3e06a7f75853796e47ed32f5ae485e1042e55ace7fc1dc1daf80c0a53813f6daa2377b03ed09527808d52d486c5bbd71b3fa3 ) vcpkg_check_features( diff --git a/ports/azure-core-cpp/vcpkg.json b/ports/azure-core-cpp/vcpkg.json index 2f382691f1f3e7..ac070f06ca5060 100644 --- a/ports/azure-core-cpp/vcpkg.json +++ b/ports/azure-core-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-core-cpp", - "version-semver": "1.10.1", + "version-semver": "1.10.2", "description": [ "Microsoft Azure Core SDK for C++", "This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++." @@ -37,7 +37,8 @@ "default-features": false, "features": [ "ssl" - ] + ], + "version>=": "7.44" } ] }, diff --git a/versions/a-/azure-core-cpp.json b/versions/a-/azure-core-cpp.json index d0aa36ca1550d3..2937c385ca6740 100644 --- a/versions/a-/azure-core-cpp.json +++ b/versions/a-/azure-core-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d3a1b3382bddaf219a0fef6dafd6a31c43d28e02", + "version-semver": "1.10.2", + "port-version": 0 + }, { "git-tree": "52af14a3a0795d87c3fd9f09b9026c91fcae4b81", "version-semver": "1.10.1", diff --git a/versions/baseline.json b/versions/baseline.json index 1296b209fc546d..ed39d752084ccf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -409,7 +409,7 @@ "port-version": 0 }, "azure-core-cpp": { - "baseline": "1.10.1", + "baseline": "1.10.2", "port-version": 0 }, "azure-core-tracing-opentelemetry-cpp": {