mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
3ec9948bc5
## 4.0.0-beta.1 (2021-11-09) ### New Features - Initial beta release of Azure Security Key Vault Certificates API for CPP. - Added `Azure::Security::KeyVault::Certificates::CertificateClient` for get, create, list, delete, backup, restore, and import certificate operations. - Added high-level and simplified `keyvault_certificates.hpp` file for simpler include experience for customers. - Added model types which are returned from the `CertificateClient` operations, such as `Azure::Security::KeyVault::Certificates::KeyVaultCertificate`.
26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"name": "azure-security-keyvault-certificates-cpp",
|
|
"version-semver": "4.0.0-beta.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.2.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|