Skip to content

Commit

Permalink
chore: jsonfmt network (#6950)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and yungezz committed Aug 16, 2019
1 parent e5261c9 commit 6fae51c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"hubIpAddresses": {
"readOnly": true,
"description": "IP addresses associated with AzureFirewall.",
"$ref": "#/definitions/HubIPAddresses"
"$ref": "#/definitions/HubIPAddresses"
}
},
"description": "Properties of the Azure Firewall."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"202": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
],
"destinationPorts": [
"*"
]
]
}
]
}
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"name": "network-condition-1",
"ruleConditionType": "NetworkRuleCondition",
"description" : "Network rule condition",
"description": "Network rule condition",
"destinationAddresses": [
"*"
],
Expand All @@ -40,13 +40,13 @@
],
"destinationPorts": [
"*"
]
]
}
]
}
]
}
}
}
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"subscriptionId": "subid",
"resourceGroupName": "rg1",
"firewallPolicyName": "firewallPolicy",
"ruleGroupName": "ruleGroup1",
"ruleGroupName": "ruleGroup1",
"parameters": {
"properties": {
"priority": 110,
"rules": [
{
"ruleType": "FirewallPolicyFilterRule",
"name": "Example-Filter-Rule",
"action": {
"type": "Deny"
"action": {
"type": "Deny"
},
"ruleConditions": [
{
Expand All @@ -35,15 +35,15 @@
]
}
]
}
}
}
},
"responses": {
"200": {
"body": {
"name": "ruleGroup1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/ruleGroups/ruleGroup1",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"properties": {
"provisioningState": "Succeeded",
"priority": 110,
Expand All @@ -52,7 +52,7 @@
"ruleType": "FirewallPolicyFilterRule",
"name": "Example-Filter-Rule",
"action": {
"type": "Deny"
"type": "Deny"
},
"ruleConditions": [
{
Expand All @@ -74,7 +74,7 @@
]
}
]
}
}
}
},
"201": {
Expand All @@ -90,7 +90,7 @@
"ruleType": "FirewallPolicyFilterRule",
"name": "Example-Filter-Rule",
"action": {
"type": "Deny"
"type": "Deny"
},
"ruleConditions": [
{
Expand All @@ -111,7 +111,7 @@
}
]
}
]
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"threatIntelMode": "Deny"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -982,4 +982,4 @@
"description": "Response for ListFirewallPolicyRuleGroups API service call."
}
}
}
}

0 comments on commit 6fae51c

Please sign in to comment.