mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Refactor SKU list formatting for improved readability and maintainability
This commit is contained in:
@@ -47,12 +47,29 @@ $script:allowedFeatures = @(
|
|||||||
)
|
)
|
||||||
|
|
||||||
$script:skuList = @(
|
$script:skuList = @(
|
||||||
'Home', 'Home N', 'Home Single Language', 'Education', 'Education N', 'Pro',
|
'Home',
|
||||||
'Pro N', 'Pro Education', 'Pro Education N', 'Pro for Workstations',
|
'Home N',
|
||||||
'Pro N for Workstations', 'Enterprise', 'Enterprise N', 'Standard',
|
'Home Single Language',
|
||||||
'Standard (Desktop Experience)', 'Datacenter', 'Datacenter (Desktop Experience)',
|
'Education',
|
||||||
'Enterprise 2016 LTSB', 'Enterprise N 2016 LTSB', 'Enterprise LTSC',
|
'Education N',
|
||||||
'Enterprise N LTSC', 'IoT Enterprise LTSC', 'IoT Enterprise N LTSC'
|
'Pro',
|
||||||
|
'Pro N',
|
||||||
|
'Pro Education',
|
||||||
|
'Pro Education N',
|
||||||
|
'Pro for Workstations',
|
||||||
|
'Pro N for Workstations',
|
||||||
|
'Enterprise',
|
||||||
|
'Enterprise N',
|
||||||
|
'Enterprise 2016 LTSB',
|
||||||
|
'Enterprise N 2016 LTSB',
|
||||||
|
'Enterprise LTSC',
|
||||||
|
'Enterprise N LTSC',
|
||||||
|
'IoT Enterprise LTSC',
|
||||||
|
'IoT Enterprise N LTSC',
|
||||||
|
'Standard',
|
||||||
|
'Standard (Desktop Experience)',
|
||||||
|
'Datacenter',
|
||||||
|
'Datacenter (Desktop Experience)'
|
||||||
)
|
)
|
||||||
|
|
||||||
$script:allowedLangs = @(
|
$script:allowedLangs = @(
|
||||||
|
|||||||
Reference in New Issue
Block a user