You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/storageactions/resource-manager/Microsoft.StorageActions/stable/2023-01-01/storageactions.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,8 @@
374
374
{
375
375
"name": "$maxpagesize",
376
376
"in": "query",
377
-
"type": "string",
377
+
"type": "integer",
378
+
"format": "int32",
378
379
"description": "Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response."
379
380
},
380
381
{
@@ -425,7 +426,8 @@
425
426
{
426
427
"name": "$maxpagesize",
427
428
"in": "query",
428
-
"type": "string",
429
+
"type": "integer",
430
+
"format": "int32",
429
431
"description": "Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response."
0 commit comments