fix(DesignerV2): Use ARM /run endpoint for published workflow triggers instead of listCallbackUrl#9034
Merged
rllyy97 merged 1 commit intohotfix/v5.294from Apr 8, 2026
Conversation
…s instead of listCallbackUrl (#9033) Fixed published wf run path
🤖 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
✅ Impact of Change
✅ Test Plan
✅ Contributors
✅ Screenshots/Videos
Summary Table
Summary
Additional Suggestions / Minor Improvements
Please update only if you want to add the optional integration test or the suggested clarifying notes. Otherwise this PR looks good to merge. Thank you for the clear PR and tests!Last updated: Wed, 08 Apr 2026 18:32:05 GMT |
takyyon
approved these changes
Apr 8, 2026
📊 Coverage CheckNo source files changed in this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Fixes #8870 - The V2 designer was using the listCallbackUrl endpoint to get a SAS-signed URL, then invoking the trigger directly via that URL (no ARM auth). This differs from V1, which POSTs directly to the /triggers/{triggerName}/run ARM endpoint with ARM authentication.
This changes the V2 FloatingRunButton to construct the ARM /run URL directly for published workflows, matching V1 behavior.
Impact of Change
Test Plan
Manually tested, behavior matches V1 behavior now.
Contributors
@rllyy97
Screenshots/Videos
N/A