Skip to content

Legal tag update event grid

Akansha Rajput[Microsoft] requested to merge LegalTagUpdateEventGrid into master

All Submissions:


  • [YES] I have added an explanation of what changes in this merge do and why we should include it?
  • [YES] I have updated the documentation accordingly.
  • [YES] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [YES] I ran lint checks locally prior to submission.

What is the current behavior?


Currently legal tag changes are publish on service bus.

What is the new behavior?


Enabling publishing of legal tag changed event to event grid.

  • Adding a event grid config.
  • Adding publishToEventGrid logic in LegalTagPublisherImpl.java
  • Adding a unit test to check event grid.

Does this introduce a breaking change?


  • [NO]

Any relevant logs, error output, etc?


(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information


Merge request reports