mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
* Fix casing for resourceprovider module require * Rename files to avoid build output recasing on macos
9 lines
470 B
TypeScript
9 lines
470 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* 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';
|