From 109c990c26834aa0b5262200972718a2012ab29c Mon Sep 17 00:00:00 2001 From: binz Date: Wed, 19 Sep 2018 10:07:36 -0700 Subject: [PATCH] [Azure monitor] Add missing enum for aggregation type (#3921) * Add missing enum for aggregation type * Update enum order --- .../microsoft.insights/stable/2015-04-01/autoscale_API.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..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,7 +393,8 @@ "Minimum", "Maximum", "Total", - "Count" + "Count", + "Last" ], "x-ms-enum": { "name": "TimeAggregationType",