diff options
Diffstat (limited to 'buildscripts/idl/idl_check_compatibility.py')
-rw-r--r-- | buildscripts/idl/idl_check_compatibility.py | 2 |
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', |