From a58a6545709e27bb532f2b344fcf6b596f973a2d Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 30 Jan 2019 22:11:47 +0000 Subject: [PATCH] Generated from 8422e3797ea876c0e05c5fcbc78a8dc83ac68f88 [AKS] add availabilityZones to agent pool profile --- .../mgmt/2018-08-01-preview/containerservice/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go index c70983f6f3dd..6e324fe7e3df 100644 --- a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go +++ b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go @@ -1267,6 +1267,8 @@ type ManagedClusterAgentPoolProfile struct { EnableAutoScaling *bool `json:"enableAutoScaling,omitempty"` // Type - AgentPoolType represents types of an agent pool. Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet' Type AgentPoolType `json:"type,omitempty"` + // AvailabilityZones - Availability zones for nodes + AvailabilityZones *[]string `json:"availabilityZones,omitempty"` } // ManagedClusterListResult the response from the List Managed Clusters operation.