Azure / Azure/azure-rest-api-specs
[Storage] type of query parameter `maxpagesize` should be integer
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 395
Description
## Problem
The following `maxpagesize` query parameters should be defined as integer, not string.
- https://github.com/Azure/azure-rest-api-specs/blob/75b53c0708590483bb2166b9e2751f1bdf5adefa/specification/storage/resource-manager/Microsoft.Storage/stable/2021-08-01/blob.json#L175
- https://github.com/Azure/azure-rest-api-specs/blob/75b53c0708590483bb2166b9e2751f1bdf5adefa/specification/storage/resource-manager/Microsoft.Storage/stable/2021-08-01/file.json#L196
- https://github.com/Azure/azure-rest-api-specs/blob/75b53c0708590483bb2166b9e2751f1bdf5adefa/specification/storage/resource-manager/Microsoft.Storage/stable/2021-08-01/queue.json#L376
Contributor guide
Assessment
This issue has not been assessed yet.