Skip to content

Commit

Permalink
CodeGen from PR 19944 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
introduce a composite tag for monitor (#19944)

* introduce a composite tag for monitor

* add a preview tag

* change it to be newer
  • Loading branch information
SDKAuto committed Jul 28, 2022
1 parent d4d23b3 commit 0e0a2f7
Show file tree
Hide file tree
Showing 5 changed files with 770 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 0e0a2f7

Please sign in to comment.