Skip to content

Commit ad3176b

Browse files
authored
[App Config] az appconfig feature set: Update feature name documentation (#31185)
1 parent fc61397 commit ad3176b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/appconfig

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def load_arguments(self, _):
336336
c.argument('fields', arg_type=feature_fields_arg_type)
337337

338338
with self.argument_context('appconfig feature set') as c:
339-
c.argument('feature', validator=validate_feature, help="Name of the feature flag to be set. Feature name cannot contain the '%' character.")
339+
c.argument('feature', validator=validate_feature, help="Name of the feature flag to be set. Feature name cannot contain the '%' or ':' characters.")
340340
c.argument('label', help="If no label specified, set the feature flag with null label by default")
341341
c.argument('description', help='Description of the feature flag to be set.')
342342
c.argument('key', validator=validate_feature_key, help='Key of the feature flag. Key must start with the ".appconfig.featureflag/" prefix. Key cannot contain the "%" character. Default key is the reserved prefix ".appconfig.featureflag/" + feature name.')

0 commit comments

Comments
 (0)