Skip to content

Commit a6ea587

Browse files
KaiChiLinjianghaolu
authored andcommitted
change appgw custom error status code enum and fix a typo of customErrorConfigurations (#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
1 parent ef5d818 commit a6ea587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/applicationGateway.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@
12181218
"type": "string",
12191219
"description": "Provisioning state of the HTTP listener resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
12201220
},
1221-
"customErrorConfiguration": {
1221+
"customErrorConfigurations": {
12221222
"type": "array",
12231223
"items": {
12241224
"$ref": "#/definitions/ApplicationGatewayCustomError"
@@ -1691,7 +1691,7 @@
16911691
"type": "string",
16921692
"description": "Provisioning state of the application gateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
16931693
},
1694-
"customErrorConfiguration": {
1694+
"customErrorConfigurations": {
16951695
"type": "array",
16961696
"items": {
16971697
"$ref": "#/definitions/ApplicationGatewayCustomError"
@@ -2152,8 +2152,8 @@
21522152
"type": "string",
21532153
"description": "Status code of the application gateway customer error.",
21542154
"enum": [
2155-
"403",
2156-
"502"
2155+
"HttpStatus403",
2156+
"HttpStatus502"
21572157
],
21582158
"x-ms-enum": {
21592159
"name": "ApplicationGatewayCustomErrorStatusCode",

0 commit comments

Comments
 (0)