microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet

graph.microsoft.com/beta/privilegedAccess/azureResources/resources doesn't support $skipToken

Open
#859 11 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Service issue type:question
Dominant language
C#
Stars
112
Forks
37
Avg merge
14h 57m
Merged PRs (30d)
3

Description

https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/blob/903a40b7c974a6004d79243e182336eeffef1d8d/docs/v4-reference-docs/governanceresource-list.md?plain=1#L77

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 : https://github.com/microsoft/EntraExporter/issues/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.

image

image

Nothing in the documentation state that "skiptoken" is available...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with docs/v4-reference-docs/governanceresource-list.md and the graph.microsoft.com/beta/privilegedAccess/azureResources/resources endpoint. Reproduce the initial request and follow its @odata.nextLink, comparing the returned token with the documented query parameters and the related EntraExporter issue #62. Done means the pagination behavior is clarified and the SDK documentation or tracked behavior accurately reflects whether $skipToken is supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.