File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Typical properties inside the connection string:
95
95
"properties" : {
96
96
"type" : " Db2" ,
97
97
"typeProperties" : {
98
- "connectionString" : "server=<server:port>; database=<database>; authenticationType=Basic;username=<username>; password=<password>; packageCollection=<packagecollection>;certificateCommonName=<certname>;"
98
+ "connectionString" : "server=<server:port>;database=<database>;authenticationType=Basic;username=<username>;password=<password>;packageCollection=<packagecollection>;certificateCommonName=<certname>;"
99
99
},
100
100
"connectVia" : {
101
101
"referenceName" : " <name of Integration Runtime>" ,
@@ -112,7 +112,7 @@ Typical properties inside the connection string:
112
112
"properties" : {
113
113
"type" : " Db2" ,
114
114
"typeProperties" : {
115
- "connectionString" : " server=<server:port>; database=<database>; authenticationType=Basic;username=<username>; packageCollection=<packagecollection>;certificateCommonName=<certname>;" ,
115
+ "connectionString" : " server=<server:port>;database=<database>;authenticationType=Basic;username=<username>;packageCollection=<packagecollection>;certificateCommonName=<certname>;" ,
116
116
"password" : {
117
117
"type" : "AzureKeyVaultSecret",
118
118
"store" : {
You can’t perform that action at this time.
0 commit comments