File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
articles/azure-monitor/platform Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: harelbr
5
5
services : azure-monitor
6
6
ms.service : azure-monitor
7
7
ms.topic : conceptual
8
- ms.date : 1/14 /2020
8
+ ms.date : 2/17 /2020
9
9
ms.author : harelbr
10
10
ms.subservice : alerts
11
11
---
@@ -101,8 +101,8 @@ Save the json below as simplestaticmetricalert.json for the purpose of this walk
101
101
}
102
102
},
103
103
"threshold" : {
104
- "type" : " double " ,
105
- "defaultValue" : 0 ,
104
+ "type" : " string " ,
105
+ "defaultValue" : " 0 " ,
106
106
"metadata" : {
107
107
"description" : " The threshold value at which the alert is activated."
108
108
}
@@ -1651,8 +1651,8 @@ Save the json below as all-vms-in-resource-group-static.json for the purpose of
1651
1651
}
1652
1652
},
1653
1653
"threshold" : {
1654
- "type" : " double " ,
1655
- "defaultValue" : 0 ,
1654
+ "type" : " string " ,
1655
+ "defaultValue" : " 0 " ,
1656
1656
"metadata" : {
1657
1657
"description" : " The threshold value at which the alert is activated."
1658
1658
}
@@ -2298,8 +2298,8 @@ Save the json below as all-vms-in-subscription-static.json for the purpose of th
2298
2298
}
2299
2299
},
2300
2300
"threshold" : {
2301
- "type" : " double " ,
2302
- "defaultValue" : 0 ,
2301
+ "type" : " string " ,
2302
+ "defaultValue" : " 0 " ,
2303
2303
"metadata" : {
2304
2304
"description" : " The threshold value at which the alert is activated."
2305
2305
}
@@ -2940,8 +2940,8 @@ Save the json below as list-of-vms-static.json for the purpose of this walk-thro
2940
2940
}
2941
2941
},
2942
2942
"threshold" : {
2943
- "type" : " double " ,
2944
- "defaultValue" : 0 ,
2943
+ "type" : " string " ,
2944
+ "defaultValue" : " 0 " ,
2945
2945
"metadata" : {
2946
2946
"description" : " The threshold value at which the alert is activated."
2947
2947
}
You can’t perform that action at this time.
0 commit comments