Skip to content

Commit

Permalink
change appgw custom error status code enum and fix a typo of customEr…
Browse files Browse the repository at this point in the history
…rorConfigurations (#4050)

* add customer error spec for Application Gateway

* fix property name issue

* change appgw custom error status code enum and fix a typo of customErrorConfiguration
  • Loading branch information
KaiChiLin authored and jianghaolu committed Oct 4, 2018
1 parent ef5d818 commit a6ea587
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit a6ea587

Please sign in to comment.