Skip to content

Commit

Permalink
Add disableBgpRoutePropagation (#5585)
Browse files Browse the repository at this point in the history
* Add disableBgpRoutePropagation

* Reformat
  • Loading branch information
wdehrich authored and sergey-shandar committed Apr 15, 2019
1 parent 91df3a0 commit 462346e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,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'.",
Expand Down

0 comments on commit 462346e

Please sign in to comment.