Skip to content

Commit 84475f7

Browse files
committed
fix: Remove useless redefinitions of live_stream_listen_delete/live_stream_no_dependencies
1 parent 27aa3e6 commit 84475f7

File tree

1 file changed

+0
-8
lines changed
  • stream/microsoft-sentinel-intel/src/microsoft_sentinel_intel

1 file changed

+0
-8
lines changed

stream/microsoft-sentinel-intel/src/microsoft_sentinel_intel/settings.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ class StreamConnectorConfig(BaseStreamConnectorConfig):
2424
live_stream_id: str = Field(
2525
description="The ID of the live stream to connect to.",
2626
)
27-
live_stream_listen_delete: bool = Field(
28-
description="Whether to listen for delete events in the live stream.",
29-
default=True,
30-
)
31-
live_stream_no_dependencies: bool = Field(
32-
description="Whether to avoid fetching dependencies for the objects received in the live stream.",
33-
default=True,
34-
)
3527

3628

3729
class MicrosoftSentinelIntelConfig(BaseConfigModel):

0 commit comments

Comments
 (0)