Skip to content

dedupeTypes not run from Pulumi CLI generation #1508

@danielrbradley

Description

@danielrbradley

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 generationkind/bugSome behavior is incorrect or out of specresolution/fixedThis issue was fixed

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions