diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json index 8cd0384a6aff..338221fde332 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json @@ -3127,7 +3127,7 @@ "Create a scale set with ephemeral os disks.": { "$ref": "./examples/CreateAScaleSetWithDiffOsDisk.json" }, - "Create a scale set with terminate scheduled events enabled.": { + "Create a scale set with terminate scheduled events enabled.": { "$ref": "./examples/CreateAScaleSetWithTerminateScheduledEventEnabled.json" } } @@ -8516,8 +8516,8 @@ "modelAsString": true } }, - "scheduledEventsProfile" : { - "$ref":"#/definitions/ScheduledEventsProfile", + "scheduledEventsProfile": { + "$ref": "#/definitions/ScheduledEventsProfile", "description": "Specifies Scheduled Event related configurations." } }, @@ -8549,8 +8549,8 @@ "type": "string", "description": "The license type, which is for bring your own license scenario." }, - "scheduledEventsProfile" : { - "$ref":"#/definitions/ScheduledEventsProfile", + "scheduledEventsProfile": { + "$ref": "#/definitions/ScheduledEventsProfile", "description": "Specifies Scheduled Event related configurations." } }, @@ -9269,9 +9269,8 @@ "ScheduledEventsProfile": { "type": "object", "properties": { - "terminateNotificationProfile": - { - "$ref":"#/definitions/TerminateNotificationProfile", + "terminateNotificationProfile": { + "$ref": "#/definitions/TerminateNotificationProfile", "description": "Specifies Terminate Scheduled Event related configurations." } } @@ -9281,9 +9280,9 @@ "properties": { "notBeforeTimeout": { "type": "string", - "description" : "Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)" + "description": "Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)" }, - "enable" : { + "enable": { "type": "boolean", "description": "Specifies whether the Terminate Scheduled event is enabled or disabled." } diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/examples/CreateAScaleSetWithTerminateScheduledEventEnabled.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/examples/CreateAScaleSetWithTerminateScheduledEventEnabled.json index b461cdb07a86..87e6b25d2c87 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/examples/CreateAScaleSetWithTerminateScheduledEventEnabled.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/examples/CreateAScaleSetWithTerminateScheduledEventEnabled.json @@ -55,11 +55,11 @@ } ] }, - "scheduledEventsProfile" : { - "terminateNotificationProfile" : { - "enable": true, - "notBeforeTimeout": "PT5M" - } + "scheduledEventsProfile": { + "terminateNotificationProfile": { + "enable": true, + "notBeforeTimeout": "PT5M" + } } }, "upgradePolicy": { @@ -132,10 +132,10 @@ } ] }, - "scheduledEventsProfile" : { - "terminateNotificationProfile" : { - "enable": true, - "notBeforeTimeout": "PT5M" + "scheduledEventsProfile": { + "terminateNotificationProfile": { + "enable": true, + "notBeforeTimeout": "PT5M" } } }, @@ -212,10 +212,10 @@ } ] }, - "scheduledEventsProfile" : { - "terminateNotificationProfile" : { - "enable": true, - "notBeforeTimeout": "PT5M" + "scheduledEventsProfile": { + "terminateNotificationProfile": { + "enable": true, + "notBeforeTimeout": "PT5M" } } }, @@ -230,4 +230,4 @@ } } } -} \ No newline at end of file +}