Skip to content

Commit

Permalink
Fix ssis execution credential (#5037)
Browse files Browse the repository at this point in the history
* Adding refresh and get IntegrationRuntimeObjectMetadata API

* Change ssis to upper case

* Fix model validation issue

* Adding refresh and get IntegrationRuntimeObjectMetadata API

* Change ssis to upper case

* Fix model validation issue

* Winauth Support in SSIS Activity

* Fix ssis execute credential issue
  • Loading branch information
meiyan-Li authored and sergey-shandar committed Jan 16, 2019
1 parent 2febd8f commit 868fd68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2035,10 +2035,7 @@
},
"executionCredential": {
"description": "The package execution credential.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/SSISExecutionCredential"
}
"$ref": "#/definitions/SSISExecutionCredential"
},
"connectVia": {
"description": "The integration runtime reference.",
Expand Down Expand Up @@ -2137,6 +2134,7 @@
},
"SSISExecutionCredential": {
"description": "SSIS package execution credential.",
"type": "object",
"properties": {
"domain": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2107,10 +2107,7 @@
},
"executionCredential": {
"description": "The package execution credential.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/SSISExecutionCredential"
}
"$ref": "#/definitions/SSISExecutionCredential"
},
"connectVia": {
"description": "The integration runtime reference.",
Expand Down Expand Up @@ -2209,6 +2206,7 @@
},
"SSISExecutionCredential": {
"description": "SSIS package execution credential.",
"type": "object",
"properties": {
"domain": {
"type": "object",
Expand Down

0 comments on commit 868fd68

Please sign in to comment.