Skip to content

Adding Event Grid information to Partition.http

Komal Makkar requested to merge users/komakkar/partitionForEG into master

Infrastructure Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [NA] I have formatted the terraform code. (terraform fmt -recursive && go fmt ./...)

Current Behavior or Linked Issues


The PartitionInfo table isn't aware of Event Grid's presence. The PartitionInfo should contain information about the Event Grid Topic's endpoint and its access key. The information is required by the Storage service to publish events.

Does this introduce a breaking change?


  • [YES/NO] No

Other information


This is a Manual Partition API Change that is required to be run for future support of Storage Service.

image

Validated the json.

Edited by Daniel Scholl

Merge request reports