You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KeyVault/KeyVault/ChangeLog.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
* Updated Azure.Core to 1.28.0.
21
22
22
23
## Version 4.9.1
23
24
* Fixed certificate export parameter issue in `Add-AzKeyVaultKey`[#19623]
@@ -44,7 +45,7 @@
44
45
45
46
## Version 4.6.0
46
47
* Supported importing pem certificate by `Import-AzKeyVaultCertificate`[#18494]
47
-
* Supported accepting rotation policy in a JSON file
48
+
* Supported accepting rotation policy in a JSON file
48
49
*[Breaking Change] Changed parameter `ExpiresIn` in `Set-AzKeyVaultKeyRotationPolicy` from TimeSpan? to string. It must be an ISO 8601 duration like "P30D" for 30 days.
49
50
*[Breaking Change] Changed output properties `ExpiresIn`, `TimeAfterCreate` and `TimeBeforeExpiry` of `Set-AzKeyVaultKeyRotationPolicy` and `Get-AzKeyVaultKeyRotationPolicy` from TimeSpan? to string.
50
51
* Supported creating/updating key with release policy in a Managed HSM
@@ -61,7 +62,7 @@
61
62
62
63
## Version 4.3.1
63
64
* Fixed a bug to continue visiting `NextPageLink` when listing key vaults from ARM API
64
-
65
+
65
66
## Version 4.3.0
66
67
*`New-AzKeyVaultManagedHsm`: supported specifying how long a deleted managed hsm is retained by `SoftDeleteRetentionInDays` and enabling purge protection by `EnablePurgeProtection`
67
68
*`Update-AzKeyVaultManagedHsm`: supported enabling purge protection by `EnablePurgeProtection`
0 commit comments