mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
6308196b25
* [azure-security-keyvault-certificates-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2022-03-08) ### Breaking Changes - Updated `CreateCertificateOperation.PollUntilDone()` (returned from `StartCreateCertificate()`) to return the operation status instead of the newly created certificate. * [azure-security-keyvault-secrets-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2022-03-08) - Second preview. - Internal improvements.
26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"name": "azure-security-keyvault-certificates-cpp",
|
|
"version-semver": "4.0.0-beta.2",
|
|
"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.3.1"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|