Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation text for the zoneBalance property #15231

Merged
merged 10 commits into from
Jul 23, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -13487,7 +13487,7 @@
},
"zoneBalance": {
"type": "boolean",
"description": "Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage."
"description": "Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. zoneBalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zoneBalance property should not be set."
},
"platformFaultDomainCount": {
"type": "integer",
Expand Down