diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortCreate.json index f683f1f3a49a..c599eed7e41a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortCreate.json @@ -9,6 +9,7 @@ "properties": { "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, + "billingType": "UnlimitedData", "encapsulation": "QinQ" } } @@ -22,6 +23,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "billingType": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, @@ -69,6 +71,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "sku": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortGet.json index 811b775952f3..bde67265088f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortGet.json @@ -14,6 +14,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "billingType": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortList.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortList.json index 108620ba620e..f65c76d5ca5e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortList.json @@ -14,6 +14,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "billingType": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortListByResourceGroup.json index 48bab2d2f7b4..8ca89fbe5572 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortListByResourceGroup.json @@ -15,6 +15,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "billingType": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateLink.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateLink.json index 0fded79550cc..906165bba32a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateLink.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateLink.json @@ -8,6 +8,7 @@ "location": "westus", "properties": { "peeringLocation": "peeringLocationName", + "billingType": "UnlimitedData", "bandwidthInGbps": 100, "encapsulation": "QinQ", "links": [ @@ -30,6 +31,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "billingType": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateTags.json index 7af46c302418..0e068195c190 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/examples/ExpressRoutePortUpdateTags.json @@ -20,6 +20,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", + "billingType": "UnlimitedData", "peeringLocation": "peeringLocationName", "bandwidthInGbps": 100, "provisionedBandwidthInGbps": 0.0, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/expressRoutePort.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/expressRoutePort.json index c0d98e0b419f..dce8df427c98 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/expressRoutePort.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/expressRoutePort.json @@ -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 + } } } },