Skip to content

Commit 3c5def5

Browse files
authored
add xms-ids for peering (#17964)
1 parent 16b967e commit 3c5def5

File tree

1 file changed

+39
-8
lines changed
  • specification/peering/resource-manager/Microsoft.Peering/stable/2021-06-01

1 file changed

+39
-8
lines changed

specification/peering/resource-manager/Microsoft.Peering/stable/2021-06-01/peering.json

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,10 @@
26052605
"type": "array",
26062606
"items": {
26072607
"$ref": "#/definitions/DirectConnection"
2608-
}
2608+
},
2609+
"x-ms-identifiers": [
2610+
"connectionIdentifier"
2611+
]
26092612
},
26102613
"useForPeeringService": {
26112614
"description": "The flag that indicates whether or not the peering is used for peering service.",
@@ -2644,7 +2647,10 @@
26442647
"type": "array",
26452648
"items": {
26462649
"$ref": "#/definitions/ExchangeConnection"
2647-
}
2650+
},
2651+
"x-ms-identifiers": [
2652+
"connectionIdentifier"
2653+
]
26482654
},
26492655
"peerAsn": {
26502656
"$ref": "#/definitions/SubResource",
@@ -2900,7 +2906,10 @@
29002906
"type": "array",
29012907
"items": {
29022908
"$ref": "#/definitions/Operation"
2903-
}
2909+
},
2910+
"x-ms-identifiers": [
2911+
"name"
2912+
]
29042913
},
29052914
"nextLink": {
29062915
"description": "The link to fetch the next page of peering API operations.",
@@ -2982,6 +2991,9 @@
29822991
"items": {
29832992
"$ref": "#/definitions/MetricSpecification"
29842993
},
2994+
"x-ms-identifiers": [
2995+
"name"
2996+
],
29852997
"readOnly": true
29862998
}
29872999
}
@@ -3029,6 +3041,9 @@
30293041
"items": {
30303042
"$ref": "#/definitions/MetricDimension"
30313043
},
3044+
"x-ms-identifiers": [
3045+
"name"
3046+
],
30323047
"readOnly": true
30333048
}
30343049
}
@@ -3079,7 +3094,10 @@
30793094
"type": "array",
30803095
"items": {
30813096
"$ref": "#/definitions/ContactDetail"
3082-
}
3097+
},
3098+
"x-ms-identifiers": [
3099+
"email"
3100+
]
30833101
},
30843102
"peerName": {
30853103
"description": "The name of the peer.",
@@ -3234,14 +3252,20 @@
32343252
"type": "array",
32353253
"items": {
32363254
"$ref": "#/definitions/DirectPeeringFacility"
3237-
}
3255+
},
3256+
"x-ms-identifiers": [
3257+
"address"
3258+
]
32383259
},
32393260
"bandwidthOffers": {
32403261
"description": "The list of bandwidth offers available at the peering location.",
32413262
"type": "array",
32423263
"items": {
32433264
"$ref": "#/definitions/PeeringBandwidthOffer"
3244-
}
3265+
},
3266+
"x-ms-identifiers": [
3267+
"offerName"
3268+
]
32453269
}
32463270
}
32473271
},
@@ -3254,7 +3278,10 @@
32543278
"type": "array",
32553279
"items": {
32563280
"$ref": "#/definitions/ExchangePeeringFacility"
3257-
}
3281+
},
3282+
"x-ms-identifiers": [
3283+
"exchangeName"
3284+
]
32583285
}
32593286
}
32603287
},
@@ -3521,7 +3548,8 @@
35213548
"type": "array",
35223549
"items": {
35233550
"$ref": "#/definitions/PeeringReceivedRoute"
3524-
}
3551+
},
3552+
"x-ms-identifiers": []
35253553
},
35263554
"nextLink": {
35273555
"description": "The link to fetch the next page of received routes for the peering.",
@@ -3800,6 +3828,9 @@
38003828
"items": {
38013829
"$ref": "#/definitions/PeeringServicePrefixEvent"
38023830
},
3831+
"x-ms-identifiers": [
3832+
"eventTimestamp"
3833+
],
38033834
"readOnly": true
38043835
},
38053836
"peeringServicePrefixKey": {

0 commit comments

Comments
 (0)