Skip to content

Commit

Permalink
CodeGen from PR 19652 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6e7d042975f3823c483ac775fc736e5ca059c1c6 into e121826f7ae0822f74315a7778e77769dbbb49e3
  • Loading branch information
SDKAuto committed Aug 1, 2022
1 parent 54f3dcd commit 2a3189c
Show file tree
Hide file tree
Showing 6 changed files with 1,219 additions and 6 deletions.
4 changes: 2 additions & 2 deletions schemas/2014-04-01/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@
"oneOf": [
{
"type": "boolean",
"default": true
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
},
"name": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions schemas/2015-04-01/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
"oneOf": [
{
"type": "boolean",
"default": true
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
},
"name": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions schemas/2021-05-01-preview/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@
"oneOf": [
{
"type": "boolean",
"default": true
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
},
"name": {
"type": "string",
Expand Down
Loading

0 comments on commit 2a3189c

Please sign in to comment.