mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
8150939b69
In #38085, we released 4 azure SDK libraries, and updated port manifest files to use `HEAD_REF` and `${VERSION}`. This PR updates the rest of the https://github.com/Azure/azure-sdk-for-cpp/ ports to have the same changes, and also updates the remaining Azure SDK for C++ ports to have multi-line `$comment`. This will keep all Azure SDK for C++ ports in uniform state when it comes to portfiles, reflects the mainfest changes from the repo, and will help to see minimalistic diffs during the next releases and in daily validation runs (#34835). cc @WangWeiLin-MV --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
31 lines
844 B
JSON
31 lines
844 B
JSON
{
|
|
"$comment": [
|
|
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
|
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
|
],
|
|
"name": "azure-security-keyvault-certificates-cpp",
|
|
"version-semver": "4.2.1",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Key Vault Certificates SDK for C++",
|
|
"This library provides Azure Key Vault Certificates SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-certificates",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.9.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|