Sorting support for azkeys and azcertificates pagers #23813
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
KeyVault
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Service Attention
Workflow: This issue is responsible by Azure service team.
Feature Request
I'd like an option for specifying how the pager results should be sorted. For example, being able to sort the returned results by createdDate. Currently, the
azkeys
andazcertificates
pagers return results slightly different. See below results:## azcertificates sorted by createdDate cert: 1813ac580cfa412db6e7a7354ea040d1 created: 2024-11-26 15:32:46 -0600 CST cert: 230b4bef7a2d435e80235f04310320df created: 2024-11-26 15:45:44 -0600 CST cert: 67ae6208331e4ab8a03229a10bce9a6e created: 2024-11-26 15:46:02 -0600 CST cert: a81c33d7aaed4c27b1a031a929c4fd3b created: 2024-11-27 10:58:15 -0600 CST sorted version history: [1813ac580cfa412db6e7a7354ea040d1 230b4bef7a2d435e80235f04310320df 67ae6208331e4ab8a03229a10bce9a6e a81c33d7aaed4c27b1a031a929c4fd3b]
## azkeys sorted by something other than createdDate key: 4f74798850e242c3914545961cdf595e created: 2024-11-27 09:45:31 -0600 CST key: 5ba6a8486015477da31e9a4b44db21bf created: 2024-11-27 09:44:27 -0600 CST key: 7df0412c291f46fc9112dc0df2df6a22 created: 2024-11-27 09:46:58 -0600 CST sorted version history: [5ba6a8486015477da31e9a4b44db21bf 4f74798850e242c3914545961cdf595e 7df0412c291f46fc9112dc0df2df6a22]
The text was updated successfully, but these errors were encountered: