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
Config objects are not longer cloned by the library.
The objects are intended to be readonly and that no modification happens
to them during the lifetime of the process, changing these values will result
in undefined behaviour.
Features
remove config object cloning to fix TokenCredential issues (5fcc7d7)