Skip to content

Commit

Permalink
CodeGen from PR 20064 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Monitor] Update readme.md (#20064)

* Update readme.md

* Update readme.python.md
  • Loading branch information
SDKAuto committed Aug 2, 2022
1 parent dc0d025 commit 8afc635
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 8afc635

Please sign in to comment.