Skip to content

Commit b6cec8b

Browse files
authored
Update _params.py
1 parent 05a5d8f commit b6cec8b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def load_arguments(self, _):
168168
c.argument('acr_use_identity', action='store_true', help="Enable or disable pull image from acr use managed identity")
169169
c.argument('acr_identity', help='Accept system or user assigned identity which will be set for acr image pull. '
170170
'Use \'[system]\' to refer system assigned identity, or a resource id to refer user assigned identity.')
171-
c.argument('basic_auth', help='Enable or disable basic auth.', arg_type=get_enum_type(BASIC_AUTH_TYPES))
171+
c.argument('basic_auth', help='Enable or disable basic auth for both SCM and FTP Basic Auth Publishing Credentials. Defaults to Disabled if not specified. Allowed values: Disabled, Enabled. See https://aka.ms/app-service-basic-auth to learn more.', arg_type=get_enum_type(BASIC_AUTH_TYPES))
172172
c.ignore('language')
173173
c.ignore('using_webapp_up')
174174

0 commit comments

Comments
 (0)