ansible/changelogs/fragments/kms_double_snake.yml
Will Thames 362c45517d aws_kms: fix failing tests (#60206)
Preserve tag key case by only calling camel_dict_to_snake_dict once,
before the tags are added.

Don't call assert_policy_shape as it seems to fail

Use aws_caller_info in the test suite now that it exists rather
than running `aws sts get_caller_identity`

Ensure that calls using `grant_types` can also use key aliases
2019-08-20 07:15:40 -04:00

2 lines
122 B
YAML

bugfixes:
- aws_kms module ensure tag keys have their case preserved by avoiding a second unnecessary format conversion