Skip to content

Commit 8d261ff

Browse files
author
SDKAuto
committed
CodeGen from PR 20064 in Azure/azure-rest-api-specs
Merge 8be5e3c65e03b673dca5f44299c7599fa795a4a7 into 705bc5cfea866c838692f4aa0a1197c51bfd2d79
1 parent dc0d025 commit 8d261ff

File tree

5 files changed

+770
-6
lines changed

5 files changed

+770
-6
lines changed

schemas/2014-04-01/Microsoft.Insights.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@
311311
"oneOf": [
312312
{
313313
"type": "boolean",
314-
"default": true
314+
"default": false
315315
},
316316
{
317317
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
318318
}
319319
],
320-
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
320+
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
321321
},
322322
"name": {
323323
"type": "string",

schemas/2015-04-01/Microsoft.Insights.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@
182182
"oneOf": [
183183
{
184184
"type": "boolean",
185-
"default": true
185+
"default": false
186186
},
187187
{
188188
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
189189
}
190190
],
191-
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
191+
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
192192
},
193193
"name": {
194194
"type": "string",

schemas/2021-05-01-preview/Microsoft.Insights.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,13 @@
305305
"oneOf": [
306306
{
307307
"type": "boolean",
308-
"default": true
308+
"default": false
309309
},
310310
{
311311
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
312312
}
313313
],
314-
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
314+
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
315315
},
316316
"name": {
317317
"type": "string",

0 commit comments

Comments
 (0)