Skip to content

Commit f4b928b

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

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/_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
177177
_args_schema.record_types = AAZStrArg(
178178
options=["--record-types"],
179179
arg_group="Properties",
180-
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.",
180+
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.",
181181
)
182182
_args_schema.retention_policy = AAZObjectArg(
183183
options=["--retention-policy"],

0 commit comments

Comments
 (0)