Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ssripadham committed Oct 9, 2020
1 parent d245e41 commit df61a62
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand All @@ -60,7 +60,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
},
Expand All @@ -46,7 +46,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
},
Expand All @@ -45,7 +45,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
],
"firewallPolicies" :[]
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,13 @@
}
},
"firewallPolicies": {
"type": "array",
"readOnly": true,
"description": "List of references to Firewall Policies resources that this IpGroups is associated with.",
"items": {
"$ref": "./network.json#/definitions/SubResource"
}
}
"type": "array",
"readOnly": true,
"description": "List of references to Firewall Policies resources that this IpGroups is associated with.",
"items": {
"$ref": "./network.json#/definitions/SubResource"
}
}
},
"description": "The IpGroups property information."
}
Expand Down

0 comments on commit df61a62

Please sign in to comment.