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
change appgw custom error status code enum and fix a typo of customEr…
…rorConfiguration
  • Loading branch information
KaiChiLin committed Oct 1, 2018
commit 7d9b9a991b92bfdbc31be3bf5fd2bd16bbb742a1
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": {
"customErrorConfigurations": {
"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": {
"customErrorConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayCustomError"
Expand Down Expand Up @@ -2152,8 +2152,8 @@
"type": "string",
"description": "Status code of the application gateway customer error.",
"enum": [
"403",
"502"
"HttpStatus403",
"HttpStatus502"
],
"x-ms-enum": {
"name": "ApplicationGatewayCustomErrorStatusCode",
Expand Down