Skip to content

Commit

Permalink
Update PrebuiltQueries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LuemmelSec committed May 31, 2023
1 parent e87e756 commit 5620272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchContainer/Tabs/PrebuiltQueries.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"queryList": [
{
"final": true,
"query": "MATCH p = ({owned: true})-[r]->(g:AZKeyVault) RETURN p",
"query": "MATCH (n:AZSubscription), (m), p=shortestPath((m)-[r*1..]->(n)) WHERE NOT m=n RETURN p",
"allowCollapse": true
}
]
Expand Down

0 comments on commit 5620272

Please sign in to comment.