Skip to content

Support get_token_info protocol in AAZ #31710

Description

@jiasli

Is your feature request related to a problem? Please describe.
AAZ currently still uses the old get_token protocol:

self._token = self._credential.get_token(*self._scopes)

Describe the solution you'd like
AAZ should use the new get_token_info protocol.

Describe alternatives you've considered
Use Azure CLI's internal acquire_token protocol (#29955) to decouple from Azure SDK.

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions