Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix property name issue
  • Loading branch information
KaiChiLin committed Sep 21, 2018
commit 26299b453a6b2f99683899a78c4c302d39b7de03
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@
"type": "string",
"description": "Provisioning state of the HTTP listener resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
},
"CustomErrorConfiguration": {
"customErrorConfiguration": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayCustomError"
Expand Down Expand Up @@ -1691,7 +1691,7 @@
"type": "string",
"description": "Provisioning state of the application gateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
},
"CustomErrorConfiguration": {
"customErrorConfiguration": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayCustomError"
Expand Down Expand Up @@ -2101,7 +2101,7 @@
},
"ApplicationGatewayCustomError": {
"properties": {
"StatusCode": {
"statusCode": {
"type": "string",
"description": "Status code of the application gateway customer error.",
"enum": [
Expand All @@ -2113,7 +2113,7 @@
"modelAsString": true
}
},
"CustomErrorPageUrl": {
"customErrorPageUrl": {
"type": "string",
"description": "Error page URL of the application gateway customer error."
}
Expand Down