Skip to content

Commit 7da6443

Browse files
authored
Remove invalid versions (#9441)
* Remove invalid versions * Re-add 2012 to windows-server-core It was available as installation option, but not as containered variant * Add 2012 support to .NET 9 windows-server-core * Add 2012-R2 to supported-os of windows-server-core
1 parent 6546745 commit 7da6443

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

release-notes/6.0/supported-os.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@
338338
"11-21h2-e",
339339
"10-21h2-e-lts",
340340
"10-21h2-iot-lts",
341-
"10-20h2-e-lts",
342341
"10-1809-e-lts",
343342
"10-1607-e-lts"
344343
],
@@ -393,10 +392,10 @@
393392
"x86"
394393
],
395394
"supported-versions": [
396-
"23H2",
397395
"2022",
398396
"2019",
399397
"2016",
398+
"2012-R2",
400399
"2012"
401400
],
402401
"unsupported-versions": [

release-notes/7.0/supported-os.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@
374374
"supported-versions": [
375375
"2022",
376376
"2019",
377-
"2016"
377+
"2016",
378+
"2012-R2",
379+
"2012"
378380
]
379381
}
380382
]

release-notes/8.0/supported-os.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@
316316
"x86"
317317
],
318318
"supported-versions": [
319-
"23H2",
320319
"2022",
321320
"2019",
322321
"2016",
322+
"2012-R2",
323323
"2012"
324324
]
325325
}

release-notes/9.0/supported-os.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,11 @@
294294
"x86"
295295
],
296296
"supported-versions": [
297-
"23H2",
298297
"2022",
299298
"2019",
300-
"2016"
299+
"2016",
300+
"2012-R2",
301+
"2012"
301302
]
302303
}
303304
]

0 commit comments

Comments
 (0)