Azure Monitor: Implement logic to allow multiple selection (#61740)

This commit is contained in:
Andres Martinez Gotor
2023-01-20 11:19:31 +01:00
committed by GitHub
parent 46722679b5
commit 3e86a1b3d9
12 changed files with 325 additions and 8 deletions

View File

@@ -88,4 +88,5 @@ export interface FeatureToggles {
disablePrometheusExemplarSampling?: boolean;
alertingBacktesting?: boolean;
alertingNoNormalState?: boolean;
azureMultipleResourcePicker?: boolean;
}