mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
414bec05f2
* [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.1 ## 4.0.0-beta.1 (2021-04-07) ### New Features - KeyVaultException. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.1 ## 4.0.0-beta.1 (2021-04-07) ### New Features - Added `Azure::Security::KeyVault::Keys::KeyClient` for get, create, list, delete, backup, restore, and import key operations. - Added high-level and simplified `key_vault.hpp` file for simpler include experience for customers. - Added model types which are returned from the `KeyClient` operations, such as `Azure::Security::KeyVault::Keys::KeyVaultKey`. * Update vcpkg ports to use a manifest json file instead of a CONTROL file. * Update git tree sha versions using the command 'x-add-version --all --overwrite-version' Co-authored-by: Ahson Khan <ahkha@microsoft.com>
13 lines
411 B
JSON
13 lines
411 B
JSON
{
|
|
"name": "azure-security-keyvault-common-cpp",
|
|
"version-string": "4.0.0-beta.1",
|
|
"description": [
|
|
"Microsoft Azure Common Key Vault SDK for C++",
|
|
"This library provides common Azure KeyVault-related abstractions for Azure SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/keyvault/azure-security-keyvault-common",
|
|
"dependencies": [
|
|
"azure-core-cpp"
|
|
]
|
|
}
|