Skip to content

Detects Microsoft Graph PowerShell SDK Situations where Advanced Queries are Required

License

Notifications You must be signed in to change notification settings

JustinGrote/MgAqDetect

Repository files navigation

PowerShell Feedback Provider for Microsoft Graph Advanced Queries

This feedback provider detects situations where you might get unusual results or cryptic error messages because you didn't add the proper parameters.

Alt text

Currently Implemented Detectors

https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http#query-scenarios-that-require-advanced-query-capabilities

Description Implemented
Use of $count as a URL segment Not used in Graph Commands
Use of $count as a query string parameter
Use of $count as a filter expression
Use of $search
Use of $filter with the endsWith operator
Use of $filter and orderBy in the same query
Use of $filter with ne and not operators
Use of $filter with not and startsWith operators
Use of OData cast with transitive members list Not Used in Graph Commands

Building

dotnet publish will put the entire module in the Release directory.

About

Detects Microsoft Graph PowerShell SDK Situations where Advanced Queries are Required

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published