From 34e1432d9dbe948bff63b3dda78a7f1d8bac180a Mon Sep 17 00:00:00 2001 From: gucalder Date: Wed, 14 Mar 2018 16:38:46 -0700 Subject: [PATCH] [Monitor] Fixing incorrect specification of top parameter for Metrics API (#2655) (#2662) * [Monitor] Make all attributes of EventData class readonly (#2254) * [Monitor] Fixing issue with metricnamespace specification as client level argument #2565 * [Monitor] Fixing incorrect specification of top parameter for Metrics API (#2655) --- .../microsoft.insights/stable/2018-01-01/metrics_API.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/monitor/resource-manager/microsoft.insights/stable/2018-01-01/metrics_API.json b/specification/monitor/resource-manager/microsoft.insights/stable/2018-01-01/metrics_API.json index ae8bf47b7f85..415950a31efc 100644 --- a/specification/monitor/resource-manager/microsoft.insights/stable/2018-01-01/metrics_API.json +++ b/specification/monitor/resource-manager/microsoft.insights/stable/2018-01-01/metrics_API.json @@ -336,7 +336,7 @@ "name": "top", "in": "query", "required": false, - "type": "number", + "type": "integer", "format": "int32", "description": "The maximum number of records to retrieve.\nValid only if $filter is specified.\nDefaults to 10.", "x-ms-parameter-location": "method"