use azurecore and azureresource as typings (#11892)

* use azurecore and azureresource as typings

* Remove unrelated file
This commit is contained in:
Amir Omidi
2020-08-20 14:45:22 -07:00
committed by GitHub
parent adfdd56907
commit 18dc7e75ff
52 changed files with 170 additions and 162 deletions

View File

@@ -6,7 +6,7 @@
import { extensions, TreeItem } from 'vscode';
import { Account } from 'azdata';
import { azureResource } from './azure-resource';
import { azureResource } from 'azureResource';
import { IAzureResourceNodeWithProviderId } from './interfaces';
export class AzureResourceService {