vcpkg/ports/azure-security-keyvault-keys-cpp/vcpkg.json

26 lines
596 B
JSON
Raw Normal View History

{
"name": "azure-security-keyvault-keys-cpp",
"version-semver": "4.3.0",
"description": [
"Microsoft Azure Key Vault Keys SDK for C++",
"This library provides Azure Key Vault Keys SDK."
],
[azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.4 (#19028) ## 4.0.0-beta.4 (2021-07-20) ### Features Added - Added `GetIv()` to `EncryptParameters` and `DecryptParameters`. - Added `BackupKeyResult` for `BackupKey()` return type. ### Breaking Changes - Removed `Azure::Security::KeyVault::Keys::ServiceVersion::V7_0` and `V7_1`. - Removed `Azure::Security::KeyVault::Keys::Cryptography::ServiceVersion::V7_0` and `V7_1`. - Removed `CryptographyClient::RemoteClient()` and `CryptographyClient::LocalOnly()`. - Removed the general constructor from `EncryptParameters` and `DecryptParameters`. - Removed access to `Iv` field member from `EncryptParameters` and `DecryptParameters`. - Removed `Encrypt(EncryptionAlgorithm, std::vector, context)`. - Removed `Decrypt(DecryptAlgorithm, std::vector, context)`. - Removed `JsonWebKey::HasPrivateKey()`. - Removed the `MaxPageResults` field from `GetPropertiesOfKeysOptions`, `GetPropertiesOfKeyVersionsOptions`, and `GetDeletedKeysOptions`. - Renamed header `list_keys_single_page_result.hpp` to `list_keys_responses.hpp`. - Updated `BackupKey()` API return type to `BackupKeyResult` model type. - Renamed `KeyPropertiesPageResult` to `KeyPropertiesPagedResponse`. - Renamed `DeletedKeyPageResult` to `DeletedKeyPagedResponse`. - Changed the container for `KeyOperations` from `std::list` to `std::vector` within `CreateKeyOptions` and `UpdateKeyProperties()`. - Changed the return type of `CrytographyClient` APIs like `Encrypt()` to return `Response<T>` rather than the `T` directly. - Renamed high-level header from `key_vault_keys.hpp` to `keyvault_keys.hpp`.
2021-07-23 02:13:45 +08:00
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
"license": "MIT",
"dependencies": [
{
[azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.4 (#19028) ## 4.0.0-beta.4 (2021-07-20) ### Features Added - Added `GetIv()` to `EncryptParameters` and `DecryptParameters`. - Added `BackupKeyResult` for `BackupKey()` return type. ### Breaking Changes - Removed `Azure::Security::KeyVault::Keys::ServiceVersion::V7_0` and `V7_1`. - Removed `Azure::Security::KeyVault::Keys::Cryptography::ServiceVersion::V7_0` and `V7_1`. - Removed `CryptographyClient::RemoteClient()` and `CryptographyClient::LocalOnly()`. - Removed the general constructor from `EncryptParameters` and `DecryptParameters`. - Removed access to `Iv` field member from `EncryptParameters` and `DecryptParameters`. - Removed `Encrypt(EncryptionAlgorithm, std::vector, context)`. - Removed `Decrypt(DecryptAlgorithm, std::vector, context)`. - Removed `JsonWebKey::HasPrivateKey()`. - Removed the `MaxPageResults` field from `GetPropertiesOfKeysOptions`, `GetPropertiesOfKeyVersionsOptions`, and `GetDeletedKeysOptions`. - Renamed header `list_keys_single_page_result.hpp` to `list_keys_responses.hpp`. - Updated `BackupKey()` API return type to `BackupKeyResult` model type. - Renamed `KeyPropertiesPageResult` to `KeyPropertiesPagedResponse`. - Renamed `DeletedKeyPageResult` to `DeletedKeyPagedResponse`. - Changed the container for `KeyOperations` from `std::list` to `std::vector` within `CreateKeyOptions` and `UpdateKeyProperties()`. - Changed the return type of `CrytographyClient` APIs like `Encrypt()` to return `Response<T>` rather than the `T` directly. - Renamed high-level header from `key_vault_keys.hpp` to `keyvault_keys.hpp`.
2021-07-23 02:13:45 +08:00
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}