Skip to content

Commit

Permalink
Update aad.json
Browse files Browse the repository at this point in the history
  • Loading branch information
InfamousSYN authored Apr 16, 2024
1 parent 34521cc commit 80d0fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queries/aad.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"queryList": [
{
"final": true,
"query": "MATCH p=(azu:AZUser {enabled:true})-[MemberOf*1..]->(azg:AZGroup) RETURN p",
"query": "MATCH p=(azu:AZUser {enabled:true})-[:MemberOf*1..]->(azg:AZGroup) RETURN p",
"allowCollapse": false
}
]
Expand Down Expand Up @@ -131,4 +131,4 @@
}
]
}
]
]

0 comments on commit 80d0fbc

Please sign in to comment.