mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
14 lines
985 B
TypeScript
14 lines
985 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
export const ManageControllerCommand = 'bigDataClusters.command.manageController';
|
|
export const CreateControllerCommand = 'bigDataClusters.command.createController';
|
|
export const ConnectControllerCommand = 'bigDataClusters.command.connectController';
|
|
export const RemoveControllerCommand = 'bigDataClusters.command.removeController';
|
|
export const RefreshControllerCommand = 'bigDataClusters.command.refreshController';
|
|
export const MountHdfsCommand = 'bigDataClusters.command.mount';
|
|
export const RefreshMountCommand = 'bigDataClusters.command.refreshmount';
|
|
export const DeleteMountCommand = 'bigDataClusters.command.deletemount';
|