π Azure Logic Apps UX β Daily Status Report
Date: April 14, 2026 | Latest Release: v5.294.1
π Recent Releases
v5.294.1 (April 10, 2026) β latest stable release:
- π©Ή
fix(DesignerV2): Use ARM /run endpoint for published workflow triggers (fixes callback URL issue)
- β¨
feat(Designer): Added info bubble for code interpreter in consumption agent loop
- π§
fix(designer): MicrosoftFoundry agent connection fixes
π₯ Today's Activity (April 14)
β
Merged Pull Requests
| PR |
Description |
Author |
| #9056 |
fix(designer): Use actual model name for deploymentModelProperties |
@Elaina-Lee |
| #9057 |
chore(designer): Remove code interpreter experimentation flags |
@Elaina-Lee |
| #9024 |
refactor(knowledge): Add toaster notifications, centralized error handling, file upload hooks |
@preetriti1 |
Great cleanup day β removing experiment flags signals a feature is shipping to GA! π
π¬ Open Pull Requests (20 open)
Active / Recent
| PR |
Description |
Author |
| #9058 |
refactor(knowledge): Toaster notifications + error handling (v2) |
@preetriti1 |
| #9052 |
Fix MCP connection authentication schema (consumption) |
@Bhavd13 |
| #9053 |
chore(deps): Bump axios 1.13.5 β 1.15.0 |
dependabot |
| #9048 |
chore(deps): Bump axios in logic-apps-shared |
dependabot |
| #9044 |
chore(deps-dev): Bump axios in vs-code-designer |
dependabot |
Notable Long-Running PRs β³
| PR |
Description |
Author |
Age |
| #8828 |
feat(vscode): Additional C# LSP server functionality |
@lambrianmsft |
~4 weeks |
| #8921 |
fix(designers): Improving action name validation |
@Santiagosala2 |
~4 weeks |
| #8691 |
feat(vscode): "Deploy to Azure" webview + deploy flow |
@lambrianmsft |
~6 weeks |
| #8718 |
feat(data-mapper-v2): XSLT as source of truth |
@hartra344 |
~9 weeks |
π Open Issues Highlights (recently active)
- #9014 β OAuth connector shows unexpected "Microsoft Flow and PowerApps TIP1/TIP2" option (Consumption)
- #9038 β Draft version workflow execution fails after GA publish
- #9015 β Monitoring View: "Failed to load run details" in new experiment
- #9029 β Unable to open Workflow in designer view
- #9042 β Standard designer fails to launch locally (design-time API enters a crash loop)
- #8782 β Can still click '+' button when canvas is disabled (Standard & Consumption experiments)
- #6709 β On-premises data gateway: validation error on gateway name (long-standing)
π Recent Commit Highlights (last 7 days)
| Date |
Commit |
Author |
| Apr 14 |
refactor(knowledge): toaster notifications + error handling |
preetriti1 |
| Apr 13 |
fix(designer): Use actual model name for deploymentModelProperties |
Elaina Lee |
| Apr 13 |
chore(designer): Remove code interpreter experiment flags |
Elaina Lee |
| Apr 10 |
fix(designer): Default agent connection type to MicrosoftFoundry |
Elaina Lee |
| Apr 10 |
feat(Designer): Code interpreter info bubble (consumption) |
Elaina Lee |
| Apr 09 |
fix(agent): Migrate Foundry agent to V2, fix version/tool serialization |
Carlos Castro Trejo |
| Apr 09 |
fix: Persist Managed Identity and Audience in MCP Client Tool workflow |
Bhavya |
| Apr 08 |
fix(DesignerV2): Use ARM /run endpoint for published triggers |
Riley Evans |
| Apr 08 |
perf(DesignerV2): Workflow selector performance improvements |
Riley Evans |
| Apr 07 |
perf(DesignerV2): Undo/Redo improvements + enabling |
Riley Evans |
π― Project Status & Focus Areas
π€ AI Agent / Foundry Integration β Active
Multiple fixes landed this week around MicrosoftFoundry agent connections, deployment model properties, and Foundry agent V2 migration. Code interpreter is graduating from experiment flags to GA.
π DesignerV2 β Accelerating
Strong week for DesignerV2 with performance improvements (workflow selector, undo/redo), bug fixes for edge highlighting and nested workflow navigation, and ARM trigger fixes.
π MCP (Model Context Protocol) β In Progress
MCP support for Consumption Logic Apps landed (#8901), with auth schema fixes in review (#9052). MCP tooling is becoming a first-class feature.
πΊοΈ Data Mapper V2 β Under Development
XSLT-as-source-of-truth PR (#8718) has been open ~9 weeks β may benefit from a review push.
π§ VS Code Extension β Multiple Features In Flight
C# LSP, Deploy to Azure webview, container support, and Azure connector details prompting are all open PRs β several are getting long in the tooth and could use attention.
β
Recommended Next Steps
- π Review & merge
#9052 (MCP auth fix for Consumption) β blocks MCP rollout
- π§Ή Triage the 3 axios bumps from Dependabot (
#9053, #9048, #9044) β straightforward dependency updates
- β© Push forward long-running VS Code PRs (
#8828, #8691) β these are blocking significant new features
- π Investigate
#9042 (Standard designer local launch crash loop) β developer experience blocker
- π Repro & label
#9014 (TIP1/TIP2 OAuth option) β appears to be a regression in the new experiment
- π¦ Plan next release β several solid fixes have landed on
main since v5.294.1
Generated automatically on April 14, 2026 π€
Generated by Daily Repo Status
To install this workflow, run gh aw add githubnext/agentics/workflows/daily-repo-status.md@b0e9cfd3a20372ce7fe0462bb7bbca2272df4a88. View source at https://github.com/githubnext/agentics/tree/b0e9cfd3a20372ce7fe0462bb7bbca2272df4a88/workflows/daily-repo-status.md.
π Azure Logic Apps UX β Daily Status Report
Date: April 14, 2026 | Latest Release: v5.294.1
π Recent Releases
v5.294.1 (April 10, 2026) β latest stable release:
fix(DesignerV2): Use ARM/runendpoint for published workflow triggers (fixes callback URL issue)feat(Designer): Added info bubble for code interpreter in consumption agent loopfix(designer): MicrosoftFoundry agent connection fixesπ₯ Today's Activity (April 14)
β Merged Pull Requests
fix(designer): Use actual model name for deploymentModelProperties@Elaina-Leechore(designer): Remove code interpreter experimentation flags@Elaina-Leerefactor(knowledge): Add toaster notifications, centralized error handling, file upload hooks@preetriti1Great cleanup day β removing experiment flags signals a feature is shipping to GA! π
π¬ Open Pull Requests (20 open)
Active / Recent
refactor(knowledge): Toaster notifications + error handling (v2)@preetriti1@Bhavd13chore(deps): Bump axios 1.13.5 β 1.15.0chore(deps): Bump axios inlogic-apps-sharedchore(deps-dev): Bump axios invs-code-designerNotable Long-Running PRs β³
@lambrianmsft@Santiagosala2@lambrianmsft@hartra344π Open Issues Highlights (recently active)
π Recent Commit Highlights (last 7 days)
π― Project Status & Focus Areas
π€ AI Agent / Foundry Integration β Active
Multiple fixes landed this week around MicrosoftFoundry agent connections, deployment model properties, and Foundry agent V2 migration. Code interpreter is graduating from experiment flags to GA.
π DesignerV2 β Accelerating
Strong week for DesignerV2 with performance improvements (workflow selector, undo/redo), bug fixes for edge highlighting and nested workflow navigation, and ARM trigger fixes.
π MCP (Model Context Protocol) β In Progress
MCP support for Consumption Logic Apps landed (#8901), with auth schema fixes in review (#9052). MCP tooling is becoming a first-class feature.
πΊοΈ Data Mapper V2 β Under Development
XSLT-as-source-of-truth PR (#8718) has been open ~9 weeks β may benefit from a review push.
π§ VS Code Extension β Multiple Features In Flight
C# LSP, Deploy to Azure webview, container support, and Azure connector details prompting are all open PRs β several are getting long in the tooth and could use attention.
β Recommended Next Steps
#9052(MCP auth fix for Consumption) β blocks MCP rollout#9053,#9048,#9044) β straightforward dependency updates#8828,#8691) β these are blocking significant new features#9042(Standard designer local launch crash loop) β developer experience blocker#9014(TIP1/TIP2 OAuth option) β appears to be a regression in the new experimentmainsince v5.294.1Generated automatically on April 14, 2026 π€