Skip to content

Commit 5ced3c3

Browse files
authored
Revert "changes (#18002)" (#18014)
This reverts commit 320ed6a.
1 parent 320ed6a commit 5ced3c3

File tree

7 files changed

+0
-21
lines changed

7 files changed

+0
-21
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ExpressRoutePortCreate.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"properties": {
1010
"peeringLocation": "peeringLocationName",
1111
"bandwidthInGbps": 100,
12-
"billingType": "UnlimitedData",
1312
"encapsulation": "QinQ"
1413
}
1514
}
@@ -23,7 +22,6 @@
2322
"location": "westus",
2423
"properties": {
2524
"provisioningState": "Succeeded",
26-
"billingType": "UnlimitedData",
2725
"peeringLocation": "peeringLocationName",
2826
"bandwidthInGbps": 100,
2927
"provisionedBandwidthInGbps": 0.0,
@@ -71,7 +69,6 @@
7169
"location": "westus",
7270
"properties": {
7371
"provisioningState": "Succeeded",
74-
"billingType": "UnlimitedData",
7572
"peeringLocation": "peeringLocationName",
7673
"bandwidthInGbps": 100,
7774
"provisionedBandwidthInGbps": 0.0,

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ExpressRoutePortGet.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"location": "westus",
1515
"properties": {
1616
"provisioningState": "Succeeded",
17-
"billingType": "UnlimitedData",
1817
"peeringLocation": "peeringLocationName",
1918
"bandwidthInGbps": 100,
2019
"provisionedBandwidthInGbps": 0.0,

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ExpressRoutePortList.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"location": "westus",
1515
"properties": {
1616
"provisioningState": "Succeeded",
17-
"billingType": "UnlimitedData",
1817
"peeringLocation": "peeringLocationName",
1918
"bandwidthInGbps": 100,
2019
"provisionedBandwidthInGbps": 0.0,

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ExpressRoutePortListByResourceGroup.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"location": "westus",
1616
"properties": {
1717
"provisioningState": "Succeeded",
18-
"billingType": "UnlimitedData",
1918
"peeringLocation": "peeringLocationName",
2019
"bandwidthInGbps": 100,
2120
"provisionedBandwidthInGbps": 0.0,

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ExpressRoutePortUpdateLink.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"location": "westus",
99
"properties": {
1010
"peeringLocation": "peeringLocationName",
11-
"billingType": "UnlimitedData",
1211
"bandwidthInGbps": 100,
1312
"encapsulation": "QinQ",
1413
"links": [
@@ -31,7 +30,6 @@
3130
"location": "westus",
3231
"properties": {
3332
"provisioningState": "Succeeded",
34-
"billingType": "UnlimitedData",
3533
"peeringLocation": "peeringLocationName",
3634
"bandwidthInGbps": 100,
3735
"provisionedBandwidthInGbps": 0.0,

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ExpressRoutePortUpdateTags.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"location": "westus",
2121
"properties": {
2222
"provisioningState": "Succeeded",
23-
"billingType": "UnlimitedData",
2423
"peeringLocation": "peeringLocationName",
2524
"bandwidthInGbps": 100,
2625
"provisionedBandwidthInGbps": 0.0,

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/expressRoutePort.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -893,18 +893,6 @@
893893
"readOnly": true,
894894
"type": "string",
895895
"description": "The resource GUID property of the express route port resource."
896-
},
897-
"billingType": {
898-
"type": "string",
899-
"description": "The billing type of the ExpressRoutePort resource.",
900-
"enum": [
901-
"UnlimitedData",
902-
"MeteredData"
903-
],
904-
"x-ms-enum": {
905-
"name": "ExpressRoutePortsBillingType",
906-
"modelAsString": true
907-
}
908896
}
909897
}
910898
},

0 commit comments

Comments
 (0)