File tree 6 files changed +847
-6
lines changed
6 files changed +847
-6
lines changed Original file line number Diff line number Diff line change 311
311
"oneOf" : [
312
312
{
313
313
"type" : " boolean" ,
314
- "default" : true
314
+ "default" : false
315
315
},
316
316
{
317
317
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
318
318
}
319
319
],
320
- "description" : " the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true '."
320
+ "description" : " the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false '."
321
321
},
322
322
"name" : {
323
323
"type" : " string" ,
Original file line number Diff line number Diff line change 182
182
"oneOf" : [
183
183
{
184
184
"type" : " boolean" ,
185
- "default" : true
185
+ "default" : false
186
186
},
187
187
{
188
188
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
189
189
}
190
190
],
191
- "description" : " the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true '."
191
+ "description" : " the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false '."
192
192
},
193
193
"name" : {
194
194
"type" : " string" ,
Original file line number Diff line number Diff line change 305
305
"oneOf" : [
306
306
{
307
307
"type" : " boolean" ,
308
- "default" : true
308
+ "default" : false
309
309
},
310
310
{
311
311
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
312
312
}
313
313
],
314
- "description" : " the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true '."
314
+ "description" : " the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false '."
315
315
},
316
316
"name" : {
317
317
"type" : " string" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#" ,
3
+ "$schema" : " http://json-schema.org/draft-04/schema#" ,
4
+ "title" : " Microsoft.Monitor" ,
5
+ "description" : " Microsoft Monitor Resource Types" ,
6
+ "resourceDefinitions" : {
7
+ "accounts" : {
8
+ "type" : " object" ,
9
+ "properties" : {
10
+ "apiVersion" : {
11
+ "type" : " string" ,
12
+ "enum" : [
13
+ " 2021-06-03-preview"
14
+ ]
15
+ },
16
+ "location" : {
17
+ "type" : " string" ,
18
+ "description" : " The region where the resource lives"
19
+ },
20
+ "name" : {
21
+ "type" : " string" ,
22
+ "description" : " The name of the monitoring account. The name is case insensitive"
23
+ },
24
+ "properties" : {
25
+ "oneOf" : [
26
+ {
27
+ "$ref" : " #/definitions/MonitoringAccountResourceProperties"
28
+ },
29
+ {
30
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
31
+ }
32
+ ],
33
+ "description" : " Resource properties"
34
+ },
35
+ "tags" : {
36
+ "oneOf" : [
37
+ {
38
+ "type" : " object" ,
39
+ "additionalProperties" : {
40
+ "type" : " string"
41
+ },
42
+ "properties" : {}
43
+ },
44
+ {
45
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
46
+ }
47
+ ],
48
+ "description" : " Resource tags"
49
+ },
50
+ "type" : {
51
+ "type" : " string" ,
52
+ "enum" : [
53
+ " Microsoft.Monitor/accounts"
54
+ ]
55
+ }
56
+ },
57
+ "required" : [
58
+ " apiVersion" ,
59
+ " location" ,
60
+ " name" ,
61
+ " properties" ,
62
+ " type"
63
+ ],
64
+ "description" : " Microsoft.Monitor/accounts"
65
+ }
66
+ },
67
+ "definitions" : {
68
+ "MonitoringAccountResourceProperties" : {
69
+ "type" : " object" ,
70
+ "properties" : {},
71
+ "description" : " Resource properties"
72
+ }
73
+ }
74
+ }
You can’t perform that action at this time.
0 commit comments