File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/azure-cli/azure/cli/command_modules/appconfig Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments