cl (#2840)
This commit is contained in:
parent
6f8236287e
commit
41138dcc8a
@ -1,19 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 4.1.0-beta.1 (Unreleased)
|
||||
## 4.1.0 (2021-09-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
- Added `GetUrl()` to `KeyClient`.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [2750](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud.
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 4.0.0 (2021-08-10)
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 1
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA(i) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user