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

Handle mixed versions of Resources in parent hierarchy #2942

Merged
merged 2 commits into from
Jul 16, 2019

Conversation

lukehoban
Copy link
Member

For new properties added to Resource, we need to make sure to handle cases where these are undefined as they may not be available on versions of Resource that come from older SDK versions, which could me side-by-side in a single Pulumi program execution.

Fixes #2938

For new properties added to `Resource`, we need to make sure to handle cases where these are undefined as they may not be available on versions of `Resource` that come from older SDK versions, which could me side-by-side in a single Pulumi program execution.

Fixes #2938
@lukehoban lukehoban merged commit fc38d7d into master Jul 16, 2019
@pulumi-bot pulumi-bot deleted the lukehoban/2938 branch July 16, 2019 18:15
Copy link
Contributor

@CyrusNajmabadi CyrusNajmabadi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

Version inconsistencies lead to errors
3 participants