Skip to content

Commit dc85d42

Browse files
azure-powershell-botazurepowershell
andauthored
Sync tools folder from main branch to generation branch (#23679)
Co-authored-by: azurepowershell <[email protected]>
1 parent f6d66c6 commit dc85d42

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tools/Gen2Master/MoveFromGeneration2Master.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Function Move-Generation2Master {
203203
Copy-Item -Path "$DestPath\$ModuleName.Autorest\help\Az.$ModuleName.md" -Destination $HelpFolder -Recurse
204204
New-MarkdownHelp -UseFullTypeName -AlphabeticParamsOrder -Module "Az.$ModuleName" -OutputFolder $HelpFolder
205205
}
206-
} -ArgumentList $ScriptRoot, $ModuleName, $DestPath, $Psd1FolderPostfix
206+
} -ArgumentList $PSScriptRoot, $ModuleName, $DestPath, $Psd1FolderPostfix
207207

208208
$job | Wait-Job | Receive-Job
209209
}

tools/StaticAnalysis/Exceptions/Az.DevCenter/BreakingChangeIssues.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)