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
The following command incorrectly returns an error even though colon characters (
:) in tag keys are legal:Expected behavior: a new tag is applied to the resource with the name
namespace:KeyNameand valuevalue.Actual behavior: