Skip to content

Commit

Permalink
CodeGen from PR 20931 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge ab6e7fbe44a6f65c6a71e48a8428b430b3a233e3 into f556f640129f62e8cf3bf5074ed0e73220f305c6
  • Loading branch information
SDKAuto committed Sep 29, 2022
1 parent 905e424 commit 05da488
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,8 @@
"enabled": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -1595,7 +1596,8 @@
"ignoreErrors": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2166,7 +2168,8 @@
"allowInsecure": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit 05da488

Please sign in to comment.