Skip to content

Commit

Permalink
revert back the param name for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgeFu committed Mar 19, 2024
1 parent 4096264 commit 72b447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extensions/openapi-to-typespec/convert.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
param(
[Parameter(Mandatory = $true, HelpMessage = "Specifies the swagger config file (not the swagger json, but the readme config) or autorest.md file in the azure-sdk-for-net repo if .net related configuration is expected to be included.")]
[string]
$ConfigFile,
$swaggerConfigFile,
[Parameter(Mandatory = $false, HelpMessage = "Specified the output folder, deafult to current folder.")]
[string]
$outputFolder,
Expand Down

0 comments on commit 72b447e

Please sign in to comment.