Skip to content

Commit

Permalink
Add Azure libraries to correct vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 11, 2023
1 parent 0234d5a commit 4cc3298
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ci/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,31 @@
]
}
]
},
"azure": {
"description": "Azure support",
"dependencies": [
{
"name": "azure-core-cpp",
"version>=": "1.10.2"
},
{
"name": "azure-identity-cpp",
"version>=": "1.5.1"
},
{
"name": "azure-storage-blobs-cpp",
"version>=": "12.8.0"
},
{
"name": "azure-storage-common-cpp",
"version>=": "12.3.3"
},
{
"name": "azure-storage-files-datalake-cpp",
"version>=": "12.7.0"
}
]
}
}
}

0 comments on commit 4cc3298

Please sign in to comment.