diff --git a/pkg/aks/create.go b/pkg/aks/create.go index 9a96eee1..b0051569 100644 --- a/pkg/aks/create.go +++ b/pkg/aks/create.go @@ -209,6 +209,7 @@ func CreateOrUpdateAgentPool(ctx context.Context, agentPoolClient *containerserv Mode: containerservice.AgentPoolMode(np.Mode), Type: containerservice.VirtualMachineScaleSets, OrchestratorVersion: np.OrchestratorVersion, + AvailabilityZones: np.AvailabilityZones, EnableAutoScaling: np.EnableAutoScaling, MinCount: np.MinCount, MaxCount: np.MaxCount,