1.4.0-beta.5 (2021-04-06)
Acknowledgments
Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:
- Marco Mansi (GitHub)
New Features
- Added
AzurePowerShellCredential
toDefaultAzureCredential
(A community contribution, courtesy of olandese)
Fixes and improvements
- When logging is enabled, the log output from MSAL is also logged.
- Fixed an issue where an account credential fails to load from the cache when EnableGuestTenantAuthentication is true and the account found in the cache has multiple matching tenantIds (#18276).
- Fixed deadlock issue in
InteractiveBrowserCredential
when running in a UI application (#18418).
Breaking Changes
TokenCache
class is moved removed from the public API surface and has been replaced byTokenCachePersistenceOptions
for configuration of disk based persistence of the token cache.