Skip to content

Commit 3b3deaa

Browse files
authored
Remove subscription
Remove sample provider and customer subscription from docs
1 parent 9e9fd3c commit 3b3deaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/expressroute/cross-connections-api-development.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Develop against the [expressRouteCrossConnections API](/rest/api/expressroute/ex
8080
Once you receive the ExpressRoute service key from the target customer, follow the below workflow and sample API operations to configure ExpressRoute connectivity:
8181
1. **List expressRouteCrossConnection:** In order to manage ExpressRoute connectivity, you need to identify the *Name* and *ResourceGroup* of the target expressRouteCrossConnection resource, in order to form the GET API call. the *Name* of the expressRouteCrossConnection is the target service key of the customer's ExpressRoute circuit. In order to find the *ResourceGroupName*, you need to LIST all expressRouteCrossConnections in the provider subscription and search the results for the target service key. From here, you can record the *ResourceGroupName*
8282

83-
```GET /subscriptions/8030cec9-2c0c-4361-9949-1655c6e4b0fa/providers/Microsoft.Network/expressRouteCrossConnections?api-version=2018-02-01 HTTP/1.1
83+
```GET /subscriptions/<ProviderManagementSubscription>/providers/Microsoft.Network/expressRouteCrossConnections?api-version=2018-02-01 HTTP/1.1
8484
Host: management.azure.com
8585
Authorization: Bearer eyJ0eXAiOiJKV...
8686
User-Agent: ARMClient/1.2.0.0
@@ -106,14 +106,14 @@ Date: Tue, 01 May 2018 19:25:31 GMT
106106
"value": [
107107
{
108108
"name": "24e6ea2b-6940-4bec-b0b3-3a9e5471e512",
109-
"id": "/subscriptions/8030cec9-2c0c-4361-9949-1655c6e4b0fa/resourceGroups/CrossConnection-EUAPTest/providers/Microsoft.Network/expressRouteCrossConnections/24e6ea2b-6940-4bec-b0b3-3a9e5471e512",
109+
"id": "/subscriptions/<ProviderManagementSubscription>/resourceGroups/CrossConnection-EUAPTest/providers/Microsoft.Network/expressRouteCrossConnections/24e6ea2b-6940-4bec-b0b3-3a9e5471e512",
110110
"etag": "W/\"19fa7ada-5189-4817-a9d6-499b02e379cc\"",
111111
"type": "Microsoft.Network/expressRouteCrossConnections",
112112
"location": "eastus2euap",
113113
"properties": {
114114
"provisioningState": "Succeeded",
115115
"expressRouteCircuit": {
116-
"id": "/subscriptions/aee64b65-cb44-48fa-b328-3e6a50f9d9da/resourceGroups/Karthikcrossconnectiontest/providers/Microsoft.Network/expressRouteCircuits/TestCircuit2"
116+
"id": "/subscriptions/<TargetCustomerSubscription>/resourceGroups/Karthikcrossconnectiontest/providers/Microsoft.Network/expressRouteCircuits/TestCircuit2"
117117
},
118118
"peeringLocation": "EUAP Test",
119119
"bandwidthInMbps": 200,
@@ -123,14 +123,14 @@ Date: Tue, 01 May 2018 19:25:31 GMT
123123
},
124124
{
125125
"name": "9ee700ad-50b2-4b98-a63a-4e52f855ac24",
126-
"id": "/subscriptions/8030cec9-2c0c-4361-9949-1655c6e4b0fa/resourceGroups/CrossConnection-EUAPTest/providers/Microsoft.Network/expressRouteCrossConnections/9ee700ad-50b2-4b98-a63a-4e52f855ac24",
126+
"id": "/subscriptions/8030cec9-2c0c-4361-9949-1655c6e4b0fa/resourceGroups/CrossConnection-EUAPTest/providers/Microsoft.Network/expressRouteCrossConnections/<ProviderManagementSubscription>",
127127
"etag": "W/\"f07a267f-4a5c-4538-83e5-de1fcb183801\"",
128128
"type": "Microsoft.Network/expressRouteCrossConnections",
129129
"location": "eastus2euap",
130130
"properties": {
131131
"provisioningState": "Succeeded",
132132
"expressRouteCircuit": {
133-
"id": "/subscriptions/aee64b65-cb44-48fa-b328-3e6a50f9d9da/resourceGroups/Karthikcrossconnectiontest/providers/Microsoft.Network/expressRouteCircuits/TestCircuitXYZ"
133+
"id": "/subscriptions/<ProviderManagementSubscription>/resourceGroups/Karthikcrossconnectiontest/providers/Microsoft.Network/expressRouteCircuits/TestCircuitXYZ"
134134
},
135135
"peeringLocation": "EUAP Test",
136136
"bandwidthInMbps": 200,

0 commit comments

Comments
 (0)