You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Describe the bug
When reading tenant data from multiple Azure AAD tenants, I have to manually az login -t ... into each before running collie, else I will receive an empty tenant list
Reach of the bug
Everyone using more than one azure tenant with collie.
Impact of the bug
Incorrect behavior.
To Reproduce
Steps to reproduce the behavior:
collie tenant list meshcloud-dev --platform azure.meshcloud-azure-dev
collie tenant list meshcloud-prod --platform azure.meshcloud-azure-prod
Observe that the second command returns no tenants
No objects to list
Queried from cloud - azure.meshcloud-azure-prod: 2.564s.
Expected behavior
Both tenant lists show the subscriptions in each respective tenant
Implementation Hints
It may have been introduced with the changes around enabling the collie tenant tree command.
I think before we used az account list which worked cross AAD Tenant even when az login is logged into the wrong tenant.
Describe the bug
When reading tenant data from multiple Azure AAD tenants, I have to manually
az login -t ...into each before running collie, else I will receive an empty tenant listReach of the bug
Everyone using more than one azure tenant with collie.
Impact of the bug
Incorrect behavior.
To Reproduce
Steps to reproduce the behavior:
collie tenant list meshcloud-dev --platform azure.meshcloud-azure-devcollie tenant list meshcloud-prod --platform azure.meshcloud-azure-prodObserve that the second command returns no tenants
Expected behavior
Both tenant lists show the subscriptions in each respective tenant
Implementation Hints
It may have been introduced with the changes around enabling the
collie tenant treecommand.I think before we used
az account listwhich worked cross AAD Tenant even whenaz loginis logged into the wrong tenant.