Fix casing for resourceprovider module require (#1731)

* Fix casing for resourceprovider module require

* Rename files to avoid build output recasing on macos
This commit is contained in:
Karl Burtram
2018-06-26 18:37:31 -07:00
committed by GitHub
parent 549037f744
commit 60b696cc31
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
export const serviceName = 'AzureResourceProvider';
export const providerId = 'azureresourceProvider';