PagedResult doesn't return full response

Meshi Houri (Biton) 0 Reputation points
2025-01-06T12:14:58.5466667+00:00

Hi,

I'm using azure sdk , and I have found out that few methods don't return the full response.

They returned only one resource group , for example using this ->


networkManager.localNetworkGateways.list().stream().collect(Collectors.toList());

(tried different approaches like block and etc) return only gws from one resource group
, but when I am going through all the resources groups I am getting the full response.

networkManager.resourceManager().resourceGroups().list().forEach(resourceGroup -> {
    List
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,392 questions
{count} votes

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.