mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Feature/viewlet cmsapis (#4312)
* first set of changes to experiment the registration of cms related apis * Adding cms service entry to workbench * Adding basic functionality for add remove reg servers and group * Returning relative path as part of RegServerResult as string * Removing the cms apis from core. Having mssql extension expose them for cms extension * Propogating the backend name changes to apis * Fixing some missing sqlops references * Adding a sqltools service version with CMS apis available
This commit is contained in:
committed by
Anthony Dresser
parent
d00c3780a6
commit
ddce7731b9
@@ -37,6 +37,7 @@ export const isBigDataClusterProperty = 'isBigDataCluster';
|
||||
|
||||
// SERVICE NAMES //////////////////////////////////////////////////////////
|
||||
export const ObjectExplorerService = 'objectexplorer';
|
||||
export const CmsService = 'cmsService';
|
||||
export const objectExplorerPrefix: string = 'objectexplorer://';
|
||||
export const ViewType = 'view';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user