feat!: remove search param from listResources#1591
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe PR removes support for the ChangesSearch parameter removal from listResources
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR removes the
Confidence Score: 4/5Safe to merge once the breaking-change commit convention is addressed; the code changes themselves are complete and internally consistent. The three changed files are fully in sync — interface, serializer, and test all drop The interface file Important Files Changed
|
Removing fuzzy
searchparameter due to no production usage and concerns of performance issues for customers with many resource instances.Summary
searchparameter fromListAuthorizationResourcesOptionsandSerializedListAuthorizationResourcesOptionsinterfacessearchserialization fromserializeListAuthorizationResourcesOptions'passes search filter'test from the specTest plan
tsc --noEmit)listResourcestests pass🤖 Generated with Claude Code
BREAKING CHANGE: search parameter removed from listResources