Skip to content

Commit 0d3efbd

Browse files
azure-sdkantkmsft
andauthored
Sync eng/common directory with azure-sdk-tools for PR 7334 (Azure#22068)
* Fix typo * Update TypeSpec-Project-Generate.ps1 --------- Co-authored-by: Anton Kolesnyk <[email protected]>
1 parent 1e7c204 commit 0d3efbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/common/scripts/Cadl-Project-Generate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ param (
66
[ValidateNotNullOrEmpty()]
77
[string] $ProjectDirectory,
88
[Parameter(Position=1)]
9-
[string] $CadlAdditionalOptions ## addtional cadl emitter options, separated by semicolon if more than one, e.g. option1=value1;option2=value2
9+
[string] $CadlAdditionalOptions ## additional cadl emitter options, separated by semicolon if more than one, e.g. option1=value1;option2=value2
1010
)
1111

1212
$ErrorActionPreference = "Stop"
@@ -98,4 +98,4 @@ finally {
9898
$shouldCleanUp = $configuration["cleanup"] ?? $true
9999
if ($shouldCleanUp) {
100100
Remove-Item $tempFolder -Recurse -Force
101-
}
101+
}

eng/common/scripts/TypeSpec-Project-Generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ param (
55
[Parameter(Position=0)]
66
[ValidateNotNullOrEmpty()]
77
[string] $ProjectDirectory,
8-
[string] $TypespecAdditionalOptions = $null, ## addtional typespec emitter options, separated by semicolon if more than one, e.g. option1=value1;option2=value2
8+
[string] $TypespecAdditionalOptions = $null, ## additional typespec emitter options, separated by semicolon if more than one, e.g. option1=value1;option2=value2
99
[switch] $SaveInputs = $false ## saves the temporary files during execution, default false
1010
)
1111

0 commit comments

Comments
 (0)