File tree 5 files changed +5
-15
lines changed
azure-core-tracing-opentelemetry
storage/azure-storage-common
5 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ macro(az_vcpkg_integrate)
17
17
message ("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg." )
18
18
# GET VCPKG FROM SOURCE
19
19
# User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch
20
- set (VCPKG_COMMIT_STRING 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46 ) # default SDK tested commit
20
+ set (VCPKG_COMMIT_STRING dafef74af53669ef1cc9015f55e0ce809ead62aa ) # default SDK tested commit
21
21
if (DEFINED ENV{AZURE_SDK_VCPKG_COMMIT})
22
22
message ("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default." )
23
23
set (VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT} " ) # default SDK tested commit
Original file line number Diff line number Diff line change 3
3
"version-string" : " 1.0.0-beta.1" ,
4
4
"supports" : " !uwp" ,
5
5
"dependencies" : [
6
- {
7
- "name" : " azure-core-cpp" ,
8
- "default-features" : false
9
- },
6
+ " azure-core-cpp" ,
10
7
{
11
8
"name" : " azure-uamqp-c" ,
12
9
"platform" : " !uwp"
Original file line number Diff line number Diff line change 3
3
"version-string" : " 1.0.0-beta.1" ,
4
4
"supports" : " !(windows & !static)" ,
5
5
"dependencies" : [
6
- {
7
- "name" : " azure-core-cpp" ,
8
- "default-features" : false
9
- },
6
+ " azure-core-cpp" ,
10
7
{
11
8
"name" : " opentelemetry-cpp" ,
12
9
"platform" : " !(windows & !static)"
Original file line number Diff line number Diff line change 8
8
"homepage" : " https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common" ,
9
9
"license" : " MIT" ,
10
10
"dependencies" : [
11
- {
12
- "name" : " azure-core-cpp" ,
13
- "default-features" : false ,
14
- "version>=" : " 1.9.0"
15
- },
11
+ " azure-core-cpp" ,
16
12
{
17
13
"name" : " libxml2" ,
18
14
"platform" : " !windows"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-sdk-for-cpp" ,
3
3
"version" : " 1.5.0" ,
4
- "builtin-baseline" : " 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46 " ,
4
+ "builtin-baseline" : " dafef74af53669ef1cc9015f55e0ce809ead62aa " ,
5
5
"dependencies" : [
6
6
{
7
7
"name" : " curl"
You can’t perform that action at this time.
0 commit comments