summaryrefslogtreecommitdiff
path: root/buildscripts/idl
diff options
context:
space:
mode:
authorFrederic Vitzikam <frederic.vitzikam@mongodb.com>2023-02-22 17:17:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-22 19:33:54 +0000
commit8bea11983310ab5be581d59bd84573a2089c8825 (patch)
treefc3619ef799476763b0c394a2e08a9a1ae651d5d /buildscripts/idl
parent6e51fc41373db8b38a2a83ffcef91449a211ee49 (diff)
downloadmongo-8bea11983310ab5be581d59bd84573a2089c8825.tar.gz
SERVER-72092 Add update/delete op type to bulkWrite command
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 95a814222e7..49dc4e7de2f 100644
--- a/buildscripts/idl/idl_check_compatibility.py
+++ b/buildscripts/idl/idl_check_compatibility.py
@@ -165,6 +165,8 @@ ALLOW_ANY_TYPE_LIST: List[str] = [
'listDatabasesForAllTenants-reply-tenant',
'create-param-min',
'create-param-max',
+ 'bulkWrite-param-updateMods',
+ 'bulkWrite-param-hint'
]
# Do not add user visible fields already released in earlier versions.