-
Notifications
You must be signed in to change notification settings - Fork 96
fix(designer): Add A2A Request operation and connector group to Consumption search menu #8683
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
Conversation
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Keep as-is. |
| Commit Type | ✅ | No change needed. |
| Risk Level | ✅ | Matches labels. |
| What & Why | ✅ | Clear and concise. |
| Impact of Change | Add a brief note on downstream consumers or confirm none exist. | |
| Test Plan | Prefer automated test; otherwise justify manual-only testing. | |
| Contributors | ✅ | Good. |
| Screenshots/Videos | Ensure asset link is accessible and consider embedding. |
Final Message:
This PR is small, additive, and low-risk — it passes the PR title/body checklist. The advised risk level (risk:low) matches the label on the PR. Please consider the following minimal follow-ups before merge:
- Add or point to a small automated test that validates the new operation/group is included in built-in lists, or add a short justification in the Test Plan explaining why automated tests are not feasible.
- Confirm the screenshot/video link is accessible to reviewers; if possible paste the image inline into the PR description.
- Optionally, add one sentence in Impact stating that no other services (indexers, telemetry, runtime contract) are affected by this change.
After making any optional clarifications, this PR is ready to merge.
Last updated: Fri, 09 Jan 2026 17:03:35 GMT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds support for the A2A (Agent-to-Agent) Request trigger to the Consumption Logic Apps search service, making it discoverable in the designer's operation search menu. This is a straightforward additive change that follows established patterns in the codebase.
Key Changes
- Adds
a2aRequestOperationto the consumption built-in operations list - Adds
a2aRequestGroupto the consumption built-in connectors list - Both additions follow the existing pattern for similar trigger/action types (AS2, RosettaNet)
Commit Type
Risk Level
What & Why
Adds the A2A (Agent-to-Agent) Request operation and connector group to the Consumption search service, making it discoverable in the designer's action/trigger search menu.
Impact of Change
Test Plan
Contributors
@Bhavd13
Screenshots/Videos
A2A.search.trigger.video.mp4