Skip to content

Commit

Permalink
Merge pull request #433 from microsoft/dev
Browse files Browse the repository at this point in the history
AzSHCI edition name update
  • Loading branch information
Jaromir Kaspar authored Mar 11, 2021
2 parents 3ec7219 + 3302ef4 commit 733fc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CreateParentDisk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ If (-not $isAdmin) {
}

#Generate vhdx name
if ($edition -eq "Azure Stack HCI"){
if ($edition -like "*Azure Stack HCI"){
$tempvhdname = switch ($BuildNumber){
17784 {
"AzSHCI20H2_G2.vhdx"
Expand Down

0 comments on commit 733fc36

Please sign in to comment.