Update CL version for key vault for the beta release (#2646)

* Update CL version for key vault for the beta release
This commit is contained in:
Ahson Khan 2021-07-20 09:50:25 -07:00 committed by GitHub
parent 82ca4cfc83
commit 157e4875f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 4.0.0 (2021-07-09)
## 4.0.0-beta.4 (Unreleased)
### Breaking Changes

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_MINOR 0
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PRERELEASE ""
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PRERELEASE "beta.4"
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_ITOA(i) \

View File

@ -1,6 +1,6 @@
# Release History
## 4.0.0 (2021-07-08)
## 4.0.0-beta.4 (2021-07-20)
### Features Added
@ -23,6 +23,7 @@
- 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`.
## 4.0.0-beta.3 (2021-06-08)

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 0
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE ""
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.4"
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA(i) \