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 * as should from 'should';
import 'mocha';
import { getRegionDisplayName } from '../utils';
import { AzureRegion } from '../azurecore';
import { AzureRegion } from 'azurecore';
import * as loc from '../localizedConstants';
describe('Azurecore Utils Tests', function (): void {