Skip to content

Commit 43431ca

Browse files
authored
Add support for Datacenter: Azure Edition Core
1 parent 7f73233 commit 43431ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Update-WSUSComputerOperatingSystems.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ $OSDescriptions = @(
439439
ProductEdition= ' Datacenter: Azure Edition'
440440
NewProductTypes = @(407)
441441
}
442+
@{
443+
ProductEdition= ' Datacenter: Azure Edition Core'
444+
NewProductTypes = @(408)
445+
}
442446
@{
443447
ProductEdition= ' Foundation'
444448
NewProductTypes = @(33)

0 commit comments

Comments
 (0)