Skip to content

Commit 8009239

Browse files
author
cwanjau
committed
Merge branch 'cwanjau/addAnonymousAuthMode' of https://github.com/ChristineWanjau/azure-cli into cwanjau/addAnonymousAuthMode
2 parents c4dca23 + 50e6874 commit 8009239

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def load_arguments(self, _):
169169
help='This parameter can be used for indicating how a data operation is to be authorized. ' +
170170
'If the auth mode is "key", provide connection string or store name and your account access keys will be retrieved for authorization. ' +
171171
'If the auth mode is "login", provide the `--endpoint` or `--name` and your "az login" credentials will be used for authorization. ' +
172-
'If the auth mode is "anonymous", provide the `--endpoint` that will be used for authorization. Anonymous mode only allows HTTP endpoints ' +
172+
'If the auth mode is "anonymous", provide the `--endpoint` that will be used for authorization. Anonymous mode only allows HTTP endpoints. ' +
173173
'You can configure the default auth mode using `az configure --defaults appconfig_auth_mode=<auth_mode>`. ' +
174174
'For more information, see https://learn.microsoft.com/azure/azure-app-configuration/concept-enable-rbac')
175175

0 commit comments

Comments
 (0)