Skip to content

Commit

Permalink
Fixing the properties of application Gateway rewriteRule
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-manoj-kumar committed Nov 14, 2018
1 parent a716e96 commit 05c9c91
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1522,17 +1522,30 @@
},
"ApplicationGatewayRewriteRule": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ApplicationGatewayRewriteRulePropertiesFormat"
},
"name": {
"type": "string",
"description": "Name of the rewrite rule that is unique within an Application Gateway."
},
}
},
"description": "Rewrite rule of an application gateway."
},
"ApplicationGatewayRewriteRulePropertiesFormat": {
"properties": {
"actionSet": {
"type": "object",
"$ref": "#/definitions/ApplicationGatewayRewriteRuleActionSet",
"description": "Set of actions to be done as part of the rewrite Rule."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the rewrite rule. Possible values are: 'Updating', 'Deleting', and 'Failed'."
}
},
"description": "Rewrite rule of an application gateway."
"description": "Properties of rewrite rule of the application gateway."
},
"ApplicationGatewayRewriteRuleActionSet": {
"properties": {
Expand Down

0 comments on commit 05c9c91

Please sign in to comment.