Kv april releases (#6508)
* april releases * changelogs * fds * fds * Update sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com> * sadasfsd --------- Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
This commit is contained in:
parent
020ffec789
commit
9b94fc3f72
@ -1,10 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.3.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
## 4.3.0-beta.3 (2025-04-08)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
@ -12,6 +8,8 @@
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Use generated code to replace hand written client.
|
||||
|
||||
## 4.3.0-beta.2 (2024-06-11)
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -1,10 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.5.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
## 4.5.0-beta.3 (2025-04-08)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
@ -12,6 +8,8 @@
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Use generated code to replace hand written client.
|
||||
|
||||
## 4.5.0-beta.2 (2024-06-11)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1,10 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.3.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
## 4.3.0-beta.4 (2025-04-08)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
@ -12,6 +8,8 @@
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Use generated code to replace hand written client.
|
||||
|
||||
## 4.3.0-beta.2 (2024-06-11)
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 1
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 0
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 3
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.4"
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA(i) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user