Skip to content

Commit

Permalink
Add isServerVersionAbove32 in CosmosDbMongoDbApi linked service (#15250)
Browse files Browse the repository at this point in the history
  • Loading branch information
yew authored Aug 3, 2021
1 parent 5a26835 commit 3e2652d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,10 @@
"CosmosDbMongoDbApiLinkedServiceTypeProperties": {
"description": "CosmosDB (MongoDB API) linked service properties.",
"properties": {
"isServerVersionAbove32": {
"type": "object",
"description": "Whether the CosmosDB (MongoDB API) server version is higher than 3.2. The default value is false. Type: boolean (or Expression with resultType boolean)."
},
"connectionString": {
"description": "The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.",
"type": "object"
Expand Down

0 comments on commit 3e2652d

Please sign in to comment.