-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Bushelp wantedThis issue is tracking work for which community contributions would be welcomed and appreciatedThis issue is tracking work for which community contributions would be welcomed and appreciated
Milestone
Description
Is your feature request related to a problem? Please describe.
We previously used _AccessToken to work around not needing to import AccessToken. However, we're now importing AccessToken from azure.core anyway to implement other credentials, so we might as well nix the custom standin.
Describe the solution you'd like
Convert instances of _AccessToken to use AccessToken instead, then remove _AccessToken.
Describe alternatives you've considered
N/A
Additional context
This originated in the discussion here.
(Note: since this is internal, my use of the word "Deprecate" is colloquial, there is no additional process outside of simply yanking out the old utilization and making sure everything is still happy/tests pass.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Bushelp wantedThis issue is tracking work for which community contributions would be welcomed and appreciatedThis issue is tracking work for which community contributions would be welcomed and appreciated