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

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as azurecore from '../../../azurecore/src/azurecore';
import * as azurecore from 'azurecore';
import * as vscode from 'vscode';
export interface IApiService {