Skip to content

v4.6.1

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 15 Dec 00:42
· 115 commits to master since this release
4f5cc80
Fix resource kind lookup using URN.Type instead of QualifiedType (#2719)

### Proposed changes

This pull request uses the URN`Type` method, rather than `QualifiedType`
to search if resources are a patch or list resource. Qualified types
include the parent resource if there is one, so it would have failed the
lookup.

Additionally, comprehensive unit tests have been included to validate
this change.

### Related issues (optional)
Fixes: #2718 (manual validation was done to ensure this fix solves this
CUJ)