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 no longer being able to place types in top-level modules #1300 #1301

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Jul 25, 2023

Fixes #1300

This restores the ability to place resources into top-level modules by making tokens like "myprovider:mymodule:MyResource", something that accidentally regressed and was not caught as most Pulumi-managed providers opt for a submodule scheme like "myprovider:mymodule/mysubmodule:MyResource", and the code started to accidentally assume this scheme.

This restores the ability to place resources into top-level modules by making tokens like
"myprovider:mymodule:MyResource", something that accidentally regressed and was not caught as most Pulumi-managed
providers opt for a submodule scheme like "myprovider:mymodule/mysubmodule:MyResource", and the code started to
accidentally assume this scheme.
@t0yv0 t0yv0 requested a review from a team July 25, 2023 15:15
@github-actions
Copy link

Diff for pulumi-azuread with merge commit 0920069

@github-actions
Copy link

Diff for pulumi-random with merge commit 0920069

@t0yv0 t0yv0 requested a review from thomas11 July 25, 2023 18:47
@github-actions
Copy link

Diff for pulumi-azuread with merge commit 28fecd6

@github-actions
Copy link

Diff for pulumi-random with merge commit 28fecd6

@t0yv0 t0yv0 merged commit a8335b0 into master Jul 25, 2023
8 checks passed
@t0yv0 t0yv0 deleted the t0yv0/fix-1300 branch July 25, 2023 19:23
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.

No longer able to place types in top-level modules
2 participants