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
Refactor exported, internal public surface area (Azure#17595)
* Refactor exported, internal public surface area
Internal packages are used to break circular dependencies. Some of this
internal content is actually publicly exported via type aliases. To
make it clear which internal parts are public, they've been moved into
the internal/exported package along with comments indicating from where
they're exposed.
Moved some shared stuff that was just for pollers into internal/pollers.
Added shared.BytesSetter interface to decouple the payload caching from
the underlying implementation.
Moved some non-shared constants around.
Removed unused x-ms-date constant.
* directly export AccessToken, TokenCredential, TokenRequestOptions
0 commit comments