mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Extension telemetry feature cleanup (#21779)
* Extension telemetry feature cleanup * one more
This commit is contained in:
@@ -6,6 +6,7 @@ export const serviceName = 'AzureMonitor Tools Service';
|
||||
export const providerId = 'LOGANALYTICS';
|
||||
export const serviceCrashLink = 'https://github.com/Microsoft/azuredatastudio/issues';
|
||||
export const extensionConfigSectionName = 'azuremonitor';
|
||||
export const packageName = 'Microsoft.azuremonitor';
|
||||
|
||||
// DATA PROTOCOL VALUES ///////////////////////////////////////////////////////////
|
||||
export const azureMonitorClusterProviderName = 'azureMonitorCluster';
|
||||
@@ -22,4 +23,4 @@ export const objectExplorerPrefix: string = 'objectexplorer://';
|
||||
export const ViewType = 'view';
|
||||
|
||||
export const azuremonitorClusterNewNotebookTask = 'azuremonitorCluster.task.newNotebook';
|
||||
export const azuremonitorClusterOpenNotebookTask = 'azuremonitorCluster.task.openNotebook';
|
||||
export const azuremonitorClusterOpenNotebookTask = 'azuremonitorCluster.task.openNotebook';
|
||||
|
||||
Reference in New Issue
Block a user