summaryrefslogtreecommitdiff
path: root/buildscripts/idl
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2022-12-06 05:53:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-06 06:24:01 +0000
commit88aedb81e1c37710b9015a7383762395524df438 (patch)
tree7be1288c92ed2414f682f7dd229f935467a0a828 /buildscripts/idl
parentedc45a9238013fab8819c68a6e4b44a231dac968 (diff)
downloadmongo-88aedb81e1c37710b9015a7383762395524df438.tar.gz
SERVER-71314 Create bulkWrite IDL and command stub
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 8aadb7a04a5..910f0a8eb53 100644
--- a/buildscripts/idl/idl_check_compatibility.py
+++ b/buildscripts/idl/idl_check_compatibility.py
@@ -117,6 +117,8 @@ ALLOW_ANY_TYPE_LIST: List[str] = [
'aggregate-param-fromMongos',
'aggregate-param-$_requestReshardingResumeToken',
'aggregate-param-isMapReduceCommand',
+ 'bulkWrite-reply-_id',
+ 'bulkWrite-reply-value',
'count-param-hint',
'count-param-limit',
'count-param-maxTimeMS',