diff --git a/schemas/2015-05-01/Microsoft.Insights.Application.json b/schemas/2015-05-01/Microsoft.Insights.Application.json index 679f71e106..9296e501a9 100644 --- a/schemas/2015-05-01/Microsoft.Insights.Application.json +++ b/schemas/2015-05-01/Microsoft.Insights.Application.json @@ -1117,10 +1117,10 @@ { "type": "string", "enum": [ + "none", "query", - "function", - "folder", - "recent" + "recent", + "function" ] }, { @@ -1459,10 +1459,10 @@ { "type": "string", "enum": [ + "none", "query", - "function", - "folder", - "recent" + "recent", + "function" ] }, {