Commit 6c4181b
authored
fix(core):
### Issue # (if applicable)
Not applicable
### Reason for this change
Make it clearer as to what tag has invalid values - currently the process to identify said tag is not as clear as it could be.
### Description of changes
Improve error message from `Tag must have a value` to `Tag '${key}' must have a value`
### Describe any new or updated permissions being added
Not applicable
### Description of how you validated changes
Test added
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*Tag must have a value error is impossible to attribute to a specific tag (#35091)1 parent 1da883e commit 6c4181b
File tree
2 files changed
+12
-1
lines changed- packages/aws-cdk-lib/core
- lib
- test
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
334 | 345 | | |
0 commit comments