Skip to content

Commit

Permalink
Changes to include required properties for outbound rule (#3728)
Browse files Browse the repository at this point in the history
* Mark outbound rule properties as required

* Update outbound rule with required properties

* Removing old change
  • Loading branch information
khannarhea authored and jianghaolu committed Aug 27, 2018
1 parent 34561ef commit 6237750
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,9 @@
}
},
"required": [
"backendAddressPool"
"backendAddressPool",
"frontendIPConfigurations",
"protocol"
],
"description": "Outbound pool of the load balancer."
},
Expand Down

0 comments on commit 6237750

Please sign in to comment.