From 1bcc20d7c3523dfddc34a44881048824f3b86d1c Mon Sep 17 00:00:00 2001 From: Mark Cowlishaw Date: Wed, 21 Aug 2019 19:39:12 -0700 Subject: [PATCH 1/4] Add blockchain to latest profile --- profiles/definitions/latest-2019-04-30.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/definitions/latest-2019-04-30.md b/profiles/definitions/latest-2019-04-30.md index d232011ad030..c011a4cc041a 100644 --- a/profiles/definitions/latest-2019-04-30.md +++ b/profiles/definitions/latest-2019-04-30.md @@ -41,6 +41,15 @@ profiles: - managedClusters/accessProfiles '2017-07-01': - containerServices + microsoft.blockchain: + '2018-06-01-preview': + - blockchainMembers + - blockchainMembers/consortiumMembers + - blockchainMembers/transactionNodes + - locations + - locations/blockchainMemberOperationResults + - operations + - skus microsoft.capacity: '2019-04-01': - appliedReservations From 7b4609776da798ad54384cbaccd1221f096b275b Mon Sep 17 00:00:00 2001 From: Mark Cowlishaw Date: Wed, 21 Aug 2019 19:52:35 -0700 Subject: [PATCH 2/4] Add additional types --- profiles/definitions/latest-2019-04-30.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/definitions/latest-2019-04-30.md b/profiles/definitions/latest-2019-04-30.md index c011a4cc041a..5a4f50360390 100644 --- a/profiles/definitions/latest-2019-04-30.md +++ b/profiles/definitions/latest-2019-04-30.md @@ -45,9 +45,15 @@ profiles: '2018-06-01-preview': - blockchainMembers - blockchainMembers/consortiumMembers + - blockchainMembers/listApiKeys + - lockchainMembers/regenerateApiKeys - blockchainMembers/transactionNodes + - blockchainMembers/transactionNodes/listApiKeys + - blockchainMembers/transactionNodes/regenerateApiKeys - locations - locations/blockchainMemberOperationResults + - locations/checkNameAvailability + - locations/listConsortiums - operations - skus microsoft.capacity: From da53329f03e40c2b41c6ba214bb20b9015c582a3 Mon Sep 17 00:00:00 2001 From: Dor Siso Date: Sun, 26 Feb 2023 14:53:22 +0200 Subject: [PATCH 3/4] Limit incidents list resource type maximum results --- .../preview/2019-01-01-preview/Cases.json | 8 +++++++- .../preview/2019-01-01-preview/SecurityInsights.json | 8 +++++++- .../preview/2021-03-01-preview/Incidents.json | 8 +++++++- .../preview/2021-09-01-preview/Incidents.json | 8 +++++++- .../preview/2022-01-01-preview/Incidents.json | 8 +++++++- .../preview/2022-04-01-preview/Incidents.json | 8 +++++++- .../preview/2022-05-01-preview/Incidents.json | 8 +++++++- .../preview/2022-06-01-preview/Incidents.json | 8 +++++++- .../preview/2022-07-01-preview/Incidents.json | 8 +++++++- .../preview/2022-08-01-preview/Incidents.json | 8 +++++++- .../preview/2022-09-01-preview/Incidents.json | 8 +++++++- .../preview/2022-10-01-preview/Incidents.json | 8 +++++++- .../preview/2022-11-01-preview/Incidents.json | 8 +++++++- .../preview/2022-12-01-preview/Incidents.json | 8 +++++++- .../preview/2023-02-01-preview/Incidents.json | 8 +++++++- .../stable/2020-01-01/SecurityInsights.json | 8 +++++++- .../stable/2021-04-01/Incidents.json | 8 +++++++- .../stable/2021-10-01/Incidents.json | 8 +++++++- .../stable/2022-08-01/Incidents.json | 8 +++++++- .../stable/2022-11-01/Incidents.json | 8 +++++++- .../stable/2023-02-01/Incidents.json | 8 +++++++- 21 files changed, 147 insertions(+), 21 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json index d95a503de738..03a4e3bc3814 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index f26e59971997..e89a20b6cdad 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json index 4f6eee9776d1..24c46356a0e6 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json index b2dddc0af247..50dea034646d 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json index a8e717d8e749..08d63dc40aa8 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json index 5a4f4a7dc26e..bac77904c0f6 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json index ae2982402e8a..197bc968f9fb 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json index 615bed3dd15f..fe95157e2d23 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json index fd492e2461cb..04b5f0453acc 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json index eda1efb63559..1d7ce49ee388 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json index e46a3500a5d9..7f5880dcbdfe 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json index f4f399a3f87f..5dedd15709f9 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json index 6eba5a97d139..8e84c5ccf654 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json index 17b7817da4b5..1e095ffbcd61 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json index d47785aac8a0..f1194fb53458 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json index 26b6215df723..5d168ec796de 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json index 26908cd90380..8993e6c34479 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json index 31c0afb51336..152c4d6ec4a2 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json index 472dfb161095..60816a5f527c 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json index 46e0cf0dbc21..daa29fd98d3d 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json index 2b1247c2c808..01bb223ba822 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json @@ -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" From f8164df1d6fc75e4e236f5856c6e0215e39d0bac Mon Sep 17 00:00:00 2001 From: Dor Siso Date: Mon, 27 Feb 2023 11:42:46 +0200 Subject: [PATCH 4/4] Fix format --- .../preview/2019-01-01-preview/Cases.json | 2 +- .../preview/2019-01-01-preview/SecurityInsights.json | 2 +- .../preview/2021-03-01-preview/Incidents.json | 2 +- .../preview/2021-09-01-preview/Incidents.json | 2 +- .../preview/2021-10-01-preview/Incidents.json | 8 +++++++- .../preview/2022-01-01-preview/Incidents.json | 2 +- .../preview/2022-04-01-preview/Incidents.json | 2 +- .../preview/2022-05-01-preview/Incidents.json | 2 +- .../preview/2022-06-01-preview/Incidents.json | 2 +- .../preview/2022-07-01-preview/Incidents.json | 2 +- .../preview/2022-08-01-preview/Incidents.json | 2 +- .../preview/2022-09-01-preview/Incidents.json | 2 +- .../preview/2022-10-01-preview/Incidents.json | 2 +- .../preview/2022-11-01-preview/Incidents.json | 2 +- .../preview/2022-12-01-preview/Incidents.json | 2 +- .../preview/2023-02-01-preview/Incidents.json | 2 +- .../stable/2020-01-01/SecurityInsights.json | 2 +- .../stable/2021-04-01/Incidents.json | 2 +- .../stable/2021-10-01/Incidents.json | 2 +- .../stable/2022-08-01/Incidents.json | 2 +- .../stable/2022-11-01/Incidents.json | 2 +- .../stable/2023-02-01/Incidents.json | 2 +- 22 files changed, 28 insertions(+), 22 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json index 03a4e3bc3814..db22dd11199d 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/Cases.json @@ -74,7 +74,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index e89a20b6cdad..43336e9313d2 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -1138,7 +1138,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json index 24c46356a0e6..4ae41b3e32d5 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json @@ -73,7 +73,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json index 50dea034646d..55e21a8d868d 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/Incidents.json index e77ef88fc473..e55fd142c3b9 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-10-01-preview/Incidents.json @@ -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" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json index 08d63dc40aa8..947b55bbdc9b 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json index bac77904c0f6..75713716daa9 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json index 197bc968f9fb..8ea32d9e0550 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json index fe95157e2d23..51e94a8dc86c 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-06-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json index 04b5f0453acc..0b8e7a1446cb 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-07-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json index 1d7ce49ee388..5fe2a81918c1 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json index 7f5880dcbdfe..def2f443370b 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json index 5dedd15709f9..81823f329298 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json index 8e84c5ccf654..3e3a83e63e0a 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-11-01-preview/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json index 1e095ffbcd61..321d864e8aae 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-12-01-preview/Incidents.json @@ -40,7 +40,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json index f1194fb53458..d5475f70e122 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-02-01-preview/Incidents.json @@ -40,7 +40,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json index 5d168ec796de..7b7d396043c9 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json @@ -101,7 +101,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json index 8993e6c34479..85d7666ed5b0 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json index 152c4d6ec4a2..13d5b07029dc 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json index 60816a5f527c..9eb6cf61ab05 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-08-01/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json index daa29fd98d3d..be7d923325d8 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2022-11-01/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json index 01bb223ba822..520ff49da40a 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2023-02-01/Incidents.json @@ -70,7 +70,7 @@ "name": "$top", "description": "Returns only the first n results. Optional.", "type": "integer", - "format": "Int32", + "format": "int32", "maximum": 1000, "x-ms-parameter-location": "method" },