Skip to content

Commit

Permalink
Add comment to doc around endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry committed Nov 19, 2019
1 parent 43e7cef commit 581fcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/iothub_route.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The following arguments are supported:

* `condition` - (Optional) The condition that is evaluated to apply the routing rule. If no condition is provided, it evaluates to `true` by default. For grammar, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language.

* `endpoint_names` - (Required) The list of endpoints to which messages that satisfy the condition are routed.
* `endpoint_names` - (Required) The list of endpoints to which messages that satisfy the condition are routed. Currently only one endpoint is allowed.

* `enabled` - (Required) Specifies whether a route is enabled.

Expand Down

0 comments on commit 581fcb1

Please sign in to comment.