microsoftgraph / msgraph-beta-sdk-dotnet

The Microsoft Graph Client Beta Library for .NET supports the Microsoft Graph /beta endpoint. (preview)
Other
95 stars 32 forks source link

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

Open milapointe opened 3 months ago

milapointe commented 3 months ago

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...

andrueastman commented 3 months ago

Thanks for raising this @milapointe

According to the docs at https://learn.microsoft.com/en-us/graph/api/governanceresource-list?view=graph-rest-beta&tabs=http

This API will soon be deprecated. Given this information, I don't think the API teams will be looking to fixing this as the guidance is to use the new APIs in the documentation.

In case of any further clarifications, I would suggest opening a question to get clarity from the API owners on the state of things here. https://aka.ms/askGraph

milapointe commented 3 months ago

Thanks for raising this @milapointe

According to the docs at https://learn.microsoft.com/en-us/graph/api/governanceresource-list?view=graph-rest-beta&tabs=http

This API will soon be deprecated. Given this information, I don't think the API teams will be looking to fixing this as the guidance is to use the new APIs in the documentation.

In case of any further clarifications, I would suggest opening a question to get clarity from the API owners on the state of things here. https://aka.ms/askGraph

I will open a question then.

But I don't see a direct replacement for this api :

image

I would expect PIM for Azure resources to be under iteration 3 but nothing for this.

Same thing for the documentation, I don't see it inside migration path

andrueastman commented 3 months ago

Thanks for following up @milapointe

But I don't see a direct replacement for this api :

As this team/repo is mainly intended for SDK related issues, I would suggest also asking this in the question to get feedback on the same from the API owners. In the event it's a documentation issue, the teams should be able to follow this up.

milapointe commented 3 months ago

Thanks for following up @milapointe

But I don't see a direct replacement for this api :

As this team/repo is mainly intended for SDK related issues, I would suggest also asking this in the question to get feedback on the same from the API owners. In the event it's a documentation issue, the teams should be able to follow this up.

I did, thanks.

microsoft-github-policy-service[bot] commented 3 months ago
nixtaz commented 1 month ago

Hey @milapointe, any updates to the Entra Export issue? :))

milapointe commented 1 month ago

Hey @milapointe, any updates to the Entra Export issue? :))

nope

andrueastman commented 1 month ago

@milapointe Any chance you are able to raise a support ticket with your tenant/Azure information with the API team to help get this resolved? You can follow the guidance at https://developer.microsoft.com/en-us/graph/support

milapointe commented 1 month ago

@milapointe Any chance you are able to raise a support ticket with your tenant/Azure information with the API team to help get this resolved? You can follow the guidance at https://developer.microsoft.com/en-us/graph/support

i did : https://learn.microsoft.com/en-us/answers/questions/1757083/graph-microsoft-com-beta-privilegedaccess-azureres

no anwser

andrueastman commented 1 month ago

What I mean here is to open a support request. The links are at the bottom of the page at the link below under the "Get support" section.

https://developer.microsoft.com/en-us/graph/support

milapointe commented 1 month ago

What I mean here is to open a support request. The links are at the bottom of the page at the link below under the "Get support" section.

https://developer.microsoft.com/en-us/graph/support

I dont have this access, sorry.