Azure Monitor: Enable multiple resource queries (#62467)

This commit is contained in:
Andres Martinez Gotor
2023-01-30 17:19:03 +01:00
committed by GitHub
parent 14dd1be244
commit 6d230d95eb
16 changed files with 159 additions and 352 deletions

View File

@@ -47,7 +47,6 @@ export interface FeatureToggles {
supportBundles?: boolean;
dashboardsFromStorage?: boolean;
export?: boolean;
azureMonitorResourcePickerForMetrics?: boolean;
exploreMixedDatasource?: boolean;
tracing?: boolean;
commandPalette?: boolean;
@@ -90,7 +89,6 @@ export interface FeatureToggles {
alertingBacktesting?: boolean;
editPanelCSVDragAndDrop?: boolean;
alertingNoNormalState?: boolean;
azureMultipleResourcePicker?: boolean;
topNavCommandPalette?: boolean;
logsSampleInExplore?: boolean;
logsContextDatasourceUi?: boolean;