summaryrefslogtreecommitdiff
path: root/buildscripts/idl
diff options
context:
space:
mode:
authorDenis Grebennicov <denis.grebennicov@mongodb.com>2021-09-15 09:39:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-15 10:17:58 +0000
commita1028f6738bcf0059f8e243b154208a8c2a8b499 (patch)
treeeeae481be8485ed28056304270164ae441d42feb /buildscripts/idl
parent3f2e278a11f5c613fb322ace1b5719f05a36be06 (diff)
downloadmongo-a1028f6738bcf0059f8e243b154208a8c2a8b499.tar.gz
SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "collMod" commands
Diffstat (limited to 'buildscripts/idl')
-rw-r--r--buildscripts/idl/idl_check_compatibility.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/idl/idl_check_compatibility.py b/buildscripts/idl/idl_check_compatibility.py
index 2da512358f0..d5b2d6c699b 100644
--- a/buildscripts/idl/idl_check_compatibility.py
+++ b/buildscripts/idl/idl_check_compatibility.py
@@ -97,6 +97,8 @@ ALLOW_ANY_TYPE_LIST: List[str] = [
'saslStart-reply-payload',
'saslContinue-param-payload',
'saslContinue-reply-payload',
+ "create-param-changeStreamPreAndPostImages",
+ "collMod-param-changeStreamPreAndPostImages",
# These commands (aggregate, find, update, delete, findAndModify, explain) might contain some
# fields with type `any`. Currently, it's not possible to avoid the `any` type in those cases.