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 93f24556c062cdeacb573468a9f1ab61e70a012a into 3bc1226e256cc298617ec2a7da88a5b4f97eba0e
  • Loading branch information
SDKAuto committed Oct 10, 2022
1 parent b2e8b73 commit 200510e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 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
9 changes: 6 additions & 3 deletions schemas/2022-06-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,8 @@
"enabled": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2122,7 +2123,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 @@ -2745,7 +2747,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 200510e

Please sign in to comment.