Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit dbf9173

Browse files
committed
fix: use new Windows VHD image version (#3701)
1 parent fd2c45d commit dbf9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/api/azenvtypes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ var (
188188
ImageOffer: "aks-windows",
189189
ImageSku: "2019-datacenter-core-smalldisk-2007",
190190
ImagePublisher: "microsoft-aks",
191-
ImageVersion: "17763.1339.200717",
191+
ImageVersion: "17763.1339.200718",
192192
}
193193

194194
// WindowsServer2019OSImageConfig is the 'vanilla' Windows Server 2019 image

0 commit comments

Comments
 (0)