Skip to content

Commit 51b5b68

Browse files
committed
revert file I made changes in
1 parent a5baaed commit 51b5b68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Core/Cosmos.DataTransfer.Core/Properties/launchSettings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"profiles": {
33
"Cosmos.DataTransfer.Core": {
4-
"commandName": "Project"
4+
"commandName": "Project",
5+
"commandLineArgs": ""
56
},
67
"JSON->Cosmos": {
78
"commandName": "Project",
89
"commandLineArgs": "run -from json --sink cosmos-nosql --settings c:\\temp\\Json-CosmosSettings.json"
910
},
1011
"Cosmos->JSON": {
1112
"commandName": "Project",
12-
"commandLineArgs": "--source cosmos-nosql --sink JSON-AzureBlob --settings=c:\\temp\\Cosmos-JsonSettings4.json"
13+
"commandLineArgs": "--source cosmos-nosql --sink json --settings=c:\\temp\\Cosmos-JsonSettings.json"
1314
},
1415
"SqlServer->Cosmos": {
1516
"commandName": "Project",

0 commit comments

Comments
 (0)