You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
// Plan - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**.
Plan*Plan`json:"plan,omitempty"`
// Resources - The virtual machine child extension resources.
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.azure-sdk-for-go/services/compute/mgmt/2018-04-01/compute/models.go
Lines 7548 to 7570 in fbe7db0
Could some one help to add this?
cc @brendandburns @khenidak
cc @joshgav @joshgav @jhendrixMSFT
The text was updated successfully, but these errors were encountered: