Skip to content

Commit

Permalink
Fix the examples; replacing rules with rewriteRules.
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-manoj-kumar committed Nov 14, 2018
1 parent 5c532e7 commit a716e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
{
"name": "rewriteRuleSet1",
"properties": {
"rules": [
"rewriteRules": [
{
"name": "Set X-Forwarded-For",
"properties": {
Expand Down Expand Up @@ -415,7 +415,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/rewriteRuleSets/rewriteRuleSet1",
"properties": {
"provisioningState": "Succeeded",
"rules": [
"rewriteRules": [
{
"name": "Set X-Forwarded-For",
"properties": {
Expand Down Expand Up @@ -650,7 +650,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/rewriteRuleSets/rewriteRuleSet1",
"properties": {
"provisioningState": "Succeeded",
"rules": [
"rewriteRules": [
{
"name": "Set X-Forwarded-For",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/rewriteRuleSets/rewriteRuleSet1",
"properties": {
"provisioningState": "Succeeded",
"rules": [
"rewriteRules": [
{
"name": "Set X-Forwarded-For",
"properties": {
Expand Down

0 comments on commit a716e96

Please sign in to comment.