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

Remove webhook to delay release #5059

Closed
wants to merge 5 commits into from
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
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
}
}
},
"SqlSource": {
"SqlSource": {
"description": "A copy activity SQL source.",
"type": "object",
"allOf": [
Expand Down Expand Up @@ -1134,7 +1134,7 @@
"description": "A query to retrieve data from source. Type: string (or Expression with resultType string)."
}
}
} ,
},
"AmazonRedshiftSource": {
"description": "A copy activity source for Amazon Redshift Source.",
"type": "object",
Expand Down Expand Up @@ -2152,7 +2152,7 @@
},
"SSISPackageLocation": {
"description": "SSIS package location.",
"type" : "object",
"type": "object",
"properties": {
"packagePath": {
"description": "The SSIS package path. Type: string (or Expression with resultType string).",
Expand Down Expand Up @@ -2374,16 +2374,16 @@
"type": "object",
"description": "If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"maxConcurrentConnections":{
"maxConcurrentConnections": {
"type": "integer",
"minimum": 1,
"description": "The max concurrent connections to connect data source at the same time."
},
"enableLogging":{
"type":"object",
"enableLogging": {
"type": "object",
"description": "Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean)."
},
"logStorageSettings":{
"logStorageSettings": {
"description": "Log storage settings customer need to provide when enableLogging is true.",
"$ref": "#/definitions/LogStorageSettings"
},
Expand Down Expand Up @@ -3162,4 +3162,4 @@
}
}
}
}
}