Skip to content

Commit 6cd1a5d

Browse files
authored
{App Service} az appservice plan create: Update help message of --hyper-v parameter (#28311)
1 parent 3b43198 commit 6cd1a5d

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def load_arguments(self, _):
121121
local_context_attribute=LocalContextAttribute(name='ase_name', actions=[LocalContextAction.GET]))
122122
c.argument('sku', arg_type=sku_arg_type)
123123
c.argument('is_linux', action='store_true', required=False, help='host web app on Linux worker')
124-
c.argument('hyper_v', action='store_true', required=False, help='Host web app on Windows container')
124+
c.argument('hyper_v', action='store_true', required=False, help='Host Windows Container Web App on Hyper-V worker.')
125125
c.argument('per_site_scaling', action='store_true', required=False, help='Enable per-app scaling at the '
126126
'App Service plan level to allow for '
127127
'scaling an app independently from '

0 commit comments

Comments
 (0)