@@ -273,26 +273,32 @@ The output is similar to the following example:
273
273
274
274
``` output
275
275
{
276
- "azureAsn ": 12076,
277
- "etag ": "W/\"2e97be83-a684-4f29-bf3c-96191e270666\"" ,
278
- "gatewayManagerEtag ": "18 ",
279
- "id ": "/subscriptions/9a0c2943-e0c2-4608-876c-e0ddffd1211b/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/MyCircuit/peerings/AzurePrivatePeering ",
280
- "ipv6PeeringConfig ": null ,
276
+ "azureASN ": 12076,
277
+ "connections ": [] ,
278
+ "etag ": "W/\"abcdef12-3456-7890-abcd-ef1234567890\" ",
279
+ "gatewayManagerEtag ": "",
280
+ "id ": "/subscriptions/abcdef12-3456-7890-abcd-ef1234567890/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/MyCircuit/peerings/AzurePrivatePeering" ,
281
281
"lastModifiedBy": "Customer",
282
- "microsoftPeeringConfig": null,
282
+ "microsoftPeeringConfig": {
283
+ "advertisedCommunities": [],
284
+ "advertisedPublicPrefixes": [],
285
+ "advertisedPublicPrefixesState": "NotConfigured",
286
+ "customerASN": 0,
287
+ "legacyMode": 0,
288
+ "routingRegistryName": "NONE"
289
+ },
283
290
"name": "AzurePrivatePeering",
284
- "peerAsn": 7671,
291
+ "peerASN": 65020,
292
+ "peeredConnections": [],
285
293
"peeringType": "AzurePrivatePeering",
286
294
"primaryAzurePort": "",
287
- "primaryPeerAddressPrefix": "",
295
+ "primaryPeerAddressPrefix": "192.168.17.16/30 ",
288
296
"provisioningState": "Succeeded",
289
297
"resourceGroup": "ExpressRouteResourceGroup",
290
- "routeFilter": null,
291
298
"secondaryAzurePort": "",
292
- "secondaryPeerAddressPrefix": "",
293
- "sharedKey": null,
299
+ "secondaryPeerAddressPrefix": "192.168.17.20/30",
294
300
"state": "Enabled",
295
- "stats ": null ,
301
+ "type ": "Microsoft.Network/expressRouteCircuits/peerings" ,
296
302
"vlanId": 100
297
303
}
298
304
```
0 commit comments