Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seligj95 committed Jan 31, 2025
1 parent 05a5d8f commit f31d821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ def create_app_service_plan(cmd, resource_group_name, name, is_linux, hyper_v, p
# the api is odd on parameter naming, have to live with it for now
sku_def = SkuDescription(tier=get_sku_tier(sku), name=_normalize_sku(sku), capacity=number_of_workers)
plan_def = AppServicePlan(location=location, tags=tags, sku=sku_def,
reserved=(is_linux or None), hyper_v=(hyper_v or None), name=name,
reserved=(is_linux or None), hyper_v=(hyper_v or None),
per_site_scaling=per_site_scaling, hosting_environment_profile=ase_def)

if sku.upper() in ['WS1', 'WS2', 'WS3']:
Expand Down

0 comments on commit f31d821

Please sign in to comment.