We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df74141 commit 2dee6bbCopy full SHA for 2dee6bb
tools/BuildScripts/AdaptAutorestModule.ps1
@@ -50,7 +50,7 @@ if ($ModuleRootName -in $rootToParentMap.keys) {
50
51
$moduleRootPath = Join-Path $SourceDirectory $ModuleRootName
52
$subModuleNameTrimmed = $SubModuleName
53
-$subModuleName = Get-ChildItem -Path $moduleRootPath -Directory | Where-Object { $_.Name -match "${subModuleNameTrimmed}\." } | ForEach-Object { $_.Name }
+$subModuleName = Get-ChildItem -Path $moduleRootPath -Directory | Where-Object { $_.Name -match "${subModuleNameTrimmed}\.Autorest" } | ForEach-Object { $_.Name }
54
55
$parentModulePath = Join-Path $moduleRootPath $parentModuleName
56
$subModulePath = Join-Path $moduleRootPath $SubModuleName
0 commit comments