1.7.0b4 (2021-09-09)
Features Added
CertificateCredential
accepts certificates in PKCS12 format
(#13540)OnBehalfOfCredential
supports the on-behalf-of authentication flow for
accessing resources on behalf of users
(#19308)DefaultAzureCredential
allows specifying the client ID of interactive browser via keyword argumentinteractive_browser_client_id
(#20487)
Other Changes
- Added context manager methods and
close()
to credentials in the
azure.identity
namespace. At the end of awith
block, or whenclose()
is called, these credentials close their underlying transport sessions.
(#18798)