Skip to content

Commit

Permalink
Merge branch 'network-july-release' of https://github.com/Azure/azure…
Browse files Browse the repository at this point in the history
…-rest-api-specs into network-july-release
  • Loading branch information
Hari Prasad Perabattula committed Oct 13, 2020
2 parents bf18c36 + 04e5da2 commit cc52d4a
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand All @@ -58,7 +59,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"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,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
},
Expand All @@ -44,7 +45,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
},
Expand All @@ -43,7 +44,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azurefirewall"
}
]
],
"firewallPolicies": []
},
"etag": "w/\\00000000-0000-0000-0000-000000000000\\"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
},
{
Expand Down Expand Up @@ -120,7 +120,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
},
{
Expand Down Expand Up @@ -120,7 +120,8 @@
"virtualRouterIps": [
"10.10.1.12",
"10.10.1.13"
]
],
"allowBranchToBranchTraffic": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
}
},
Expand All @@ -65,7 +65,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"10.10.1.12",
"10.10.1.13"
],
"enableVirtualRouterRoutePropogation": false
"allowBranchToBranchTraffic": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,15 @@
"firewalls": {
"type": "array",
"readOnly": true,
"description": "List of references to Azure resources that this IpGroups is associated with.",
"description": "List of references to Firewall resources that this IpGroups is associated with.",
"items": {
"$ref": "./network.json#/definitions/SubResource"
}
},
"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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,13 @@
},
{
"$ref": "./network.json#/parameters/SubscriptionIdParameter"
},
{
"name": "migrate",
"in": "query",
"required": false,
"type": "string",
"description": "Value indicating whether connection monitor V1 should be migrated to V2 format."
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5252,10 +5252,10 @@
"type": "string"
}
},
"enableVirtualRouterRoutePropogation": {
"allowBranchToBranchTraffic": {
"type": "boolean",
"readOnly": false,
"description": "Flag to control route propogation for VirtualRouter hub."
"description": "Flag to control transit for VirtualRouter hub."
}
},
"description": "Parameters for VirtualHub."
Expand Down

0 comments on commit cc52d4a

Please sign in to comment.