You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION_TEXT="(DEPRECATED): V1 file events are deprecated. Update your profile with `code42 profile update --use-v2-file-events True` to use the new V2 file event data model."
44
+
42
45
SECURITY_DATA_KEYWORD="file events"
43
46
44
47
@@ -60,7 +63,7 @@ def callback(ctx, param, arg):
60
63
ifarg:
61
64
ifctx.obj.profile.use_v2_file_events=="False":
62
65
raiseCode42CLIError(
63
-
"Event action (--event-action) filter is incompatible with V1 file events. Upgrade your profile to use the V2 file event data model with `code42 profile update --use-v2-file-events`"
66
+
"Event action (--event-action) filter is incompatible with V1 file events. Upgrade your profile to use the V2 file event data model with `code42 profile update --use-v2-file-events True`"
"Event action (--event-action) filter is incompatible with V1 file events. Upgrade your profile to use the V2 file event data model with `code42 profile update --use-v2-file-events`"
1479
+
"Event action (--event-action) filter is incompatible with V1 file events. Upgrade your profile to use the V2 file event data model with `code42 profile update --use-v2-file-events True`"
0 commit comments