Skip to content

Commit 2203779

Browse files
authored
[Key Vault] Prepare packages for Beta release (Azure#49238)
* Prepare Secrets for release * Prepare Certificates for release * Prepare Admin for release * Prepare Keys for release
1 parent 33e042f commit 2203779

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md

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

3-
## 4.6.0-beta.1 (Unreleased)
3+
## 4.6.0-beta.1 (2025-04-08)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added `StartPreRestore` and `StartPreBackup` operations to the `KeyVaultBackupClient`.
108

119
### Other Changes
1210

11+
- The default service version is now "7.6-preview.2".
12+
1313
## 4.5.0 (2024-10-14)
1414

1515
### Features Added

sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Release History
22

3-
## 4.8.0-beta.1 (Unreleased)
3+
## 4.8.0-beta.1 (2025-04-08)
44

55
### Features Added
66

77
- New `preserveCertificateOrder` option when creating and importing certificates. It can be set as an optional paremeter in `StartCreateCertificate`, as an option in `ImportCertificateOptions`, and it can be retrieved from certificates of type `KeyVaultCertificateWithPolicy`
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
- Corrected a typo in the documentation for `CertificatePolicy.KeySize`, changing the RSA key length from "4092" to "4096".

sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Release History
22

3-
## 4.8.0-beta.1 (Unreleased)
3+
## 4.8.0-beta.1 (2025-04-08)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Hmac algorithms in `SignatureAlgorithm`
8+
- Added CkmAesKeyWrap algorithm in `EncryptionAlgorithm`
9+
- Added Attestation property for Keys in Managed HSM Key Vaults.
10+
- New `GetKeyAttestation` operation to get the public part of a stored key along with its attestation blob.
1011

1112
### Other Changes
1213

sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Release History
22

3-
## 4.8.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 4.8.0-beta.1 (2025-04-08)
104

115
### Other Changes
126

0 commit comments

Comments
 (0)