From 7cbfc425bd6de86ee9bfb4294d0e4a3f95dd1b44 Mon Sep 17 00:00:00 2001 From: Usha Rathnavel <58036780+Usha-Rathnavel@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:40:36 -0800 Subject: [PATCH] Update iothub.json Update details on fallback properties --- .../Microsoft.Devices/stable/2021-07-02/iothub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02/iothub.json b/specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02/iothub.json index bb6f05dacad4..40144ea45beb 100644 --- a/specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02/iothub.json +++ b/specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02/iothub.json @@ -2875,7 +2875,7 @@ ] }, "fallbackRoute": { - "description": "The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.", + "description": "The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not present in the template, the fallback route is disabled by default.", "$ref": "#/definitions/FallbackRouteProperties" }, "enrichments": {