Skip to content

Commit f1350d4

Browse files
author
SDKAuto
committed
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
1 parent 5a2fb7c commit f1350d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/2022-06-15/Microsoft.Insights.Application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
],
328328
"description": "Validate that the WebTest returns the http status code provided."
329329
},
330-
"IgnoreHttpsStatusCode": {
330+
"IgnoreHttpStatusCode": {
331331
"oneOf": [
332332
{
333333
"type": "boolean"

0 commit comments

Comments
 (0)