From b895e4cefdd25ec7bfa9f716ca36fb702f0ae505 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 28 Dec 2021 09:04:42 +0000 Subject: [PATCH] CodeGen from PR 17183 in Azure/azure-rest-api-specs Merge f72a76da011885a70b5160ee0e313da5795b3140 into 707a573aa91722b19bec059a36ee68a19885c16a --- .../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" ] }, {