Skip to content

Commit

Permalink
changes (Azure#18002)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaller authored Feb 25, 2022
1 parent be92763 commit 320ed6a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"billingType": "UnlimitedData",
"encapsulation": "QinQ"
}
}
Expand All @@ -22,6 +23,7 @@
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"billingType": "UnlimitedData",
"peeringLocation": "peeringLocationName",
"bandwidthInGbps": 100,
"provisionedBandwidthInGbps": 0.0,
Expand Down Expand Up @@ -69,6 +71,7 @@
"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,6 +14,7 @@
"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,6 +14,7 @@
"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,6 +15,7 @@
"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,6 +8,7 @@
"location": "westus",
"properties": {
"peeringLocation": "peeringLocationName",
"billingType": "UnlimitedData",
"bandwidthInGbps": 100,
"encapsulation": "QinQ",
"links": [
Expand All @@ -30,6 +31,7 @@
"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,6 +20,7 @@
"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,6 +893,18 @@
"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 320ed6a

Please sign in to comment.