Replies: 1 comment
-
Found a good post here: https://www.wesleyhaakman.org/becoming-an-azure-resource-graph-ninja/ Explains about using a query without "project" which then offers all the fields available - which as expected vary for each type. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there anywhere I can reference what properties are available to get in a Search-AzGraph query?
As an example:
Search-AzGraph "project id, name, type, location"
What fields can I request under the "project" section? Appreciate this is likely to vary for each resource type so might be a complex response?
Beta Was this translation helpful? Give feedback.
All reactions