Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure SDK] Update Azure SDK to the latest version #19028

Merged

Commits on Jul 20, 2021

  1. [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.4

    ## 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`.
    azure-sdk committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    22d9b4c View commit details
    Browse the repository at this point in the history