4.5.0-beta.1 (2022-11-09)
Features Added
- Added
CreateOkpKeyOptions
to pass key options when creating an Octet Key Pair (OKP) on Managed HSM. - Added
KeyClient.CreateOkpKey
andCreateOkpKeyAsync
to create an Octet Key Pair (OKP) on Managed HSM. - Added
KeyType.Okp
andKeyType.OkpHsm
forJsonWebKey
. - Added
KeyCurveName.Ed25519
to create an Octet Key Pair (OKP) using the Ed25519 curve. - Added
SignatureAlgorithm.EdDsa
to support signing and verifying using an Edwards Curve Digital Signature Algorithm (EdDSA) on Managed HSM.
Bugs Fixed
- Fixed possible "ObjectIsBeingRecovered" error immediately after restoring certificates, keys, or secrets. (#31581)
Other Changes
- The default service version is now "7.4-preview.1".