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
fixes Azure/azure-sdk-for-go/18619
The TenantIDDescription struct returned by calls to TenantsClient.ListComplete contains only two fields: ID and TenantID:
However, the underlying API returns many more useful fields, including countryCode, displayName, domains, tenantCategory defaultDomain and tenantType. It would be great if these fields could also be made accessible through the Go SDK.
0 commit comments