Skip to content

Commit 9b94fc3

Browse files
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>
1 parent 020ffec commit 9b94fc3

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 4.3.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 4.3.0-beta.3 (2025-04-08)
84

95
### Bugs Fixed
106

117
- Allow the `ApiVersion` field within `CertificateClientOptions` to be settable.
128

139
### Other Changes
1410

11+
- Use generated code to replace hand written client.
12+
1513
## 4.3.0-beta.2 (2024-06-11)
1614

1715
### Other Changes

sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 4.5.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 4.5.0-beta.3 (2025-04-08)
84

95
### Bugs Fixed
106

117
- Allow the `ApiVersion` field within `KeyClientOptions` to be settable.
128

139
### Other Changes
1410

11+
- Use generated code to replace hand written client.
12+
1513
## 4.5.0-beta.2 (2024-06-11)
1614

1715
### Breaking Changes

sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 4.3.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 4.3.0-beta.4 (2025-04-08)
84

95
### Bugs Fixed
106

117
- Allow the `ApiVersion` field within `SecretClientOptions` to be settable.
128

139
### Other Changes
1410

11+
- Use generated code to replace hand written client.
12+
1513
## 4.3.0-beta.2 (2024-06-11)
1614

1715
### Other Changes

sdk/keyvault/azure-security-keyvault-secrets/src/private/package_version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
#include <cstdint>
99

10-
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 1
11-
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 0
10+
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 4
11+
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 3
1212
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PATCH 0
13-
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.1"
13+
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.4"
1414

1515
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA_HELPER(i) #i
1616
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA(i) \

0 commit comments

Comments
 (0)