Skip to content

Commit 53b8f6b

Browse files
committed
Remove changes
1 parent 3b8dede commit 53b8f6b

File tree

6 files changed

+0
-235
lines changed

6 files changed

+0
-235
lines changed

src/.csproj

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

src/Az..psd1

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

src/ChangeLog.md

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

src/Properties/AssemblyInfo.cs

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

src/src.sln

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

tools/BuildScripts/AdaptAutorestModule.ps1

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,13 @@ if ($ModuleRootName -in $rootToParentMap.keys) {
5050
$parentModuleName = $rootToParentMap[$ModuleRootName]
5151
}
5252

53-
Write-Host
54-
5553
$subModuleNameTrimmed = $SubModuleName
5654
$SubModuleName = "$SubModuleName.Autorest"
5755
$moduleRootPath = Join-Path $SourceDirectory $ModuleRootName
5856
$parentModulePath = Join-Path $moduleRootPath $parentModuleName
5957
$subModulePath = Join-Path $moduleRootPath $SubModuleName
6058
$slnPath = Join-Path $moduleRootPath "$ModuleRootName.sln"
6159

62-
Write-Host "SubModuleName: $SubModuleName"
63-
Write-Host "ModuleRootName: $ModuleRootName"
64-
Write-Host "parentModuleName: $parentModuleName"
65-
Write-Host "moduleRootPath: $moduleRootPath"
66-
Write-Host "parentModulePath: $parentModulePath"
67-
Write-Host "subModulePath: $subModulePath"
68-
6960
Write-Host "Adapting $SubModuleName to $ModuleRootName ..." -ForegroundColor DarkGreen
7061

7162
<#

0 commit comments

Comments
 (0)