vcpkg/ports/azure-security-keyvault-common-cpp/vcpkg.json
Azure SDK Bot 414bec05f2
[azure-security-keyvault-*] Add new ports (#17143)
* [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>
2021-04-16 17:11:10 -07:00

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"
]
}