Skip to content

Support get_token_info protocol in AAZ #31710

@jiasli

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions