Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -19734,6 +19734,11 @@
"type": "object",
"properties": {},
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
},
"mongoDbAtlasDriverVersion": {
"type": "object",
"properties": {},
"description": "The MongoDB Atlas Driver version that you want to choose. Allowed value are 2.10.4 and 2.19.0. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand Down