Skip to content

Commit 130949f

Browse files
author
msftbot[bot]
authored
[ReleasePR app] [S360 fix ]add default value to containerAPP model (#2611)
Create to sync Azure/azure-rest-api-specs#20931 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/app?expand=1)
2 parents b2e8b73 + 0a13480 commit 130949f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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"

schemas/2022-06-01-preview/Microsoft.App.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,8 @@
20622062
"enabled": {
20632063
"oneOf": [
20642064
{
2065-
"type": "boolean"
2065+
"type": "boolean",
2066+
"default": false
20662067
},
20672068
{
20682069
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -2122,7 +2123,8 @@
21222123
"ignoreErrors": {
21232124
"oneOf": [
21242125
{
2125-
"type": "boolean"
2126+
"type": "boolean",
2127+
"default": false
21262128
},
21272129
{
21282130
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -2745,7 +2747,8 @@
27452747
"allowInsecure": {
27462748
"oneOf": [
27472749
{
2748-
"type": "boolean"
2750+
"type": "boolean",
2751+
"default": false
27492752
},
27502753
{
27512754
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)