mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Combine azure-resource.d.ts into azurecore.d.ts (#19047)
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
|
||||
import { extensions, TreeItem } from 'vscode';
|
||||
|
||||
import { azureResource } from 'azureResource';
|
||||
import { IAzureResourceNodeWithProviderId } from './interfaces';
|
||||
import { AzureAccount } from 'azurecore';
|
||||
import { AzureAccount, azureResource } from 'azurecore';
|
||||
|
||||
export class AzureResourceService {
|
||||
private _areResourceProvidersLoaded: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user