Skip to content

Spelling Fixes #27954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/PipelineSteps/BatchGeneration/filter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if ($env:RUN_TEST_ON_ALL_MODULES -eq "True") {
}
else {
Write-Host "Run test on generated folder changed modules"
# Only generated filder change should trigger the test
# Only generated folder change should trigger the test
for ($i = 0; $i -lt $ChangedFiles.Count; $i++) {
if ($ChangedFiles[$i] -match '^generated/([^/]+)/([^/]+\.autorest)/') {
$moduleName = $Matches[2]
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/PipelineSteps/BatchGeneration/prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Write-Host "Total module groups: $($groupedModules.Count)"
$index = 0
$generationTargets = @{}
foreach ($moduleGroup in $groupedModules) {
Write-Host "##[group]Prepareing module group $($index + 1) with $($moduleGroup.Count) modules"
Write-Host "##[group]Preparing module group $($index + 1) with $($moduleGroup.Count) modules"
$mergedModules = @{}
foreach ($moduleName in $moduleGroup) {
Write-Host "Module $($moduleName): $($moduleMap[$moduleName] -join ',')"
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-powershell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
& $prScriptPath -Title $prTitle -HeadBranch $tmpBranchName -BaseBranch $sourceBranchName -BotAccessToken '$(GithubToken)' -Description $prDescription

<#
this commidId will be useful when we push directly to target branch in the future
this commitId will be useful when we push directly to target branch in the future
$commitId = (git rev-parse HEAD)
#>
- template: util/publish-artifacts-steps.yml
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/batch-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
pool: ${{ variables.WindowsAgentPoolName }}
steps:

# TODO: (Bernard) Uncomment the no checkout step after automatically install repo into agnets
# TODO: (Bernard) Uncomment the no checkout step after automatically install repo into agents
# - checkout: none
- checkout: self
fetchDepth: 1
Expand Down