mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
7f7ac83c24
* [azure-security-keyvault-certificates-cpp] Update to 4.2.0 ## 4.2.0 (2023-05-09) ### Features Added - Added support for challenge-based and multi-tenant authentication. * [azure-security-keyvault-secrets-cpp] Update to 4.2.0 ## 4.2.0 (2023-05-09) ### Features Added - Added support for challenge-based and multi-tenant authentication. * [azure-security-keyvault-keys-cpp] Update to 4.4.0 ## 4.4.0 (2023-05-09) ### Features Added - Added support for challenge-based and multi-tenant authentication. ### Bugs Fixed - [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
26 lines
628 B
JSON
26 lines
628 B
JSON
{
|
|
"name": "azure-security-keyvault-certificates-cpp",
|
|
"version-semver": "4.2.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|