From ae656932ba636c10977a66f76d31bef815a7ef6d Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Thu, 29 May 2025 15:45:49 -0700 Subject: [PATCH] Refactor SKU list formatting for improved readability and maintainability --- FFUDevelopment/FFUUI.Core/FFUUI.Core.psm1 | 29 ++++++++++++++++++----- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/FFUDevelopment/FFUUI.Core/FFUUI.Core.psm1 b/FFUDevelopment/FFUUI.Core/FFUUI.Core.psm1 index 429bcb5..7cccc20 100644 --- a/FFUDevelopment/FFUUI.Core/FFUUI.Core.psm1 +++ b/FFUDevelopment/FFUUI.Core/FFUUI.Core.psm1 @@ -47,12 +47,29 @@ $script:allowedFeatures = @( ) $script:skuList = @( - 'Home', 'Home N', 'Home Single Language', 'Education', 'Education N', 'Pro', - 'Pro N', 'Pro Education', 'Pro Education N', 'Pro for Workstations', - 'Pro N for Workstations', 'Enterprise', 'Enterprise N', 'Standard', - 'Standard (Desktop Experience)', 'Datacenter', 'Datacenter (Desktop Experience)', - 'Enterprise 2016 LTSB', 'Enterprise N 2016 LTSB', 'Enterprise LTSC', - 'Enterprise N LTSC', 'IoT Enterprise LTSC', 'IoT Enterprise N LTSC' + 'Home', + 'Home N', + 'Home Single Language', + 'Education', + 'Education N', + '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 = @(