Skip to content

Commit 05da488

Browse files
author
SDKAuto
committed
CodeGen from PR 20931 in Azure/azure-rest-api-specs
Merge ab6e7fbe44a6f65c6a71e48a8428b430b3a233e3 into f556f640129f62e8cf3bf5074ed0e73220f305c6
1 parent 905e424 commit 05da488

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

schemas/2022-03-01/Microsoft.App.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,8 @@
15741574
"enabled": {
15751575
"oneOf": [
15761576
{
1577-
"type": "boolean"
1577+
"type": "boolean",
1578+
"default": false
15781579
},
15791580
{
15801581
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -1595,7 +1596,8 @@
15951596
"ignoreErrors": {
15961597
"oneOf": [
15971598
{
1598-
"type": "boolean"
1599+
"type": "boolean",
1600+
"default": false
15991601
},
16001602
{
16011603
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -2166,7 +2168,8 @@
21662168
"allowInsecure": {
21672169
"oneOf": [
21682170
{
2169-
"type": "boolean"
2171+
"type": "boolean",
2172+
"default": false
21702173
},
21712174
{
21722175
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)