Skip to content

Commit

Permalink
Merge pull request #557 from Azure/ui-vm-sku-update
Browse files Browse the repository at this point in the history
VM Size Selector Region fix
  • Loading branch information
moisesjgomez authored Dec 14, 2023
2 parents c1bbb6e + 1ca572f commit 4cea913
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion workload/portal-ui/portal-ui-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,11 @@
"publisher": "MicrosoftWindowsDesktop",
"offer": "Windows-11",
"sku": "21h2-avd"
}
},
"scope": {
"location": "[steps('sessionHosts').sessionHostsRegionSection.sessionHostsRegion]",
"subscriptionId": "[steps('basics').resourceScope.subscription.subscriptionId]"
}
},
{
"name": "sessionHostSizeInfobox",
Expand Down

0 comments on commit 4cea913

Please sign in to comment.