From 92ece01ec80ffb81f6371490e7d4df632ed17dd8 Mon Sep 17 00:00:00 2001 From: Reid Fortier Date: Thu, 9 Aug 2018 10:41:44 -0700 Subject: [PATCH] Fix for trailing / on route --- .../Microsoft.Logic/stable/2016-06-01/logic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json b/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json index cec697cbc400..ab5deac86539 100644 --- a/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json +++ b/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json @@ -608,7 +608,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers": { "get": { "tags": [ "WorkflowTriggers" @@ -4031,7 +4031,7 @@ "type": "object", "properties": { "startTime": { - "type": "string", + "type": "string", "format": "date-time", "description": "Gets the start time." }, @@ -7244,4 +7244,4 @@ "type": "string" } } -} +}