diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkInterface.json index 203609b6cab4..2a6e060359fe 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkInterface.json @@ -1258,6 +1258,10 @@ "type": "string", "description": "The name of the user defined route. This is optional." }, + "disableBgpRoutePropagation": { + "type": "boolean", + "description": "If true, on-premises routes are not propagated to the network interfaces in the subnet." + }, "source": { "type": "string", "description": "Who created the route. Possible values are: 'Unknown', 'User', 'VirtualNetworkGateway', and 'Default'.",