We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728c63d commit 995e5eaCopy full SHA for 995e5ea
Core/Cosmos.DataTransfer.Core/Properties/launchSettings.json
@@ -1,11 +1,12 @@
1
{
2
"profiles": {
3
"Cosmos.DataTransfer.Core": {
4
- "commandName": "Project"
+ "commandName": "Project",
5
+ "commandLineArgs": ""
6
},
7
"JSON->Cosmos": {
8
"commandName": "Project",
- "commandLineArgs": "run -from json --sink cosmos-nosql --settings \"C:\\temp\\datamigration.json\""
9
+ "commandLineArgs": "run -from json --sink cosmos-nosql --settings c:\\temp\\Json-CosmosSettings.json"
10
11
"Cosmos->JSON": {
12
@@ -34,10 +35,6 @@
34
35
"SettingsCommand": {
36
37
"commandLineArgs": "settings --sink"
- },
38
- "WSL": {
39
- "commandName": "WSL2",
40
- "distributionName": ""
41
}
42
43
0 commit comments