Skip to content

Commit

Permalink
CodeGen from PR 22199 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
{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
  • Loading branch information
SDKAuto committed Jan 19, 2023
1 parent 5a2fb7c commit f1350d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/2022-06-15/Microsoft.Insights.Application.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
],
"description": "Validate that the WebTest returns the http status code provided."
},
"IgnoreHttpsStatusCode": {
"IgnoreHttpStatusCode": {
"oneOf": [
{
"type": "boolean"
Expand Down

0 comments on commit f1350d4

Please sign in to comment.