diff --git a/src/SDKs/IotHub/Management.IotHub/Generated/Models/RoutingProperties.cs b/src/SDKs/IotHub/Management.IotHub/Generated/Models/RoutingProperties.cs index be3a8272ff3f7..43333e1f90204 100644 --- a/src/SDKs/IotHub/Management.IotHub/Generated/Models/RoutingProperties.cs +++ b/src/SDKs/IotHub/Management.IotHub/Generated/Models/RoutingProperties.cs @@ -44,8 +44,7 @@ public RoutingProperties() /// built-in eventhub endpoint. /// 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 + /// and custom endpoints. See: https://aka.ms/iotmsgenrich public RoutingProperties(RoutingEndpoints endpoints = default(RoutingEndpoints), IList routes = default(IList), FallbackRouteProperties fallbackRoute = default(FallbackRouteProperties), IList enrichments = default(IList)) { Endpoints = endpoints; @@ -88,7 +87,7 @@ public RoutingProperties() /// /// 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 /// [JsonProperty(PropertyName = "enrichments")] public IList Enrichments { get; set; }