From c7ae10be55d20f3c46210222e07c383b6d296c83 Mon Sep 17 00:00:00 2001 From: shahparth-lab <80121421+shahparth-lab@users.noreply.github.com> Date: Tue, 8 Mar 2022 14:34:47 -0800 Subject: [PATCH 1/2] Updated queue->queue for correct id Changed template id to identify queue->queue instead of sb->sb --- templates/replicate-sb-sb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/replicate-sb-sb.json b/templates/replicate-sb-sb.json index 1b4c3e2..3ef8f63 100644 --- a/templates/replicate-sb-sb.json +++ b/templates/replicate-sb-sb.json @@ -1,5 +1,5 @@ { - "id": "replicate-from-sb-to-sb", + "id": "replicate-from-queue-to-queue", "description": "When messages arrive in a queue, replicate to another queue", "title": "Replicate from Service Bus queue to queue", "iconType": "Event", From 41da5fdfc734850f7be9fa6d5789710b1ad3744b Mon Sep 17 00:00:00 2001 From: shahparth-lab <80121421+shahparth-lab@users.noreply.github.com> Date: Tue, 8 Mar 2022 14:36:37 -0800 Subject: [PATCH 2/2] Update replicate-topic-topic.json To change templateID to identify topic->topic replication instead of (unclear) sb->sb --- templates/replicate-topic-topic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/replicate-topic-topic.json b/templates/replicate-topic-topic.json index 5f46fb7..702e497 100644 --- a/templates/replicate-topic-topic.json +++ b/templates/replicate-topic-topic.json @@ -1,5 +1,5 @@ { - "id": "replicate-from-sb-to-sb", + "id": "replicate-from-topic-to-topic", "description": "Messages arriving in a topic will be replicated to another topic", "title": "Replicate from Service Bus topic to topic", "iconType": "Event",