You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Provide a Logic App which can be used to validate the functionality of the TemporaryUpdateAsync-method.
Describe the solution you'd like
These steps are to be taken:
create basic logic app for this purpose
provide sample ARM to perform the update of the logic app.
The text was updated successfully, but these errors were encountered:
stijnmoreels
changed the title
Provide Logic App + ARM used to test "TemporaryUpdateAsync"
Provide Logic App + ARM used to test "TemporaryUpdateAsync" and "RunAsync"
Jun 12, 2020
A new Logic App has been created, which can be used for the 2 test-cases as mentioned in the subject.
This Logic App still allows you to provide a "CorrelationId"-header, but does not require you to.
The new Logic App can be found here:
resource group: invictus-tst-testing
name: invictus-tst-testing-rcv-trigger-http
As it sits now, it is about to return a simple response:
{
"response": "Original"
}
After using the provided ARM-template, it should return this:
{
"response": "Updated"
}
Provide ARM-template to update existing Logic App.
After pushing this logic app definition, the response will be
{
"response": "Updated"
}
Will originally it was:
{
"response": "Original"
}
Related to #31
Provide ARM-template to update existing Logic App.
After pushing this logic app definition, the response will be
{
"response": "Updated"
}
Will originally it was:
{
"response": "Original"
}
Related to #31
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Provide a Logic App which can be used to validate the functionality of the
TemporaryUpdateAsync
-method.Describe the solution you'd like
These steps are to be taken:
The text was updated successfully, but these errors were encountered: