From e4f4e1941974dfde4b71491844a85eec1ac80e21 Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Thu, 22 Feb 2018 13:00:29 -0800 Subject: [PATCH] remove Windows + custom VNET validation error --- pkg/api/vlabs/validate.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/api/vlabs/validate.go b/pkg/api/vlabs/validate.go index 70c705e871..ed3bb88cc0 100644 --- a/pkg/api/vlabs/validate.go +++ b/pkg/api/vlabs/validate.go @@ -827,9 +827,6 @@ func validateVNET(a *Properties) error { } } if isCustomVNET { - if a.HasWindows() { - return fmt.Errorf("custom VNET not yet supported with Windows-enabled clusters") - } subscription, resourcegroup, vnetname, _, e := GetVNETSubnetIDComponents(a.MasterProfile.VnetSubnetID) if e != nil { return e