Skip to content

Commit db03630

Browse files
touchdreamerharryli0108
authored andcommitted
change MongoDbAtlasDriver name (Azure#24709)
Co-authored-by: Zehua Chen <zehuachen@microsoft.com>
1 parent f82da4f commit db03630

File tree

2 files changed

+4
-4
lines changed
  • specification
    • datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes
    • synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

2 files changed

+4
-4
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,10 +2541,10 @@
25412541
"x-ms-format": "dfe-string",
25422542
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
25432543
},
2544-
"mongoDbAtlasDriverVersion": {
2544+
"driverVersion": {
25452545
"type": "object",
25462546
"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)."
25482548
}
25492549
},
25502550
"required": [

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2266,9 +2266,9 @@
22662266
"type": "object",
22672267
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
22682268
},
2269-
"mongoDbAtlasDriverVersion": {
2269+
"driverVersion": {
22702270
"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)."
22722272
}
22732273
},
22742274
"required": [

0 commit comments

Comments
 (0)