Skip to content

Commit

Permalink
Merge pull request #1040 from tiagffborges/patch-1
Browse files Browse the repository at this point in the history
Update AutoRestArgumentProvider.cs
  • Loading branch information
christianhelle authored Nov 14, 2024
2 parents 23baef6 + 4d441ce commit 7e34ec0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public string GetLegacyArguments(
{
return AppendCommonArguments(
swaggerFile,
"--version=2.0.4417 --csharp " +
"--csharp " +
$"--input-file=\"{swaggerFile}\" " +
$"--output-file=\"{outputFile}\" " +
$"--namespace=\"{defaultNamespace}\" ");
Expand Down Expand Up @@ -74,4 +74,4 @@ private string AppendCommonArguments(
return arguments;
}
}
}
}

0 comments on commit 7e34ec0

Please sign in to comment.