"$schema" is missing after deployment of standard logic app workflow #1002
Unanswered
Revathi2024
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After deployment of standard logicapp as zip package using Github action "$schema" is missing in all workflow of standard logic app

as below
"definition": {
"": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {....
}
}
please help me on this to resolve it. "$schema" should appear post deployment in all workflow of the standard logic app.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions