You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): a number of resources are not taggable with Tags.of() (#28989)
### Issue # (if applicable)
Closes#28862
### Reason for this change
CFN resources that has array format `tags` cannot use `Tags.of()` to add tags.
### Description of changes
Enable modern style tags `ITaggableV2`
### Description of how you validated changes
The generated looks correct and shouldn't cause breaking changes.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments