Cannot get Azure subscriptions using Azure Python SDK
I can get Azure subscriptons list using REST API. However, when I'm switching to Azure Python SDK, there seems to be some problems. This is the code so far: from azure.identity.aio import ClientSecretCredential from azure.mgmt.resource import SubscriptionClient import json data…