Skip to content

Commit 6c20685

Browse files
Update src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/watcher/flow_log/_update.py
Co-authored-by: Copilot <[email protected]>
1 parent 147fde3 commit 6c20685

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/watcher/flow_log

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/watcher/flow_log/_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
171171
_args_schema.record_types = AAZStrArg(
172172
options=["--record-types"],
173173
arg_group="Properties",
174-
help="Optional field to filter network traffic logs based on flow states. Value of this field could be any comma separated combination string of letters B,C,E or D. B represents Begin, when a flow is created. C represents Continue for an ongoing flow generated at every five-minute interval. E represents End, when a flow is terminated. D represents Deny, when a flow is denied. If not specified, all network traffic will be logged.",
174+
help="Optional field to filter network traffic logs based on flow states. Value of this field could be any comma separated combination string of letters B, C, E, or D. B represents Begin, when a flow is created. C represents Continue for an ongoing flow generated at every five-minute interval. E represents End, when a flow is terminated. D represents Deny, when a flow is denied. If not specified, all network traffic will be logged.",
175175
nullable=True,
176176
)
177177
_args_schema.retention_policy = AAZObjectArg(

0 commit comments

Comments
 (0)