File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
virtual-machine-scale-sets
virtual-machines/extensions Expand file tree Collapse file tree 2 files changed +12
-4
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
```
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