Skip to content

Commit d72e2e1

Browse files
fix: #362 set URI for destination of EventGrid (#364)
1 parent a517e79 commit d72e2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/resources/subscription/model.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ func (d Destination) ToNative() platform.Destination {
262262
case EventGrid:
263263
return platform.AzureEventGridDestination{
264264
AccessKey: d.AccessKey.ValueString(),
265+
Uri: d.URI.ValueString(),
265266
}
266267
case GoogleCloudPubSub:
267268
return platform.GoogleCloudPubSubDestination{

0 commit comments

Comments
 (0)