Skip to content

Commit

Permalink
azurerm_eventhub - fix capture feature not being set issue (hashico…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaxyi authored Jan 5, 2023
1 parent ee47113 commit fc911ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/eventhub/eventhub_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func resourceEventHubUpdate(d *pluginsdk.ResourceData, meta interface{}) error {
PartitionCount: utils.Int64(int64(d.Get("partition_count").(int))),
MessageRetentionInDays: utils.Int64(int64(d.Get("message_retention").(int))),
Status: &eventhubStatus,
CaptureDescription: expandEventHubCaptureDescription(d),
},
}

Expand Down

0 comments on commit fc911ab

Please sign in to comment.