Skip to content

Commit

Permalink
CodeGen from PR 21281 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3878867e59048daef034a9267147a25c519a08f1 into 5533d83330cbf290c6d24a2faa3e82710cb67fc5
  • Loading branch information
SDKAuto committed Oct 26, 2022
1 parent fc8de80 commit f012678
Show file tree
Hide file tree
Showing 5 changed files with 8,369 additions and 12 deletions.
9 changes: 3 additions & 6 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1574,8 +1574,7 @@
"enabled": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -1596,8 +1595,7 @@
"ignoreErrors": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2168,8 +2166,7 @@
"allowInsecure": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
9 changes: 3 additions & 6 deletions schemas/2022-06-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -2062,8 +2062,7 @@
"enabled": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2123,8 +2122,7 @@
"ignoreErrors": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2747,8 +2745,7 @@
"allowInsecure": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
Loading

0 comments on commit f012678

Please sign in to comment.