From 73046cd2b58bc600245958e40e03bd0c78379957 Mon Sep 17 00:00:00 2001 From: Shaheen Bhatia Date: Tue, 13 Feb 2018 10:47:42 -0800 Subject: [PATCH] Fix to existing pricesheet API swagger - introducing 'top' filter (#2485) --- .../stable/2018-01-31/consumption.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2018-01-31/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2018-01-31/consumption.json index 18bffe4bf07a..328db3b39182 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2018-01-31/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2018-01-31/consumption.json @@ -1006,6 +1006,15 @@ "required": false, "type": "string" }, + { + "name": "$top", + "description": "May be used to limit the number of results to the top N results.", + "in": "query", + "required": false, + "type": "integer", + "minimum": 1, + "maximum": 1000 + }, { "$ref": "#/parameters/subscriptionIdParameter" }, @@ -1062,6 +1071,15 @@ "required": false, "type": "string" }, + { + "name": "$top", + "description": "May be used to limit the number of results to the top N results.", + "in": "query", + "required": false, + "type": "integer", + "minimum": 1, + "maximum": 1000 + }, { "$ref": "#/parameters/subscriptionIdParameter" },