mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:19:00 +08:00
997cd412fa
* [azure-security-keyvault-keys-cpp] Update to 4.1.0 ## 4.1.0 (2021-09-08) ### Features Added - Added `GetUrl()` to `KeyClient`. ### Bugs Fixed - [2750](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud. * not-specified
26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"name": "azure-security-keyvault-secrets-cpp",
|
|
"version-semver": "4.0.0-beta.1",
|
|
"description": [
|
|
"Microsoft Azure Key Vault Secrets SDK for C++",
|
|
"This library provides Azure Key Vault Secrets SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-secrets",
|
|
"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
|
|
}
|
|
]
|
|
}
|