Skip to content

Commit

Permalink
{AzureApplicationInsights} fixes #22136 IgnoreHttpsStatusCode should …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
navba-MSFT authored Jan 19, 2023
1 parent 3751704 commit 13d172c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"format": "int32",
"description": "Validate that the WebTest returns the http status code provided."
},
"IgnoreHttpsStatusCode": {
"IgnoreHttpStatusCode": {
"type": "boolean",
"description": "When set, validation will ignore the status code."
}
Expand Down

0 comments on commit 13d172c

Please sign in to comment.