Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit top incidents resource types #22790

Merged
merged 20 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1bcc20d
Add blockchain to latest profile
markcowl Aug 22, 2019
7b46097
Add additional types
markcowl Aug 22, 2019
173bc6f
Merge branch 'Azure:main' into main
dosiso Feb 28, 2022
b63616a
Merge branch 'Azure:main' into main
dosiso Jun 8, 2022
8ec372f
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Jun 8, 2022
13ead2d
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Jun 15, 2022
be92246
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Jul 10, 2022
30134f7
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Sep 20, 2022
0a168b9
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Oct 19, 2022
d366317
Merge branch 'Azure:main' into main
dosiso Oct 24, 2022
cc3035e
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Nov 23, 2022
dd44e34
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Dec 14, 2022
b77535a
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Dec 25, 2022
7c831ae
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Jan 15, 2023
5756a46
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Jan 24, 2023
72b2444
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Feb 20, 2023
f61d487
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Feb 22, 2023
4eddc75
Merge branch 'main' of https://github.com/dosiso/azure-rest-api-specs
dosiso Feb 26, 2023
da53329
Limit incidents list resource type maximum results
dosiso Feb 26, 2023
f8164df
Fix format
dosiso Feb 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@
"$ref": "SecurityInsights.json#/parameters/ODataOrderBy"
},
{
"$ref": "SecurityInsights.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "SecurityInsights.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,13 @@
"$ref": "#/parameters/ODataOrderBy"
},
{
"$ref": "#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@
"$ref": "../../../common/1.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/1.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/1.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@
"$ref": "#/parameters/ODataOrderBy"
},
{
"$ref": "#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/1.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/1.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/1.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
"in": "query",
"name": "$top",
"description": "Returns only the first n results. Optional.",
"type": "integer",
"format": "int32",
"maximum": 1000,
"x-ms-parameter-location": "method"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
Expand Down