4.4.0b1 (2021-2-10)
Changed
- Key Vault API version 7.2-preview is now the default
- Updated msrest requirement to >=0.6.21
Added
- Support for Key Vault API version 7.2-preview
(#16566)- Added
oct_hsm
toKeyType
- Added 128-, 192-, and 256-bit AES-GCM, AES-CBC, and AES-CBCPAD encryption
algorithms toEncryptionAlgorithm
- Added 128- and 192-bit AES-KW key wrapping algorithms to
KeyWrapAlgorithm
CryptographyClient
'sencrypt
method acceptsiv
and
additional_authenticated_data
keyword argumentsCryptographyClient
'sdecrypt
method acceptsiv
,
additional_authenticated_data
, andauthentication_tag
keyword arguments- Added
iv
,aad
, andtag
properties toEncryptResult
- Added
- Added method
parse_key_vault_key_id
that parses out a full ID returned by
Key Vault, so users can easily access the key'sname
,vault_url
, andversion
.