Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/ #5238

Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -4769,7 +4769,7 @@
},
"GoogleAdWordsLinkedService": {
"x-ms-discriminator-value": "GoogleAdWords",
"description": "Google Adwords service linked service.",
"description": "Google AdWords service linked service.",
"type": "object",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
},
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count connectioned to source data store. Type: integer (or Expression with resultType integer)."
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
}
},
"additionalProperties": {
Expand Down Expand Up @@ -1445,7 +1445,7 @@
},
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count connectioned to sink data store. Type: integer (or Expression with resultType integer)."
"description": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)."
}
},
"additionalProperties": {
Expand Down