Skip to content

Commit

Permalink
Revert "changes (#18002)" (#18014)
Browse files Browse the repository at this point in the history
This reverts commit 320ed6a.
  • Loading branch information
nimaller committed Feb 28, 2022
1 parent 320ed6a commit 5ced3c3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"properties": {
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"billingType": "UnlimitedData",
"encapsulation": "QinQ"
}
}
Expand All @@ -23,7 +22,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down Expand Up @@ -71,7 +69,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"location": "westus",
"properties": {
"peeringLocation": "peeringLocationName",
"billingType": "UnlimitedData",
"bandwidthInGbps": 100,
"encapsulation": "QinQ",
"links": [
Expand All @@ -31,7 +30,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -893,18 +893,6 @@
"readOnly": true,
"type": "string",
"description": "The resource GUID property of the express route port resource."
},
"billingType": {
"type": "string",
"description": "The billing type of the ExpressRoutePort resource.",
"enum": [
"UnlimitedData",
"MeteredData"
],
"x-ms-enum": {
"name": "ExpressRoutePortsBillingType",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit 5ced3c3

Please sign in to comment.