Premium Integration Account doesn't show up more than 1000 maps.
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Describe the Bug
Premium Integration Account doesn't show up more than 1000 maps.
Only first 1000 are listed in an alphabetical order and no chance of getting the remaining in the portal.
Looking into the HAR traces, I see the request is made to retrieve first 1000 and later we receive the callback url for retrieving next set of maps. But, we don’t use it to pull subsequent maps.
It is reproduceable in any Integration Account.
### Plan Type
Premium
### Steps to Reproduce the Bug or Issue
Reproduction steps:
- Attempt to upload over 1000 maps into the portal.
- Turn on HAR tracing.
- Observe that the REST API only retrieves the first 1000 maps.
- Notice the callback URL for fetching additional maps isn't utilized by the portal, leading to subsequent sets being overlooked.
[https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xx-xxxxx-xxxxxxxxxxxxxxx/resourceGroups/TEST/providers/Microsoft.Logic/integrationAccounts/IAXXXXXX/maps?api-version=2019-05-01&$top=1000]()
### Workflow JSON
*No response*
### Screenshots or Videos
*No response*
### Additional context
*No response*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.