4.2.0-beta.4 (2021-02-10)
Added
- Added
CreateEcKeyOptions
class. - Added
CreateEcKey
andCreateEcKeyAsync
methods to theKeyClient
class. - Added constructor to
KeyVaultKeyIdentifier
to parse aUri
.
Changed
- The default service version is now "7.2" (still in preview).
- Renamed
EncryptOptions
toEncryptParameters
. - Renamed
DecryptOptions
toDecryptParameters
. - Made
EncryptParameters.AdditionalAuthenticatedData
read-only, requiring it to be passed to the constructor. - Made
DecryptParameters.AdditionalAuthenticatedData
read-only, requiring it to be passed to the constructor.
Removed
- Removed local cryptographic support for AES-GCM.
- Removed
Export
andExportAsync
methods fromKeyClient
. - Removed
Exportable
property fromKeyProperties
'. - Removed
KeyReleasePolicy
class and associated properties. - Removed
KeyVaultKeyIdentifier.Parse
andKeyVaultKeyIdentifier.TryParse
in favor of the added constructor.