Skip to content

Commit 426b2ac

Browse files
authored
Formatting issues
1 parent c2fab30 commit 426b2ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ WITH (
3434
FILE_TYPE = 'CSV'
3535
,CREDENTIAL=(IDENTITY= 'Storage Account Key', SECRET='<Your_Account_Key>')
3636
--CREDENTIAL should look something like this:
37-
--CREDENTIAL=(IDENTITY= 'Storage Account Key', SECRET='x6RWv4It5F2msnjelv3H4DA80n0QW0daPdw43jM0nyetx4c6CpDkdj3986DX5AHFMIf/YN4y6kkCnU8lb+Wx0Pj+6MDw=='),
38-
,ROWTERMINATOR='0x0A' --0x0A specifies to use the Line Feed character (Unix based systems)
37+
--CREDENTIAL=(IDENTITY= 'Storage Account Key', SECRET='x6RWv4It5F2msnjelv3H4DA80n0QW0daPdw43jM0nyetx4c6CpDkdj3986DX5AHFMIf/YN4y6kkCnU8lb+Wx0Pj+6MDw=='),
38+
,ROWTERMINATOR='0x0A' --0x0A specifies to use the Line Feed character (Unix based systems)
3939
)
4040
```
4141

@@ -138,7 +138,7 @@ WITH (
138138
FILE_TYPE = 'CSV'
139139
,CREDENTIAL=(IDENTITY= '<application_ID>@<OAuth_2.0_Token_EndPoint>' , SECRET= '<authentication_key>')
140140
--CREDENTIAL should look something like this:
141-
--,CREDENTIAL=(IDENTITY= '92761aac-12a9-4ec3-89b8-7749aef4c35b@https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/token', SECRET='juXi1OVZ6gf5]woKQNgqwSywYv]7A.M')
141+
--,CREDENTIAL=(IDENTITY= '92761aac-12a9-4ec3-89b8-7149aef4c35b@https://login.microsoftonline.com/72f714bf-86f1-41af-91ab-2d7cd011db47/oauth2/token', SECRET='juXi12sZ6gse]woKQNgqwSywYv]7A.M')
142142
)
143143
```
144144

0 commit comments

Comments
 (0)