Skip to content

Commit 12f714a

Browse files
Updated to align with the latest SDK release
1 parent 5375a14 commit 12f714a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"Name": "SqlServerLinkedService",
3-
"Properties":
4-
{
5-
"type": "OnPremisesSqlLinkedService",
6-
"connectionString": "Data Source=<servername>;Initial Catalog=<databasename>;Integrated Security=False;User ID=<username>;Password=<password>;",
7-
"gatewayName": "<gatewayname>"
8-
}
9-
}
2+
"Name": "SqlServerLinkedService",
3+
"properties": {
4+
"type": "OnPremisesSqlServer",
5+
"typeProperties": {
6+
"connectionString": "Data Source=<servername>;Initial Catalog=<databasename>;Integrated Security=False;User ID=<username>;Password=<password>;",
7+
"gatewayName": "<gatewayname>"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)