1.1.0 (2024-04-09)
Features Added
InteractiveBrowserBrokerCredential
now supports ause_default_broker_account
property to enable the use of the currently logged in operating system account for authentication rather than prompting for a credential.- Added
enable_support_logging
as a keyword argument toInteractiveBrowserBrokerCredential
. This allows additional support logging which may contain PII.
Other Changes
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
- Bumped minimum dependency on
azure-identity
to1.15.0
.