Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DirectConnection"
}
},
"x-ms-identifiers": [
"connectionIdentifier"
]
},
"useForPeeringService": {
"description": "The flag that indicates whether or not the peering is used for peering service.",
Expand Down Expand Up @@ -2644,7 +2647,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ExchangeConnection"
}
},
"x-ms-identifiers": [
"connectionIdentifier"
]
},
"peerAsn": {
"$ref": "#/definitions/SubResource",
Expand Down Expand Up @@ -2900,7 +2906,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "The link to fetch the next page of peering API operations.",
Expand Down Expand Up @@ -2982,6 +2991,9 @@
"items": {
"$ref": "#/definitions/MetricSpecification"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
}
}
Expand Down Expand Up @@ -3029,6 +3041,9 @@
"items": {
"$ref": "#/definitions/MetricDimension"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
}
}
Expand Down Expand Up @@ -3079,7 +3094,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ContactDetail"
}
},
"x-ms-identifiers": [
"email"
]
},
"peerName": {
"description": "The name of the peer.",
Expand Down Expand Up @@ -3234,14 +3252,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/DirectPeeringFacility"
}
},
"x-ms-identifiers": [
"address"
]
},
"bandwidthOffers": {
"description": "The list of bandwidth offers available at the peering location.",
"type": "array",
"items": {
"$ref": "#/definitions/PeeringBandwidthOffer"
}
},
"x-ms-identifiers": [
"offerName"
]
}
}
},
Expand All @@ -3254,7 +3278,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ExchangePeeringFacility"
}
},
"x-ms-identifiers": [
"exchangeName"
]
}
}
},
Expand Down Expand Up @@ -3521,7 +3548,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/PeeringReceivedRoute"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "The link to fetch the next page of received routes for the peering.",
Expand Down Expand Up @@ -3800,6 +3828,9 @@
"items": {
"$ref": "#/definitions/PeeringServicePrefixEvent"
},
"x-ms-identifiers": [
"eventTimestamp"
],
"readOnly": true
},
"peeringServicePrefixKey": {
Expand Down