From f1350d49259ceda93f1fac95554ebb569ecc2c75 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 19 Jan 2023 03:06:23 +0000 Subject: [PATCH] CodeGen from PR 22199 in Azure/azure-rest-api-specs {AzureApplicationInsights} fixes Azure/azure-rest-api-specs#22136 IgnoreHttpsStatusCode should be IgnoreHttpStatusCode (#22199) fixes Azure/azure-rest-api-specs#22136 IgnoreHttpsStatusCode should be IgnoreHttpStatusCode. More Info here: https://learn.microsoft.com/en-us/rest/api/application-insights/web-tests/get?tabs=HTTP#webtest --- schemas/2022-06-15/Microsoft.Insights.Application.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/2022-06-15/Microsoft.Insights.Application.json b/schemas/2022-06-15/Microsoft.Insights.Application.json index 781faee844..75fc58338b 100644 --- a/schemas/2022-06-15/Microsoft.Insights.Application.json +++ b/schemas/2022-06-15/Microsoft.Insights.Application.json @@ -327,7 +327,7 @@ ], "description": "Validate that the WebTest returns the http status code provided." }, - "IgnoreHttpsStatusCode": { + "IgnoreHttpStatusCode": { "oneOf": [ { "type": "boolean"