-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: Support Logic App Standard #415
feat: Support Logic App Standard #415
Conversation
✅ Deploy Preview for arcus-scripting canceled.
|
… `Enable-AzLogicAppsFromConfig`
I couldn't find a way to implement the prefix stuff we discussed here, since this works really a lot different in Logic App Standard. Might be worth a look later on as an enhancement though. I split up the documentation pages to |
Yes, okay, a big thx for investigating in this and good thinking in splitting this up. |
Co-authored-by: Stijn Moreels <[email protected]>
I honestly don't really have any knowledge on that toml file, not really sure what it does 😇 |
That's right. I would believe that we need to add some I think these two should be added: [[redirects]]
from = "/:version/features/powershell/azure-logic-apps"
to = "/:version/features/powershell/azure-logic-apps-standard"
[[redirects]]
from = "/features/powershell/azure-logic-apps"
to = "/features/powershell/azure-logic-apps-standard" But I also think that we should only add them when we have a new version of the documentation released, not when they are still in |
src/Arcus.Scripting.LogicApps/Scripts/Cancel-AzLogicAppRuns.ps1
Outdated
Show resolved
Hide resolved
Yes the |
Just tried again and without the
So I honestly don't really know how else to solve this? |
Yes, that's why I suggested to maybe log a warning for the current module functions and create additional ones with |
If I read this correctly, we retrieve the |
Integration tests fail due to #416, will look into that asap. |
Lets do that in a follow up indeed, than we have a bit more time to look at this 👍🏻 |
I don't really know the background of this script. What I think happens is that because we Mock the |
As discussed, I removed the global variables from the scripts where they were not already present. |
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.
Add support for Logic App Standard in our Logic Apps scripts.
Closes #413