We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some modules do not manage result pagination
dev branch
Pagination should be handled at least for:
Eg: like it's done in https://github.com/ansible-collections/azure/blob/dev/plugins/modules/azure_rm_aduser_info.py#L284 (or on a global level ?)
All paginated results should be handled
Modules may provide truncated results when item count in list output is greater than pagination size used
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Some modules do not manage result pagination
ISSUE TYPE
COMPONENT NAME
COLLECTION VERSION
STEPS TO REPRODUCE
Pagination should be handled at least for:
Eg: like it's done in https://github.com/ansible-collections/azure/blob/dev/plugins/modules/azure_rm_aduser_info.py#L284 (or on a global level ?)
EXPECTED RESULTS
All paginated results should be handled
ACTUAL RESULTS
Modules may provide truncated results when item count in list output is greater than pagination size used
The text was updated successfully, but these errors were encountered: