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

[dotnet] fix parsing of CustomResources #1741

Merged
merged 6 commits into from
Oct 5, 2021
Merged

[dotnet] fix parsing of CustomResources #1741

merged 6 commits into from
Oct 5, 2021

Conversation

polivbr
Copy link
Contributor

@polivbr polivbr commented Sep 30, 2021

Proposed changes

There is a bug in the .NET SDK where it attempts to create CustomResourceDefinitions rather than CustomResources
for unknown resource types. This PR fixes this.

Related issues (optional)

#1120

Copy link
Member

@lblackstone lblackstone left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, @polivbr!

@mikhailshilkov, could you review this? LGTM, but C# is not my strong suit.

CHANGELOG.md Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 4, 2021

PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

@lblackstone
Copy link
Member

/run-acceptance-tests

@github-actions
Copy link

github-actions bot commented Oct 4, 2021

@lblackstone lblackstone merged commit 5f43eaf into pulumi:master Oct 5, 2021
@gitfool
Copy link

gitfool commented Oct 6, 2021

Interesting. Will this also fix #1225?

@lblackstone
Copy link
Member

Interesting. Will this also fix #1225?

Possibly -- I'm pretty surprised that this wasn't caught before, because it seems like it should have prevented a lot of Helm and YAML resources from working correctly in C#.

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.

4 participants