export interface AzureEnvironment { AuthenticationEndpoint: string; DisplayName: string; GraphEndpoint: string; ManagementEndpoint: string; Name: string; ResourceManagerEndpoint: string; StorageEndpointSuffix: string; }