@@ -34,10 +34,12 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
34
34
]
35
35
#disable-next-line BCP036
36
36
type : 'Extension/AppInsightsExtension/PartType/AspNetOverviewPinnedPart'
37
+ #disable-next-line BCP037
37
38
asset : {
38
39
idInputName : 'id'
39
40
type : 'ApplicationInsights'
40
41
}
42
+ #disable-next-line BCP037
41
43
defaultMenuItemId : 'overview'
42
44
}
43
45
}
@@ -65,10 +67,12 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
65
67
]
66
68
#disable-next-line BCP036
67
69
type : 'Extension/AppInsightsExtension/PartType/ProactiveDetectionAsyncPart'
70
+ #disable-next-line BCP037
68
71
asset : {
69
72
idInputName : 'ComponentId'
70
73
type : 'ApplicationInsights'
71
74
}
75
+ #disable-next-line BCP037
72
76
defaultMenuItemId : 'ProactiveDetection'
73
77
}
74
78
}
@@ -96,6 +100,7 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
96
100
]
97
101
#disable-next-line BCP036
98
102
type : 'Extension/AppInsightsExtension/PartType/QuickPulseButtonSmallPart'
103
+ #disable-next-line BCP037
99
104
asset : {
100
105
idInputName : 'ComponentId'
101
106
type : 'ApplicationInsights'
@@ -137,6 +142,7 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
137
142
]
138
143
#disable-next-line BCP036
139
144
type : 'Extension/AppInsightsExtension/PartType/AvailabilityNavButtonPart'
145
+ #disable-next-line BCP037
140
146
asset : {
141
147
idInputName : 'ComponentId'
142
148
type : 'ApplicationInsights'
@@ -178,6 +184,7 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
178
184
]
179
185
#disable-next-line BCP036
180
186
type : 'Extension/AppInsightsExtension/PartType/AppMapButtonPart'
187
+ #disable-next-line BCP037
181
188
asset : {
182
189
idInputName : 'ComponentId'
183
190
type : 'ApplicationInsights'
@@ -236,6 +243,7 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
236
243
]
237
244
#disable-next-line BCP036
238
245
type : 'Extension/AppInsightsExtension/PartType/UsageUsersOverviewPart'
246
+ #disable-next-line BCP037
239
247
asset : {
240
248
idInputName : 'ComponentId'
241
249
type : 'ApplicationInsights'
@@ -298,11 +306,14 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
298
306
]
299
307
#disable-next-line BCP036
300
308
type : 'Extension/AppInsightsExtension/PartType/CuratedBladeFailuresPinnedPart'
309
+ #disable-next-line BCP037
301
310
isAdapter : true
311
+ #disable-next-line BCP037
302
312
asset : {
303
313
idInputName : 'ResourceId'
304
314
type : 'ApplicationInsights'
305
315
}
316
+ #disable-next-line BCP037
306
317
defaultMenuItemId : 'failures'
307
318
}
308
319
}
@@ -362,11 +373,14 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
362
373
]
363
374
#disable-next-line BCP036
364
375
type : 'Extension/AppInsightsExtension/PartType/CuratedBladePerformancePinnedPart'
376
+ #disable-next-line BCP037
365
377
isAdapter : true
378
+ #disable-next-line BCP037
366
379
asset : {
367
380
idInputName : 'ResourceId'
368
381
type : 'ApplicationInsights'
369
382
}
383
+ #disable-next-line BCP037
370
384
defaultMenuItemId : 'performance'
371
385
}
372
386
}
@@ -453,10 +467,12 @@ resource applicationInsightsDashboard 'Microsoft.Portal/dashboards@2020-09-01-pr
453
467
]
454
468
#disable-next-line BCP036
455
469
type : 'Extension/AppInsightsExtension/PartType/MetricsExplorerBladePinnedPart'
470
+ #disable-next-line BCP037
456
471
asset : {
457
472
idInputName : 'ComponentId'
458
473
type : 'ApplicationInsights'
459
474
}
475
+ #disable-next-line BCP037
460
476
defaultMenuItemId : 'browser'
461
477
}
462
478
}
0 commit comments