Skip to content

Commit d268c84

Browse files
committed
Update help message of --hyper-v parameter in az appservice plan create to make it more intentional
1 parent 0cf6ea2 commit d268c84

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
@@ -120,7 +120,7 @@ def load_arguments(self, _):
120120
local_context_attribute=LocalContextAttribute(name='ase_name', actions=[LocalContextAction.GET]))
121121
c.argument('sku', arg_type=sku_arg_type)
122122
c.argument('is_linux', action='store_true', required=False, help='host web app on Linux worker')
123-
c.argument('hyper_v', action='store_true', required=False, help='Host web app on Windows container')
123+
c.argument('hyper_v', action='store_true', required=False, help='Host Windows Container Web App on Hyper-V worker.')
124124
c.argument('per_site_scaling', action='store_true', required=False, help='Enable per-app scaling at the '
125125
'App Service plan level to allow for '
126126
'scaling an app independently from '

0 commit comments

Comments
 (0)