Open robbert-nlo opened 1 month ago
Hi @robbert-nlo,
2.64.0 is not the latest Azure CLI(2.65.0).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
Thank you for opening this issue, we will look into it.
Hi @robbert-nlo,
2.64.0 is not the latest Azure CLI(2.65.0).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
Just tested with 2.65.0, issue is still there.
Also, I haven't been able to reproduce this on Windows (x86), so this may be MacOS / ARM specific issue.
Describe the bug
I originally submitted a bug report with the azurerm terraform provider, but was directed here. Please refer to this issue for the details: https://github.com/hashicorp/terraform-provider-azurerm/issues/27573
Related command
az account get-access-token --scope https://storageaccount.queue.core.windows.net/.default --subscription 12345678-e804-42e5-86ad-98f476ed81b7 -o=json
Errors
ERROR: User 'REDACTED' does not exist in MSAL token cache. Run
az login.
Issue script & Debug output
Please see https://github.com/hashicorp/terraform-provider-azurerm/issues/27573
Expected behavior
All storage account access tokens were correctly read from the token cache.
Environment Summary
Additional context
No response