-
Notifications
You must be signed in to change notification settings - Fork 24
Labels
area/codegenCode generationCode generationkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/fixedThis issue was fixedThis issue was fixed
Milestone
Description
When running Java code generation via pulumi package gen-sdk
, it doesn't run the dedupeTypes
method which fixes certain aspects of the schema around duplicates and casing.
Similar to #1500, this method needs to be on the code path for both the standalone binary but also the GeneratePackage entry point for the Pulumi CLI.
Referece:
pkgSpec, err := dedupTypes(rawPkgSpec) |
Metadata
Metadata
Assignees
Labels
area/codegenCode generationCode generationkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/fixedThis issue was fixedThis issue was fixed