Skip to content

Commit fb214f5

Browse files
committed
revert json
1 parent a0d761a commit fb214f5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/data-factory/connector-greenplum.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,21 +177,22 @@ The Greenplum linked service supports the following properties when apply versio
177177
```
178178

179179
**Example: store password in Azure Key Vault**
180+
180181
```json
181182
{
182183
"name": "GreenplumLinkedService",
183184
"properties": {
184185
"type": "Greenplum",
185186
"typeProperties": {
186187
"connectionString": "HOST=<server>;PORT=<port>;DB=<database>;UID=<user name>;",
187-
"pwd": {
188-
"type": "AzureKeyVaultSecret",
189-
"store": {
190-
"referenceName": "<Azure Key Vault linked service name>",
191-
"type": "LinkedServiceReference"
192-
},
193-
"secretName": "<secretName>"
194-
}
188+
"pwd": { 
189+
"type": "AzureKeyVaultSecret", 
190+
"store": { 
191+
"referenceName": "<Azure Key Vault linked service name>", 
192+
"type": "LinkedServiceReference" 
193+
}, 
194+
"secretName": "<secretName>" 
195+
}
195196
},
196197
"connectVia": {
197198
"referenceName": "<name of Integration Runtime>",

0 commit comments

Comments
 (0)