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

Lapointe, Michel 5 Reputation points
2024-06-26T12:23:46.2233333+00:00

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.

image

image

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

(copied from : https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/859)

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,226 questions
0 comments No comments
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.