From 8933436479e671149a69d361ece61fd15603bcd9 Mon Sep 17 00:00:00 2001 From: lasanthaS Date: Wed, 28 Jun 2023 00:03:32 +0530 Subject: [PATCH] Enable tokenRevocationJMSPublisher2 for event hub's event duplicate URL --- .../eventpublishers/tokenRevokeEventJMSPublisher_2.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/product/src/main/resources/conf/templates/repository/deployment/server/eventpublishers/tokenRevokeEventJMSPublisher_2.xml.j2 b/modules/distribution/product/src/main/resources/conf/templates/repository/deployment/server/eventpublishers/tokenRevokeEventJMSPublisher_2.xml.j2 index eb6a4e5dcb..b3c4f99dc5 100644 --- a/modules/distribution/product/src/main/resources/conf/templates/repository/deployment/server/eventpublishers/tokenRevokeEventJMSPublisher_2.xml.j2 +++ b/modules/distribution/product/src/main/resources/conf/templates/repository/deployment/server/eventpublishers/tokenRevokeEventJMSPublisher_2.xml.j2 @@ -1,5 +1,5 @@ -{% if apim.throttling.event_duplicate_url is defined %} +{% if apim.event_hub.event_duplicate_url is defined || apim.throttling.event_duplicate_url is defined %}