Skip to content

Commit 010dfdd

Browse files
radioblazerMatt Townsend
andauthored
fix(power-automate): fall back to classic Flow RP API when per-env PPAPI DNS fails (#284)
Older Default environments and some regional tenants never received per-environment PPAPI DNS provisioning (*.environment.api.powerplatform.com). When the derived hostname fails DNS resolution, all flow operations now automatically fall back to the classic Flow RP endpoint. The fallback is cached per-session so subsequent calls skip the failed probe. Bumps plugin version to 2.1.0. Fixes #269, #271, #274, #276, #278, #281, #282 Does NOT fix #280 (different issue: Button trigger listCallbackUrl) Engine source: https://github.com/matow_microsoft/flow-agent/commit/d0d55f2 Co-authored-by: Matt Townsend <matow+microsoft@microsoft.com>
1 parent 973688f commit 010dfdd

3 files changed

Lines changed: 158 additions & 72 deletions

File tree

plugins/power-automate/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "power-automate",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Build, edit, run, and debug Power Automate cloud flows via the FlowAgent MCP server — connection lifecycle, surgical edits, copy across environments, run management, and validated expressions.",
55
"author": {
66
"name": "Microsoft",

plugins/power-automate/.plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "power-automate",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Build, edit, run, and debug Power Automate cloud flows via the FlowAgent MCP server — connection lifecycle, surgical edits, copy across environments, run management, and validated expressions.",
55
"author": {
66
"name": "Microsoft",

0 commit comments

Comments
 (0)