Skip to content

Commit 634f903

Browse files
authoredOct 17, 2018
Fixing creation script (Azure#4901)
* Fixing creating script * unused line
1 parent 4edbf09 commit 634f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/HelperUtilities/psScripts/Create-AutoRestCodeGenerationScript.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Param(
2525
[string] $ResourceProvider,
2626
[Parameter(Mandatory = $true, HelpMessage="Directory path where the script should get generated. It should usually be right next to csproj for the sdk project. Eg: <some_path>\src\SDKs\Compute\Management.Compute\")]
2727
[string] $ScriptPath,
28-
[Parameter(Mandatory = $false, HelpMessage="If path for the sdk directory has not been properly set up in the config file, use this param to set it explicitly. It is recommended to set the --csharp-sdks-folder in the config file, this is a worst case backdoor. Eg: $PSScript\Generated")]
28+
[Parameter(Mandatory = $false, HelpMessage="If path for the sdk directory has not been properly set up in the config file, use this param to set it explicitly. It is recommended to set the `--csharp-sdks-folder` in the config file, this is a worst case backdoor. Eg. PSScript\Generated")]
2929
[string] $SdkGenerationDirectory
3030
)
3131

0 commit comments

Comments
 (0)
Please sign in to comment.