Open mdhowle opened 2 years ago
Azure Support has determined the ClientSecretCredential does not have a PUID the underlying API that dispenses Tenant information requires. I have posted in the feedback "ideas" as a long shot to get this resolved.
https://feedback.azure.com/d365community/idea/4a47fd48-5493-ed11-a81b-000d3ae5ae95
I'm using ClientSecretCredential in Python to list the tenants, but it returns None. This seems to be related to https://github.com/Azure/azure-sdk-for-python/issues/22527
Running it using
AzureCliCredential
with my credentials, it returns all the data.Is this a permission issues? If so, what permission is needed? The app already has Reader privileges for the Subscription.
Thanks