Expose AzureAccount typings to other extensions (#14604)

This commit is contained in:
Charles Gagnon
2021-03-09 10:16:52 -08:00
committed by GitHub
parent 46dd49d69a
commit 0906030aa2
19 changed files with 197 additions and 200 deletions

View File

@@ -8,7 +8,7 @@ import * as msRest from '@azure/ms-rest-js';
import { Account } from 'azdata';
import { azureResource } from 'azureResource';
import { AzureAccount, Tenant } from '../account-provider/interfaces';
import { AzureAccount, Tenant } from 'azurecore';
export interface IAzureResourceSubscriptionService {
getSubscriptions(account: Account, credential: msRest.ServiceClientCredentials, tenantId: string): Promise<azureResource.AzureResourceSubscription[]>;