File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1574
1574
"enabled" : {
1575
1575
"oneOf" : [
1576
1576
{
1577
- "type" : " boolean"
1577
+ "type" : " boolean" ,
1578
+ "default" : false
1578
1579
},
1579
1580
{
1580
1581
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1595
1596
"ignoreErrors" : {
1596
1597
"oneOf" : [
1597
1598
{
1598
- "type" : " boolean"
1599
+ "type" : " boolean" ,
1600
+ "default" : false
1599
1601
},
1600
1602
{
1601
1603
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2166
2168
"allowInsecure" : {
2167
2169
"oneOf" : [
2168
2170
{
2169
- "type" : " boolean"
2171
+ "type" : " boolean" ,
2172
+ "default" : false
2170
2173
},
2171
2174
{
2172
2175
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
You can’t perform that action at this time.
0 commit comments