Skip to content

Commit 13d172c

Browse files
authored
{AzureApplicationInsights} fixes #22136 IgnoreHttpsStatusCode should be IgnoreHttpStatusCode (#22199)
fixes #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 3751704 commit 13d172c

File tree

1 file changed

+1
-1
lines changed
  • specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-06-15

1 file changed

+1
-1
lines changed

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-06-15/webTests_API.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
"format": "int32",
537537
"description": "Validate that the WebTest returns the http status code provided."
538538
},
539-
"IgnoreHttpsStatusCode": {
539+
"IgnoreHttpStatusCode": {
540540
"type": "boolean",
541541
"description": "When set, validation will ignore the status code."
542542
}

0 commit comments

Comments
 (0)