4.3.0-beta.2 (2021-10-14)
Features Added
- Added
JsonWebKeyConverter
to support serializing and deserializing aJsonWebKey
to a RFC 7517 JWK. (#16155) - Added
KeyClient.GetCryptographyClient
to get aCryptographyClient
that uses the same options, policies, and pipeline as theKeyClient
that created it. (#23786) - Added
KeyRotationPolicy
class and new methods includingKeyClient.GetKeyRotationPolicy
,KeyClient.RotateKey
, andKeyClient.UpdateKeyRotationPolicy
. - Added
KeyVaultKeyIdentifier.TryCreate
to parse key URIs without throwing an exception when invalid. (#23146) - Support multi-tenant authentication against Key Vault and Managed HSM when using Azure.Identity 1.5.0 or newer. (#18359)
Bugs Fixed
- Added key version to distributed tracing. (#12907)