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

Fix import of enum types from other packages #9579

Merged
merged 5 commits into from May 12, 2022
Merged

Conversation

Frassle
Copy link
Member

@Frassle Frassle commented May 10, 2022

Description

Check the package of an enum type to decided how to import it. If it's from another package just import the package, rather than trying to import the relative module.

Fixes #9565

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • Yes, there are changes in this PR that warrants bumping the Pulumi Service API version

@github-actions
Copy link

Diff for pulumi-random with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-azuread with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-kubernetes with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-gcp with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-azure with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-aws with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-random with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-azuread with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-gcp with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-kubernetes with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-azure with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-aws with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-azure-native with merge commit 11c86f2

@github-actions
Copy link

Diff for pulumi-azure-native with merge commit b2b28c5

@github-actions
Copy link

Diff for pulumi-azuread with merge commit dabf305

@github-actions
Copy link

Diff for pulumi-random with merge commit dabf305

@github-actions
Copy link

Diff for pulumi-kubernetes with merge commit dabf305

@github-actions
Copy link

Diff for pulumi-gcp with merge commit dabf305

@github-actions
Copy link

Diff for pulumi-azure with merge commit dabf305

@github-actions
Copy link

Diff for pulumi-aws with merge commit dabf305

@Frassle Frassle merged commit 2a862d8 into master May 12, 2022
@pulumi-bot pulumi-bot deleted the fraser/issue9565 branch May 12, 2022 09:00
@github-actions
Copy link

Diff for pulumi-azure-native with merge commit dabf305

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.

Python Codegen Breaks when using Reference Types which Themselves Contain an Enum
2 participants