Skip to content

Commit

Permalink
fixing ids in examples (#10221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagoutha authored Jul 24, 2020
1 parent ab95498 commit 429ef49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"200": {
"body": {
"name": "bvtazureixpportpair1",
"id": "/subscriptions/subid/providers/Microsoft.Network/expressRoutePortsLocations/bvtazureixpportpair1",
"id": "/subscriptions/subid/providers/Microsoft.Network/expressRouteProviderPorts/bvtazureixpportpair1",
"type": "Microsoft.Network/expressRouteProviderPorts",
"properties": {
"portPairDescriptor": "bvtazureixpportpair",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"value": [
{
"name": "bvtazureixpportpair1",
"id": "/subscriptions/subid/providers/Microsoft.Network/expressRoutePortsLocations/bvtazureixpportpair1",
"id": "/subscriptions/subid/providers/Microsoft.Network/expressRouteProviderPorts/bvtazureixpportpair1",
"type": "Microsoft.Network/expressRouteProviderPorts",
"properties": {
"portPairDescriptor": "bvtazureixpportpair",
Expand Down

0 comments on commit 429ef49

Please sign in to comment.