Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new property to Peering: connection identifier. #6566

Merged
5 commits merged into from
Jul 11, 2019
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
{
"parameters": {
"subscriptionId": "subId",
"resourceGroupName": "rgName",
"peeringName": "peeringName",
"api-version": "2019-06-01-preview",
"peering": {
"sku": {
"name": "Basic_Direct_Free"
},
"kind": "Direct",
"properties": {
"direct": {
"connections": [
{
"bandwidthInMbps": 10000,
"peeringDBFacilityId": 99999,
"bgpSession": {
"sessionPrefixV4": "192.168.0.0/31",
"sessionPrefixV6": "fd00::0/127",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
},
{
"bandwidthInMbps": 10000,
"peeringDBFacilityId": 99999,
"bgpSession": {
"sessionPrefixV4": "192.168.1.0/31",
"sessionPrefixV6": "fd00::2/127",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
}
],
"useForPeeringService": false,
"peerAsn": {
"id": "/subscriptions/subId/providers/Microsoft.Peering/peerAsns/myAsn1"
}
},
"peeringLocation": "peeringLocation0"
},
"location": "eastus"
}
},
"responses": {
"200": {
"body": {
"sku": {
"name": "Basic_Direct_Free",
"tier": "Basic",
"family": "Direct",
"size": "Free"
},
"kind": "Direct",
"properties": {
"direct": {
"connections": [
{
"bandwidthInMbps": 10000,
"provisionedBandwidthInMbps": 10000,
"peeringDBFacilityId": 99999,
"connectionState": "Active",
"bgpSession": {
"sessionPrefixV4": "192.168.0.0/31",
"sessionPrefixV6": "fd00::0/127",
"sessionStateV4": "Established",
"sessionStateV6": "Established",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
},
{
"bandwidthInMbps": 10000,
"provisionedBandwidthInMbps": 10000,
"peeringDBFacilityId": 99999,
"connectionState": "Active",
"bgpSession": {
"sessionPrefixV4": "192.168.1.0/31",
"sessionPrefixV6": "fd00::2/127",
"sessionStateV4": "Established",
"sessionStateV6": "Established",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
}
],
"useForPeeringService": false,
"peerAsn": {
"id": "/subscriptions/subId/providers/Microsoft.Peering/peerAsns/myAsn1"
}
},
"peeringLocation": "peeringLocation0",
"provisioningState": "Succeeded"
},
"location": "eastus",
"name": "peeringName",
"id": "/subscriptions/subId/resourceGroups/rgName/providers/Microsoft.Peering/peerings/peeringName",
"type": "Microsoft.Peering/peerings"
}
},
"201": {
"body": {
"sku": {
"name": "Basic_Direct_Free",
"tier": "Basic",
"family": "Direct",
"size": "Free"
},
"kind": "Direct",
"properties": {
"direct": {
"connections": [
{
"bandwidthInMbps": 10000,
"provisionedBandwidthInMbps": 0,
"peeringDBFacilityId": 99999,
"connectionState": "PendingApproval",
"bgpSession": {
"sessionPrefixV4": "192.168.0.0/31",
"sessionPrefixV6": "fd00::0/127",
"sessionStateV4": "PendingAdd",
"sessionStateV6": "PendingAdd",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
},
{
"bandwidthInMbps": 10000,
"provisionedBandwidthInMbps": 0,
"peeringDBFacilityId": 99999,
"connectionState": "PendingApproval",
"bgpSession": {
"sessionPrefixV4": "192.168.1.0/31",
"sessionPrefixV6": "fd00::2/127",
"sessionStateV4": "PendingAdd",
"sessionStateV6": "PendingAdd",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
}
],
"useForPeeringService": false,
"peerAsn": {
"id": "/subscriptions/subId/providers/Microsoft.Peering/peerAsns/myAsn1"
}
},
"peeringLocation": "peeringLocation0",
"provisioningState": "Succeeded"
},
"location": "eastus",
"name": "peeringName",
"id": "/subscriptions/subId/resourceGroups/rgName/providers/Microsoft.Peering/peerings/peeringName",
"type": "Microsoft.Peering/peerings"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"parameters": {
"subscriptionId": "subId",
"resourceGroupName": "rgName",
"peeringName": "peeringName",
"api-version": "2019-06-01-preview",
"peering": {
"sku": {
"name": "Basic_Exchange_Free"
},
"kind": "Exchange",
"properties": {
"exchange": {
"connections": [
{
"peeringDBFacilityId": 99999,
"bgpSession": {
"peerSessionIPv4Address": "192.168.2.1",
"peerSessionIPv6Address": "fd00::1",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
},
{
"peeringDBFacilityId": 99999,
"bgpSession": {
"peerSessionIPv4Address": "192.168.2.2",
"peerSessionIPv6Address": "fd00::2",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
}
],
"peerAsn": {
"id": "/subscriptions/subId/providers/Microsoft.Peering/peerAsns/myAsn1"
}
},
"peeringLocation": "peeringLocation0"
},
"location": "eastus"
}
},
"responses": {
"200": {
"body": {
"sku": {
"name": "Basic_Exchange_Free",
"tier": "Basic",
"family": "Exchange",
"size": "Free"
},
"kind": "Exchange",
"properties": {
"exchange": {
"connections": [
{
"peeringDBFacilityId": 99999,
"connectionState": "Active",
"bgpSession": {
"microsoftSessionIPv4Address": "192.168.3.1",
"microsoftSessionIPv6Address": "fd00::1:1",
"peerSessionIPv4Address": "192.168.2.1",
"peerSessionIPv6Address": "fd00::1",
"sessionStateV4": "Established",
"sessionStateV6": "Established",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
},
{
"peeringDBFacilityId": 99999,
"connectionState": "Active",
"bgpSession": {
"microsoftSessionIPv4Address": "192.168.3.2",
"microsoftSessionIPv6Address": "fd00::1:2",
"peerSessionIPv4Address": "192.168.2.2",
"peerSessionIPv6Address": "fd00::2",
"sessionStateV4": "Established",
"sessionStateV6": "Established",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
}
],
"peerAsn": {
"id": "/subscriptions/subId/providers/Microsoft.Peering/peerAsns/myAsn1"
}
},
"peeringLocation": "peeringLocation0",
"provisioningState": "Succeeded"
},
"location": "eastus",
"name": "peeringName",
"id": "/subscriptions/subId/resourceGroups/rgName/providers/Microsoft.Peering/peerings/peeringName",
"type": "Microsoft.Peering/peerings"
}
},
"201": {
"body": {
"sku": {
"name": "Basic_Exchange_Free",
"tier": "Basic",
"family": "Exchange",
"size": "Free"
},
"kind": "Exchange",
"properties": {
"exchange": {
"connections": [
{
"peeringDBFacilityId": 99999,
"connectionState": "PendingApproval",
"bgpSession": {
"microsoftSessionIPv4Address": "192.168.3.1",
"microsoftSessionIPv6Address": "fd00::1:1",
"peerSessionIPv4Address": "192.168.2.1",
"peerSessionIPv6Address": "fd00::1",
"sessionStateV4": "PendingAdd",
"sessionStateV6": "PendingAdd",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
},
{
"peeringDBFacilityId": 99999,
"connectionState": "PendingApproval",
"bgpSession": {
"microsoftSessionIPv4Address": "192.168.3.2",
"microsoftSessionIPv6Address": "fd00::1:2",
"peerSessionIPv4Address": "192.168.2.2",
"peerSessionIPv6Address": "fd00::2",
"sessionStateV4": "PendingAdd",
"sessionStateV6": "PendingAdd",
"maxPrefixesAdvertisedV4": 1000,
"maxPrefixesAdvertisedV6": 100,
"md5AuthenticationKey": "test-md5-auth-key"
},
"connectionIdentifier": "00000000-0000-0000-0000-000000000000"
}
],
"peerAsn": {
"id": "/subscriptions/subId/providers/Microsoft.Peering/peerAsns/myAsn1"
}
},
"peeringLocation": "peeringLocation0",
"provisioningState": "Succeeded"
},
"location": "eastus",
"name": "peeringName",
"id": "/subscriptions/subId/resourceGroups/rgName/providers/Microsoft.Peering/peerings/peeringName",
"type": "Microsoft.Peering/peerings"
}
}
}
}
Loading