Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdk/ts] Update CustomResource to match current codegen #1510

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

lblackstone
Copy link
Member

Proposed changes

The CustomResource is an overlay (not generated from schema),
so we missed an upstream codegen change. Applying this fix
manually to avoid mutating the opts structure.

Related to pulumi/pulumi#6293

Related issues (optional)

The CustomResource is an overlay (not generated from schema),
so we missed an upstream codegen change. Applying this fix
manually to avoid mutating the opts structure.

Related to pulumi/pulumi#6293
@pgavlin
Copy link
Member

pgavlin commented Mar 29, 2021

Is there a simple test we could add?

@lblackstone
Copy link
Member Author

Is there a simple test we could add?

We do create CustomResources as part of integration testing, which should exercise this code path. Did you have something specific in mind?

@lblackstone lblackstone merged commit f025bee into master Mar 29, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/customresource-fix branch March 29, 2021 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants