logicapps
logicapps copied to clipboard
How can I query for Logic App versions from Resource Graph Explorer?
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.