You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a place in `ManagedIdentityClient` where the `TokenCache.find`
method was still being used, leading to some deprecation warnings being
printed. This updates that to use `TokenCache.search`.
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
0 commit comments