Skip to content
Merged
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 @@ -9551,6 +9551,14 @@
"pauseTimeBetweenBatches": {
"type": "string",
"description": "The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S)."
},
"enableCrossZoneUpgrade": {
"type": "boolean",
"description": "Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size."
},
"prioritizeUnhealthyInstances": {
"type": "boolean",
"description": "Upgrade all unhealthy instances in a scale set before any healthy instances."
}
},
"description": "The configuration parameters used while performing a rolling upgrade."
Expand Down