Skip to content

Commit 26dc057

Browse files
committed
wip
1 parent eed9a50 commit 26dc057

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

infrastructure/modules/infra/templates/dash-notifications-template-mvp.tpl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"lenses": [
3-
{
2+
"lenses": {
3+
"0": {
44
"order": 0,
5-
"parts": [
6-
{
5+
"parts": {
6+
"0": {
77
"position": {
88
"x": 0,
99
"y": 0,
1010
"colSpan": 6,
1111
"rowSpan": 4
1212
},
1313
"metadata": {
14-
"inputs": [
15-
{
14+
"inputs": {
15+
"0": {
1616
"name": "ResourceId",
1717
"value": "/subscriptions/${sub_id}/resourceGroups/rg-manbrs-${environment}-uks/providers/Microsoft.Insights/components/appi-${environment}-uks-manbrs"
1818
},
19-
{
19+
"1": {
2020
"name": "ComponentId",
2121
"value": {
2222
"SubscriptionId": "67aab2fa-fcc7-49da-9dc6-cb90f0fa0628",
@@ -28,11 +28,11 @@
2828
"IsAzureFirst": false
2929
}
3030
},
31-
{
31+
"2": {
3232
"name": "TargetBlade",
3333
"value": "Failures"
3434
},
35-
{
35+
"3": {
3636
"name": "DataModel",
3737
"value": {
3838
"version": "1.0.0",
@@ -53,21 +53,21 @@
5353
},
5454
"isOptional": true
5555
},
56-
{
56+
"4": {
5757
"name": "Version",
5858
"value": "1.0"
5959
}
60-
],
60+
},
6161
"type": "Extension/AppInsightsExtension/PartType/FailuresCuratedPinnedChartPart",
6262
"asset": {
6363
"idInputName": "ResourceId",
6464
"type": "ApplicationInsights"
6565
}
6666
}
6767
}
68-
]
68+
}
6969
}
70-
],
70+
},
7171
"metadata": {
7272
"model": {
7373
"timeRange": {

infrastructure/modules/infra/templates/dash-notifications-template.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lenses": [
3-
{
2+
"lenses": {
3+
"0": {
44
"order": 0,
55
"parts": [
66
{
@@ -2611,7 +2611,7 @@
26112611
}
26122612
]
26132613
}
2614-
],
2614+
},
26152615
"metadata": {
26162616
"model": {
26172617
"timeRange": {

0 commit comments

Comments
 (0)