4.3.0 (2021-06-22)
This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.
Changed
- Key Vault API version 7.2 is now the default
- Updated minimum
msrest
version to 0.6.21 - The
issuer_name
parameter forCertificatePolicy
is now optional
Added
- Added class
KeyVaultCertificateIdentifier
that parses out a full ID returned by Key Vault,
so users can easily access the certificate'sname
,vault_url
, andversion
.