Skip to content

Commit

Permalink
Update required properties for Outbound Rules (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
khannarhea authored and dsgouda committed Aug 24, 2018
1 parent 4ed1dcd commit 7af01aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/swagger-checklist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swagger Checklist for Microsoft Azure #
# Swagger Checklist for Microsoft Azure #

## Introduction ##

Expand Down
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 7af01aa

Please sign in to comment.