Skip to content

Commit 4b3343e

Browse files
authored
Update Key Vault CHANGELOGs (Azure#26874)
1 parent 622a32e commit 4b3343e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

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

3-
## 4.1.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 4.1.0-beta.3 (2022-02-08)
104

115
### Other Changes
126

7+
- Updated documentation.
8+
139
## 4.1.0-beta.2 (2021-10-14)
1410

1511
### Features Added

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

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

3-
## 4.3.0-beta.7 (Unreleased)
3+
## 4.3.0-beta.7 (2022-02-08)
44

55
### Features Added
66

@@ -11,8 +11,6 @@
1111
- `KeyRotationPolicy.ExpiresIn` was changed from a `TimeSpan?` to a `string` to properly round trip. It must be an ISO 8601 duration like "P30D" for 30 days.
1212
- `KeyRotationLifetimeAction.TimeAfterCreate` and `TimeBeforeExpiry` were changed from a `TimeSpan?` to a `string` to properly round trip. It must be an ISO 8601 duration like "P30D" for 30 days.
1313

14-
### Bugs Fixed
15-
1614
### Other Changes
1715

1816
- `KeyProperties.Version` is no longer required when calling `KeyClient.UpdateKeyProperties` or `UpdateKeyPropertiesAsync`.

0 commit comments

Comments
 (0)