4.3.0-beta.7 (2022-02-08)
Features Added
- Added
KeyReleasePolicy.Immutable
property.
Breaking Changes
KeyRotationPolicy.ExpiresIn
was changed from aTimeSpan?
to astring
to properly round trip. It must be an ISO 8601 duration like "P30D" for 30 days.KeyRotationLifetimeAction.TimeAfterCreate
andTimeBeforeExpiry
were changed from aTimeSpan?
to astring
to properly round trip. It must be an ISO 8601 duration like "P30D" for 30 days.
Other Changes
KeyProperties.Version
is no longer required when callingKeyClient.UpdateKeyProperties
orUpdateKeyPropertiesAsync
.