Skip to content

Commit

Permalink
Revert "Adding express route port authorization apis (Azure#10491)"
Browse files Browse the repository at this point in the history
This reverts commit 29a80fe.
  • Loading branch information
utbarn-ms authored Sep 25, 2020
1 parent 3fec331 commit 5cfa496
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 441 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"expressRoutePort": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRoutePorts/portName"
},
"authorizationKey": "b0be57f5-1fba-463b-adec-ffe767354cdd",
"bandwidthInGbps": 10
}
}
Expand All @@ -35,7 +34,6 @@
"expressRoutePort": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRoutePorts/portName"
},
"authorizationKey": "b0be57f5-1fba-463b-adec-ffe767354cdd",
"bandwidthInGbps": 10,
"circuitProvisioningState": "Enabled",
"allowClassicOperations": false,
Expand Down Expand Up @@ -63,7 +61,6 @@
"expressRoutePort": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRoutePorts/portName"
},
"authorizationKey": "b0be57f5-1fba-463b-adec-ffe767354cdd",
"bandwidthInGbps": 10,
"circuitProvisioningState": "Enabled",
"allowClassicOperations": false,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2239,10 +2239,6 @@
"globalReachEnabled": {
"type": "boolean",
"description": "Flag denoting global reach status."
},
"authorizationKey": {
"type": "string",
"description": "The authorizationKey."
}
},
"description": "Properties of ExpressRouteCircuit."
Expand Down
Loading

0 comments on commit 5cfa496

Please sign in to comment.