How can I query for Logic App versions from Resource Graph Explorer? #653
TWolverson
started this conversation in
Feature Ideas/Requests
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.
-
I can get all Logic Apps with:
Resources
| where type =~ 'microsoft.logic/workflows'
but I'd like to project this to all Logic App versions. They don't seem to be listed as part of the resource's properties, nor is anything returned by querying them as a child resource type, even though this is listed as a known type in the template reference documentation.
I'd also like the date that the version was created. The definition markup would be nice as well, but that's not essential for my use case at the moment.
Beta Was this translation helpful? Give feedback.
All reactions