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:
gearama 2025-04-08 09:42:30 -07:00 committed by GitHub
parent 020ffec789
commit 9b94fc3f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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) \