From e63f72517951a2eb41a033037b9044093027bd65 Mon Sep 17 00:00:00 2001 From: refortie <37600290+refortie@users.noreply.github.com> Date: Thu, 9 Aug 2018 13:06:01 -0700 Subject: [PATCH] Fix for extra / on the end of the triggers endpoint (#3616) --- .../Microsoft.Logic/stable/2016-06-01/logic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5eab158f4416..360e0803ccba 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 @@ -759,7 +759,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers": { "get": { "tags": [ "WorkflowTriggers"