You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2541,10 +2541,10 @@
2541
2541
"x-ms-format": "dfe-string",
2542
2542
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
2543
2543
},
2544
-
"mongoDbAtlasDriverVersion": {
2544
+
"driverVersion": {
2545
2545
"type": "object",
2546
2546
"x-ms-format": "dfe-string",
2547
-
"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)."
2547
+
"description": "The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string)."
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2266,9 +2266,9 @@
2266
2266
"type": "object",
2267
2267
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
2268
2268
},
2269
-
"mongoDbAtlasDriverVersion": {
2269
+
"driverVersion": {
2270
2270
"type": "object",
2271
-
"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)."
2271
+
"description": "The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string)."
0 commit comments