Try to get Subscription's operations within Azure Gov, but the default api endpoint for Azure ManagementClient is the global one: https://management.azure.com/,
After I specified the endpoint of azure gov ( https://management.usgovcloudapi.net/) to the ManagementClient's constructor method
e.g var managementClient = new ManagementClient(credentials, new Uri("https://management.usgovcloudapi.net/") it returns api version missing.. and after I put a api-version as a suffix to the uri, it returns no subscription id found..
any one know it works with azure gov as well?
please anyone or any help.