File tree 2 files changed +1
-4
lines changed
.azure-pipelines/PipelineSteps/BatchGeneration
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ foreach ($moduleName in $sortedModuleNames) {
96
96
$date = Get-Date - Format " dd/MM/yy"
97
97
$newChangeLogEntry = " * Autorest version: $AutorestVersion - $date "
98
98
$changeLogContent.Insert (1 , $newChangeLogEntry )
99
- Set-Content $changelogPath - Value $changeLogContent
99
+ Set-Content $changeLogPath - Value $changeLogContent
100
100
$moduleResult.Changed = " Yes, Autorest Change Log Updated"
101
101
Write-Host " New change log entry added to $changeLogPath "
102
102
}
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ Import-Module $utilFilePath -Force
9
9
10
10
$srcPath = Join-Path $RepoRoot ' src'
11
11
$moduleMap = Get-AutorestV4ModuleMap - srcPath $srcPath
12
- $moduleMap = @ {
13
- " DeviceRegistry" = @ (" DeviceRegistry.Autorest" )
14
- }
15
12
Write-Host " Total matched modules: $ ( $moduleMap.Count ) "
16
13
17
14
$modules = @ ($moduleMap.Keys | Sort-Object )
You can’t perform that action at this time.
0 commit comments