Closed
Description
Copied from Azure/azure-sdk-for-go#2183 from @feiskyer
Zones
is missing in VirtualMachineScaleSetVM. We need this to support availability zones in Kubernetes. Kubernetes is using 2017-12-01 compute api, but zones is also missing in latest 2018-04-01 version.
Zones
has already been in VirtualMachineScaleSet, so we need add this also to VirtualMachineScaleSetVM.
Could some one help to add this?
Activity