Commit 13b6480
authored
revert: remove invalid Dev::ServiceCatalog resource from L1 update (#36678)
### Reason for this change
The L1 update #36660 introduced an invalid `Dev::ServiceCatalog::LaunchRoleConstraint` resource that was accidentally included in the CloudFormation spec. This is not a real AWS resource - it appears to be test/development data that made it into the production spec.
This causes CI failures during the `pack.sh` phase when jsii-pacmak tries to generate .NET code, because the interface namespace mapping is incorrect.
### Description of changes
Reverts commit eb6a82a which introduced the invalid `dev-servicecatalog` module.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)
---
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent e3f7dba commit 13b6480
13 files changed
Lines changed: 23 additions & 85 deletions
File tree
- packages
- @aws-cdk/mixins-preview
- lib/services
- dev-servicecatalog
- aws-cdk-lib
- dev-servicecatalog
- lib
- scripts
- tools/@aws-cdk/spec2cdk
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
581 | | - | |
582 | 580 | | |
583 | 581 | | |
584 | 582 | | |
| |||
663 | 661 | | |
664 | 662 | | |
665 | 663 | | |
666 | | - | |
| 664 | + | |
667 | 665 | | |
668 | 666 | | |
669 | 667 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | 303 | | |
305 | 304 | | |
306 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | 522 | | |
524 | 523 | | |
525 | 524 | | |
| |||
0 commit comments