diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualNetworkGateway.json index d7f79cf1579e..dc1f5ba92faf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/virtualNetworkGateway.json @@ -2624,6 +2624,8 @@ "asn": { "type": "integer", "format": "int64", + "minimum": 0, + "maximum": 4294967295, "description": "The BGP speaker's ASN." }, "bgpPeeringAddress": { @@ -2659,8 +2661,10 @@ }, "asn": { "type": "integer", - "format": "int32", + "format": "int64", "readOnly": true, + "minimum": 0, + "maximum": 4294967295, "description": "The autonomous system number of the remote BGP peer." }, "state": {