Disable Bulk Delete API (#1968)
* disable bulk delete * disable bulk delete --------- Co-authored-by: Asier Isayas <aisayas@microsoft.com>
This commit is contained in:
parent
91649d2f52
commit
78154bd976
|
@ -117,7 +117,7 @@ let configContext: Readonly<ConfigContext> = {
|
|||
"deleteDocument",
|
||||
"createCollectionWithProxy",
|
||||
"legacyMongoShell",
|
||||
"bulkdelete",
|
||||
// "bulkdelete",
|
||||
],
|
||||
MONGO_PROXY_OUTBOUND_IPS_ALLOWLISTED: false,
|
||||
CASSANDRA_PROXY_ENDPOINT: CassandraProxyEndpoints.Prod,
|
||||
|
|
Loading…
Reference in New Issue