Skip to content

Commit

Permalink
Adding XenonMV3 Support (#22530)
Browse files Browse the repository at this point in the history
* adding PremiumMV3 to Xenon list

* updating changelog

---------

Co-authored-by: Nalin Gaddis <[email protected]>
  • Loading branch information
nalingaddis and Nalin Gaddis authored Aug 15, 2023
1 parent e9daac3 commit 5393892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Websites/Websites/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Added support for XenonMV3 webapps

## Version 3.1.0
* Added AppServicePlan management support for P0V3 and P*mv3 tiers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class NewAzureAppServicePlanCmdlet : AppServicePlanBaseCmdlet
public override void ExecuteCmdlet()
{
if (HyperV.IsPresent &&
(Tier != "PremiumContainer" && Tier != "PremiumV3" && Tier != "IsolatedV2"))
(Tier != "PremiumContainer" && Tier != "PremiumV3" && Tier != "IsolatedV2" && Tier != "PremiumMV3"))
{
throw new Exception("HyperV switch is only allowed for PremiumContainer , PremiumV3 or IsolatedV2 tiers");
}
Expand Down

0 comments on commit 5393892

Please sign in to comment.