diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json index 50515b97884d..b8f30ab639f5 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json @@ -246,10 +246,10 @@ "description": "Enum indicating the type of the Analytics item.", "type": "string", "enum": [ + "none", "query", - "function", - "folder", - "recent" + "recent", + "function" ], "x-ms-enum": { "name": "ItemType",