-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamfeature-request
Milestone
Description
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
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamfeature-request