Skip to content

How can I query for Logic App versions from Resource Graph Explorer? #627

@TWolverson

Description

@TWolverson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions