Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

Fix Export Jobs in NotificationHubsClient #121

Closed mpodwysocki closed 2 years ago

mpodwysocki commented 2 years ago

Things to consider before you submit the PR:

Description

Fixes #119 by adding <![CDATA[ url ]]> around the given url as it leads to illegal characters in XML.

Related PRs or issues

119