vcpkg/ports/azure-security-keyvault-keys-cpp/vcpkg.json
Azure SDK Bot 6c647af2ac
[azure-security-keyvault-keys-cpp] Update to 4.2.0 (#20535)
## 4.2.0 (2021-10-05)

### Features Added

- [2833](https://github.com/Azure/azure-sdk-for-cpp/issues/2833) Added `GetCryptographyClient()` to `KeyClient` to return a `CryptographyClient` that uses the same options, policies, and pipeline as the `KeyClient` that created it.
2021-10-05 14:59:57 -07:00

26 lines
596 B
JSON

{
"name": "azure-security-keyvault-keys-cpp",
"version-semver": "4.2.0",
"description": [
"Microsoft Azure Key Vault Keys SDK for C++",
"This library provides Azure Key Vault Keys SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
"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
}
]
}