Skip to content

Commit 2a5e770

Browse files
author
SDKAuto
committed
CodeGen from PR 19944 in Azure/azure-rest-api-specs
Merge ca3d6edc8102728de7c4f6b1b185a01b7589b8c2 into 37966a6de2451407408adc2da5ab25631f0dd9b9
1 parent bbf5a6f commit 2a5e770

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)