Skip to content

Commit

Permalink
refactor: removing windows types leaving them to be added back later
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Dec 7, 2024
1 parent 3593316 commit 21816ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/providers/imagefamily/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ const (

AKSUbuntuResourceGroup = "AKS-Ubuntu"
AKSAzureLinuxResourceGroup = "AKS-AzureLinux"
AKSWindowsResourceGroup = "AKS-Windows"

AKSUbuntuGalleryName = "AKSUbuntu"
AKSAzureLinuxGalleryName = "AKSAzureLinux"
AKSWindowsGalleryName = "AKSWindows"
)

// DefaultImageOutput is a stub describing our desired image with an image's name and requirements to run that image
Expand Down

0 comments on commit 21816ff

Please sign in to comment.