File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
articles/virtual-machines/extensions Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ The following JSON shows the schema for the Application Health extension. The ex
137
137
{
138
138
"extensionProfile" : {
139
139
"extensions" : [
140
+ {
140
141
"name" : " HealthExtension" ,
141
142
"properties" : {
142
143
"publisher" : " Microsoft.ManagedServices" ,
@@ -151,7 +152,8 @@ The following JSON shows the schema for the Application Health extension. The ex
151
152
"numberOfProbes" : 1
152
153
}
153
154
}
154
- ]
155
+ }
156
+ ]
155
157
}
156
158
}
157
159
```
@@ -183,6 +185,7 @@ The following JSON shows the schema for the Rich Health States extension. The ex
183
185
{
184
186
"extensionProfile" : {
185
187
"extensions" : [
188
+ {
186
189
"name" : " HealthExtension" ,
187
190
"properties" : {
188
191
"publisher" : " Microsoft.ManagedServices" ,
@@ -198,7 +201,8 @@ The following JSON shows the schema for the Rich Health States extension. The ex
198
201
"gracePeriod" : 600
199
202
}
200
203
}
201
- ]
204
+ }
205
+ ]
202
206
}
203
207
}
204
208
```
You can’t perform that action at this time.
0 commit comments