Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public RoutingProperties()
/// built-in eventhub endpoint.</param>
/// <param name="enrichments">The list of user-provided enrichments
/// that the IoT hub applies to messages to be delivered to built-in
/// and custom endpoints. See:
/// https://aka.ms/telemetryoneventgrid</param>
/// and custom endpoints. See: https://aka.ms/iotmsgenrich</param>
public RoutingProperties(RoutingEndpoints endpoints = default(RoutingEndpoints), IList<RouteProperties> routes = default(IList<RouteProperties>), FallbackRouteProperties fallbackRoute = default(FallbackRouteProperties), IList<EnrichmentProperties> enrichments = default(IList<EnrichmentProperties>))
{
Endpoints = endpoints;
Expand Down Expand Up @@ -88,7 +87,7 @@ public RoutingProperties()
/// <summary>
/// Gets or sets the list of user-provided enrichments that the IoT hub
/// applies to messages to be delivered to built-in and custom
/// endpoints. See: https://aka.ms/telemetryoneventgrid
/// endpoints. See: https://aka.ms/iotmsgenrich
/// </summary>
[JsonProperty(PropertyName = "enrichments")]
public IList<EnrichmentProperties> Enrichments { get; set; }
Expand Down