Skip to content

sdk/keyvault/azkeys/v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Mar 19:30
d987a80

0.4.0 (2022-03-08)

Features Added

  • Adds the ReleasePolicy parameter to the UpdateKeyPropertiesOptions struct.
  • Adds the Immutable boolean to the KeyReleasePolicy model.
  • Added a ToPtr method on KeyType constant

Breaking Changes

  • Changed the Data to EncodedPolicy on the KeyReleasePolicy struct.
  • Changed the Updated, Created, and Expires properties to UpdatedOn, CreatedOn, and ExpiresOn.
  • Renamed JSONWebKeyOperation to Operation.
  • Renamed JSONWebKeyCurveName to CurveName
  • Prefixed all KeyType constants with KeyType
  • Changed KeyBundle to KeyVaultKey and DeletedKeyBundle to DeletedKey
  • Renamed KeyAttributes to KeyProperties
  • Renamed ListKeyVersions to ListPropertiesOfKeyVersions
  • Removed Attributes struct
  • Changed CreateOCTKey/Response/Options to CreateOctKey/Response/Options
  • Removed all RawResponse *http.Response fields from response structs.