Refactor Windows settings function for clarity

Renames the function for populating Windows settings UI controls to better reflect its purpose.

The `Get-` verb more accurately describes the function's action of retrieving information from the ISO file, as opposed to the previous `Initialize-` verb.
This commit is contained in:
rbalsleyMSFT
2025-06-17 13:21:56 -07:00
parent acd0092f26
commit 0fb9878cff
2 changed files with 5 additions and 5 deletions
@@ -463,7 +463,7 @@ function Update-WindowsSkuCombo {
}
# Combined function to initialize the Release, Version, and SKU combos
function Initialize-WindowsSettingsCombos {
function Get-WindowsSettingsCombos {
param(
[string]$isoPath,
[Parameter(Mandatory = $true)]