Skip to content

Commit

Permalink
feat: remove optional parameter retrieval_start_date from kusto_event…
Browse files Browse the repository at this point in the history
…hub_data_connection.html.markdown
  • Loading branch information
FakieHeelflip authored Jan 15, 2025
1 parent ceb1404 commit 56a2ac2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ resource "azurerm_kusto_eventhub_data_connection" "eventhub_connection" {
eventhub_id = azurerm_eventhub.eventhub.id
consumer_group = azurerm_eventhub_consumer_group.consumer_group.name
retrieval_start_date = "2024-11-25T04:44:44Z"
table_name = "my-table" #(Optional)
mapping_rule_name = "my-table-mapping" #(Optional)
Expand Down

0 comments on commit 56a2ac2

Please sign in to comment.