From 94966a030267d7db87fc3d2440dffbe83908781a Mon Sep 17 00:00:00 2001 From: Bin Zhao Date: Mon, 17 Sep 2018 15:14:23 -0700 Subject: [PATCH 1/2] Add missing enum for aggregation type --- .../microsoft.insights/stable/2015-04-01/autoscale_API.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json b/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json index e54fae6a7958..335a35faf620 100644 --- a/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json +++ b/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json @@ -393,6 +393,7 @@ "Minimum", "Maximum", "Total", + "Last", "Count" ], "x-ms-enum": { From 86adb05ccf2d2e4b98d1f7f08fba9aa8ec794405 Mon Sep 17 00:00:00 2001 From: Bin Zhao Date: Tue, 18 Sep 2018 11:08:40 -0700 Subject: [PATCH 2/2] Update enum order --- .../microsoft.insights/stable/2015-04-01/autoscale_API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json b/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json index 335a35faf620..e154f6651b8e 100644 --- a/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json +++ b/specification/monitor/resource-manager/microsoft.insights/stable/2015-04-01/autoscale_API.json @@ -393,8 +393,8 @@ "Minimum", "Maximum", "Total", - "Last", - "Count" + "Count", + "Last" ], "x-ms-enum": { "name": "TimeAggregationType",