jan-mue opened a new pull request, #1850: URL: https://github.com/apache/libcloud/pull/1850
## Fix the list_nodes function in the Azure ARM driver ### Description The Azure API returns an attribute `nextLink` for pagination that is currently not used in the Azure ARM driver. Documentation: https://learn.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all?tabs=HTTP This PR fixes the issue where not all VMs are returned for subscriptions with a lot of VMs (#1824) ### Status Replace this: work in progress ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org