Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -8516,8 +8516,8 @@
"modelAsString": true
}
},
"scheduledEventsProfile" : {
"$ref":"#/definitions/ScheduledEventsProfile",
"scheduledEventsProfile": {
"$ref": "#/definitions/ScheduledEventsProfile",
"description": "Specifies Scheduled Event related configurations."
}
},
Expand Down Expand Up @@ -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."
}
},
Expand Down Expand Up @@ -9269,9 +9269,8 @@
"ScheduledEventsProfile": {
"type": "object",
"properties": {
"terminateNotificationProfile":
{
"$ref":"#/definitions/TerminateNotificationProfile",
"terminateNotificationProfile": {
"$ref": "#/definitions/TerminateNotificationProfile",
"description": "Specifies Terminate Scheduled Event related configurations."
}
}
Expand All @@ -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."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
}
]
},
"scheduledEventsProfile" : {
"terminateNotificationProfile" : {
"enable": true,
"notBeforeTimeout": "PT5M"
}
"scheduledEventsProfile": {
"terminateNotificationProfile": {
"enable": true,
"notBeforeTimeout": "PT5M"
}
}
},
"upgradePolicy": {
Expand Down Expand Up @@ -132,10 +132,10 @@
}
]
},
"scheduledEventsProfile" : {
"terminateNotificationProfile" : {
"enable": true,
"notBeforeTimeout": "PT5M"
"scheduledEventsProfile": {
"terminateNotificationProfile": {
"enable": true,
"notBeforeTimeout": "PT5M"
}
}
},
Expand Down Expand Up @@ -212,10 +212,10 @@
}
]
},
"scheduledEventsProfile" : {
"terminateNotificationProfile" : {
"enable": true,
"notBeforeTimeout": "PT5M"
"scheduledEventsProfile": {
"terminateNotificationProfile": {
"enable": true,
"notBeforeTimeout": "PT5M"
}
}
},
Expand All @@ -230,4 +230,4 @@
}
}
}
}
}