Changing LegalTags Topic name in EventGrid
Infrastructure Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
- [NO] I have updated the documentation accordingly.
- [NA] I have added tests to cover my changes.
- [YES] All new and existing tests passed.
- [YES] I have formatted the terraform code. (
terraform fmt -recursive && go fmt ./...
)
Current Behavior or Linked Issues
An MR was raised against the issue: #161 (closed)
MR: !297 (merged)
But in that MR, the topic name which was chosen led to the EventGrid Topic name going above its max limit(#164). So had to change the topic name accordingly. This MR contains those changes.
Does this introduce a breaking change?
- [NO]
Other information
NA
Edited by Abhishek Chowdhry