Closed jobala closed 4 years ago
do we have a timeline for azure identity to come out of beta?
@ddyett The feature we need, InteractiveBrowserCredential with persistent token cache, will come out of beta in November.
https://github.com/Azure/azure-sdk-for-python/issues/13189#issuecomment-677796303
@ddyett The feature we need, InteractiveBrowserCredential with persistent token cache, will come out of beta in November.
ah ok makes sense
Overview
This PR uses
azure-identity==1.4.0b7
which is a beta release. We are using a beta release so that we can give feedback -- if any -- to the azure-identity team. I have also encapsulated the authentication logic which was spread betweencustom.py
andcustom_browser_credential.py
in anauthentication
object.Fixes #9