0.4.0 (2022-03-08)
Features Added
- Adds the
ReleasePolicy
parameter to theUpdateKeyPropertiesOptions
struct. - Adds the
Immutable
boolean to theKeyReleasePolicy
model. - Added a
ToPtr
method onKeyType
constant
Breaking Changes
- Changed the
Data
toEncodedPolicy
on theKeyReleasePolicy
struct. - Changed the
Updated
,Created
, andExpires
properties toUpdatedOn
,CreatedOn
, andExpiresOn
. - Renamed
JSONWebKeyOperation
toOperation
. - Renamed
JSONWebKeyCurveName
toCurveName
- Prefixed all KeyType constants with
KeyType
- Changed
KeyBundle
toKeyVaultKey
andDeletedKeyBundle
toDeletedKey
- Renamed
KeyAttributes
toKeyProperties
- Renamed
ListKeyVersions
toListPropertiesOfKeyVersions
- Removed
Attributes
struct - Changed
CreateOCTKey
/Response
/Options
toCreateOctKey
/Response
/Options
- Removed all
RawResponse *http.Response
fields from response structs.