Commit 010dfdd
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments