diff --git a/cmake-modules/AzureVcpkg.cmake b/cmake-modules/AzureVcpkg.cmake index bcf6488ad..690774402 100644 --- a/cmake-modules/AzureVcpkg.cmake +++ b/cmake-modules/AzureVcpkg.cmake @@ -17,7 +17,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 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46) # default SDK tested commit + set(VCPKG_COMMIT_STRING dafef74af53669ef1cc9015f55e0ce809ead62aa) # 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 diff --git a/sdk/core/azure-core-amqp/vcpkg.json b/sdk/core/azure-core-amqp/vcpkg.json index 51e1af6cf..a1681fb65 100644 --- a/sdk/core/azure-core-amqp/vcpkg.json +++ b/sdk/core/azure-core-amqp/vcpkg.json @@ -3,10 +3,7 @@ "version-string": "1.0.0-beta.1", "supports": "!uwp", "dependencies": [ - { - "name": "azure-core-cpp", - "default-features": false - }, + "azure-core-cpp", { "name": "azure-uamqp-c", "platform": "!uwp" diff --git a/sdk/core/azure-core-tracing-opentelemetry/vcpkg.json b/sdk/core/azure-core-tracing-opentelemetry/vcpkg.json index 7625639b5..d1166606e 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/vcpkg.json +++ b/sdk/core/azure-core-tracing-opentelemetry/vcpkg.json @@ -3,10 +3,7 @@ "version-string": "1.0.0-beta.1", "supports": "!(windows & !static)", "dependencies": [ - { - "name": "azure-core-cpp", - "default-features": false - }, + "azure-core-cpp", { "name": "opentelemetry-cpp", "platform": "!(windows & !static)" diff --git a/sdk/storage/azure-storage-common/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg.json index 24dfb910a..4fdc4924c 100644 --- a/sdk/storage/azure-storage-common/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg.json @@ -8,11 +8,7 @@ "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common", "license": "MIT", "dependencies": [ - { - "name": "azure-core-cpp", - "default-features": false, - "version>=": "1.9.0" - }, + "azure-core-cpp", { "name": "libxml2", "platform": "!windows" diff --git a/vcpkg.json b/vcpkg.json index 0abea9471..23cfc028d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "azure-sdk-for-cpp", "version": "1.5.0", - "builtin-baseline": "94ce0dab56f4d8ba6bd631ba59ed682b02d45c46", + "builtin-baseline": "dafef74af53669ef1cc9015f55e0ce809ead62aa", "dependencies": [ { "name": "curl"