Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.53k stars 4.95k forks source link

[Storage] type of query parameter `maxpagesize` should be integer #17532

Open archerzz opened 2 years ago

archerzz commented 2 years ago

Problem

The following maxpagesize query parameters should be defined as integer, not string.

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

Issue Details
## 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
Author: archerzz
Assignees: -
Labels: `bug`, `Storage`, `Service Attention`
Milestone: -
blueww commented 2 years ago

@HimanshuChhabra , Would you please help to fix this in swagger?