From 21f2499e17b79b85abfeea8979ca92fdc7234cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:33:21 +0000 Subject: [PATCH 1/4] Bump github.com/microsoft/vcpkg from master to 2026.06.01 Bumps [github.com/microsoft/vcpkg](https://github.com/microsoft/vcpkg) from master to 2026.06.01. This release includes the previously tagged commit. - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/compare/80f9bcfa455e875d9c1bf7a7c6692d7e1e481061...f3e10653cc27d62a37a3763cd84b38bca07c6075) --- updated-dependencies: - dependency-name: github.com/microsoft/vcpkg dependency-version: 2026.06.01 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index e51fe29a74..09f563426f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "azure-sdk-for-cpp", "version": "1.5.0", - "builtin-baseline": "80f9bcfa455e875d9c1bf7a7c6692d7e1e481061", + "builtin-baseline": "f3e10653cc27d62a37a3763cd84b38bca07c6075", "dependencies": [ { "name": "curl" From ec7585e3eaa250926cb59a3317b8b10d3dc8cf4d Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:05:52 -0700 Subject: [PATCH 2/4] Update default VCPKG commit string --- cmake-modules/AzureVcpkg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-modules/AzureVcpkg.cmake b/cmake-modules/AzureVcpkg.cmake index aa80f14751..7c058d41a3 100644 --- a/cmake-modules/AzureVcpkg.cmake +++ b/cmake-modules/AzureVcpkg.cmake @@ -18,7 +18,7 @@ macro(az_vcpkg_integrate) message("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.") # GET VCPKG FROM SOURCE # User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch - set(VCPKG_COMMIT_STRING 80f9bcfa455e875d9c1bf7a7c6692d7e1e481061) # default SDK tested commit + set(VCPKG_COMMIT_STRING f3e10653cc27d62a37a3763cd84b38bca07c6075) # default SDK tested commit if(DEFINED ENV{AZURE_SDK_VCPKG_COMMIT}) message("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default.") set(VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT}") # default SDK tested commit From 0e9dd6937c6a0a1a7376595305d62ea971bf36fa Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:55:18 -0700 Subject: [PATCH 3/4] Update default VCPKG commit string --- cmake-modules/AzureVcpkg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-modules/AzureVcpkg.cmake b/cmake-modules/AzureVcpkg.cmake index 7c058d41a3..11380095ca 100644 --- a/cmake-modules/AzureVcpkg.cmake +++ b/cmake-modules/AzureVcpkg.cmake @@ -18,7 +18,7 @@ macro(az_vcpkg_integrate) message("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.") # GET VCPKG FROM SOURCE # User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch - set(VCPKG_COMMIT_STRING f3e10653cc27d62a37a3763cd84b38bca07c6075) # default SDK tested commit + set(VCPKG_COMMIT_STRING cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3) # default SDK tested commit if(DEFINED ENV{AZURE_SDK_VCPKG_COMMIT}) message("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default.") set(VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT}") # default SDK tested commit From 4b3359356f970cab2dcd08de474196ed198cd930 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:55:35 -0700 Subject: [PATCH 4/4] Update builtin-baseline version in vcpkg.json --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 09f563426f..e795085444 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "azure-sdk-for-cpp", "version": "1.5.0", - "builtin-baseline": "f3e10653cc27d62a37a3763cd84b38bca07c6075", + "builtin-baseline": "cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3", "dependencies": [ { "name": "curl" @@ -40,4 +40,4 @@ } ], "overrides": [] -} \ No newline at end of file +}