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

@@ -139,8 +139,8 @@ e2e.scenario({
scenario: () => {
e2e.flows.addDashboard({
timeRange: {
from: '2022-10-03 00:00:00',
to: '2022-10-03 23:59:59',
from: 'now-6h',
to: 'now',
zone: 'Coordinated Universal Time',
},
});
@@ -210,8 +210,8 @@ e2e.scenario({
scenario: () => {
e2e.flows.addDashboard({
timeRange: {
from: '2022-10-03 00:00:00',
to: '2022-10-03 23:59:59',
from: 'now-6h',
to: 'now',
zone: 'Coordinated Universal Time',
},
});