Skip to content

Commit

Permalink
DRIVERS-2431 Forbid Serverless in Change Stream Disambiguated Unified… (
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 8, 2022
1 parent bc4257f commit 9a8abe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
@@ -1,6 +1,6 @@
{
"description": "disambiguatedPaths",
"schemaVersion": "1.3",
"schemaVersion": "1.4",
"createEntities": [
{
"client": {
Expand Down Expand Up @@ -31,7 +31,8 @@
"sharded-replicaset",
"load-balanced",
"sharded"
]
],
"serverless": "forbid"
}
],
"initialData": [
Expand Down
@@ -1,5 +1,5 @@
description: "disambiguatedPaths"
schemaVersion: "1.3"
schemaVersion: "1.4"
createEntities:
- client:
id: &client0 client0
Expand All @@ -16,6 +16,7 @@ createEntities:
runOnRequirements:
- minServerVersion: "6.1.0"
topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]
serverless: forbid

initialData:
- collectionName: *collection0
Expand Down

0 comments on commit 9a8abe8

Please sign in to comment.