File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
articles/virtual-machine-scale-sets Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ The following JSON shows the schema for the Application Health extension. The ex
154
154
{
155
155
"extensionProfile" : {
156
156
"extensions" : [
157
+ {
157
158
"name" : " HealthExtension" ,
158
159
"properties" : {
159
160
"publisher" : " Microsoft.ManagedServices" ,
@@ -168,7 +169,8 @@ The following JSON shows the schema for the Application Health extension. The ex
168
169
"numberOfProbes" : 1
169
170
}
170
171
}
171
- ]
172
+ }
173
+ ]
172
174
}
173
175
}
174
176
```
@@ -201,6 +203,7 @@ The following JSON shows the schema for the Rich Health States extension. The ex
201
203
{
202
204
"extensionProfile" : {
203
205
"extensions" : [
206
+ {
204
207
"name" : " HealthExtension" ,
205
208
"properties" : {
206
209
"publisher" : " Microsoft.ManagedServices" ,
@@ -216,7 +219,8 @@ The following JSON shows the schema for the Rich Health States extension. The ex
216
219
"gracePeriod" : 600
217
220
}
218
221
}
219
- ]
222
+ }
223
+ ]
220
224
}
221
225
}
222
226
```
You can’t perform that action at this time.
0 commit comments