Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions arm-network/2016-12-01/swagger/expressRouteCircuit.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,10 +1099,6 @@
"$ref": "#/definitions/ExpressRouteCircuitPeeringConfig",
"description": "The Microsoft peering configuration."
},
"routeFilter": {
"$ref": "./routeFilter.json#/definitions/RouteFilter",
"description": "The reference of the RouteFilter resource."
},
"stats": {
"$ref": "#/definitions/ExpressRouteCircuitStats",
"description": "Gets peering stats."
Expand All @@ -1116,8 +1112,12 @@
"description": "The GatewayManager Etag."
},
"lastModifiedBy": {
"type": "string",
"description": "Gets whether the provider or the customer last modified the peering."
"type": "string",
"description": "Gets whether the provider or the customer last modified the peering."
},
"routeFilter": {
"$ref": "./routeFilter.json#/definitions/RouteFilter",
"description": "The reference of the RouteFilter resource."
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion arm-network/compositeNetworkClient.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"./2016-09-01/swagger/virtualNetworkGateway.json",
"./2016-12-01/swagger/expressRouteCircuit.json",
"./2016-12-01/swagger/routeFilter.json",
"./2016-12-01/swagger/serviceCommunity.json"
"./2016-12-01/swagger/serviceCommunity.json",
"./2016-12-01/swagger/network.json"
]
}