microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet
graph.microsoft.com/beta/privilegedAccess/azureResources/resources doesn't support $skipToken
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 112
- Forks
- 37
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 3
Description
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.
Nothing in the documentation state that "skiptoken" is available...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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