graph.microsoft.com/beta/privilegedAccess/azureResources/resources doesn't support $skipToken
msgraph-beta-sdk-dotnet/docs/v4-reference-docs/governanceresource-list.md
Line 77 in 903a40b
GET https://graph.microsoft.com/beta/privilegedAccess/azureResources/resources| | |
---|---|
GET https://graph.microsoft.com/beta/privilegedAccess/azureResources/resources| |
I'm trying to use this endpoint (graph.microsoft.com/beta/privilegedAccess/azureResources/resources) inside EntraExporter and it fail everytime.
An Issue is opened on EntraExporter side Ref : microsoft/EntraExporter#62
Since I'm stubborn, I isolated the request and tried it manually as stated inside the other issue.
Result : $skipToken seems to not be an available filter even if it's present inside "@odata.nextLink" value returned from the original request.
Nothing in the documentation state that "skiptoken" is available...
(copied from : https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/859)