Skip to content

Commit 464ab78

Browse files
committed
Added double quotes for pipelines
1 parent 277488a commit 464ab78

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Samples/ADFWalkthrough/OnPremises/EgressDataToOnPremPipeline.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
name: "EgressDataToOnPremPipeline",
3-
properties:
2+
"name": "EgressDataToOnPremPipeline",
3+
"properties":
44
{
5-
description : "Egress data to on-premises SQL Server (v1.0)",
6-
activities:
5+
"description" : "Egress data to on-premises SQL Server (v1.0)",
6+
"activities":
77
[
88
{
99
"name": "EgressDataToSqlServer",

Samples/ADFWalkthrough/OnPremises/OnPremSqlServerLinkedService.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{
55
"type": "OnPremisesSqlLinkedService",
66
"ConnectionString": "Data Source=<servername>;Initial Catalog=MarketingCampaigns;Integrated Security=False;User ID=<username>;Password=<password>;",
7-
"gatewayLocation": "West US",
87
"gatewayName": "<gatewayname>"
98
}
109
}

0 commit comments

Comments
 (0)