From 59255b31feae916e009e9f3be44467246f7ca817 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 17 Jan 2022 07:50:53 +0000 Subject: [PATCH] CodeGen from PR 17374 in Azure/azure-rest-api-specs Merge 6dd1d6d39dd0a7fc67ee53429d7c4ed084a0bac2 into cabd74ee0c752185e6b70f53cc61d7ad0bd9a9a7 --- .../2015-05-01/Microsoft.Insights.Application.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" ] }, {