Skip to content

Commit

Permalink
fix: #362 set URI for destination of EventGrid (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeckelintive authored May 22, 2023
1 parent a517e79 commit d72e2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/resources/subscription/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func (d Destination) ToNative() platform.Destination {
case EventGrid:
return platform.AzureEventGridDestination{
AccessKey: d.AccessKey.ValueString(),
Uri: d.URI.ValueString(),
}
case GoogleCloudPubSub:
return platform.GoogleCloudPubSubDestination{
Expand Down

0 comments on commit d72e2e1

Please sign in to comment.