Skip to content

Commit 70ecabf

Browse files
authored
Limit top incidents resource types in new 2023-03-01-preview API version (#22850)
1 parent 4a5138a commit 70ecabf

File tree

1 file changed

+7
-1
lines changed
  • specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-03-01-preview

1 file changed

+7
-1
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-03-01-preview/Incidents.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@
3636
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
3737
},
3838
{
39-
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
39+
"in": "query",
40+
"name": "$top",
41+
"description": "Returns only the first n results. Optional.",
42+
"type": "integer",
43+
"format": "int32",
44+
"maximum": 1000,
45+
"x-ms-parameter-location": "method"
4046
},
4147
{
4248
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"

0 commit comments

Comments
 (0)