Skip to content

codecommit: tag-resource does not permit : character in tag key #4348

@mifisignal

Description

@mifisignal

The following command incorrectly returns an error even though colon characters (:) in tag keys are legal:

aws codecommit tag-resource --resource-arn <arn> --tags namespace:KeyName=value

Expected behavior: a new tag is applied to the resource with the name namespace:KeyName and value value.

Actual behavior:

Error parsing parameter '--tags': Expected: '=', received: ':' for input:
namespace:KeyName=value

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions