PowerShell/test/powershell/Modules
Steve Lee b06ad6aa61 Enable discovering modules that have names same as a culture (e.g. Az) (#8777)
Here are the major changes:
- Add logic to skip checking for possible resource directories for the first set of sub directories from the top level.
- There was an additional skip if the folder is hidden, rather than doing an explicit attribute check, change the `EnumerationOption` to skip hidden folders.
- Since the `IsPossibleModuleDirectory()` helper now only checks to see if the name matches a culture, renamed to `IsPossibleResourceDirectory()`
- When getting the default modules, we don't search recursively into individual module folders, so removed additional check for possible resource directory.
2019-02-20 12:23:27 -08:00
..
CimCmdlets Add VSTS CI for Windows (#7536) 2018-08-17 22:06:51 -07:00
Microsoft.PowerShell.Core Enable discovering modules that have names same as a culture (e.g. Az) (#8777) 2019-02-20 12:23:27 -08:00
Microsoft.PowerShell.Diagnostics Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Microsoft.Powershell.Host Add -UseMinimalHeader to Start-Transcript to minimize transcript header (#8402) 2018-12-20 11:12:14 -08:00
Microsoft.PowerShell.LocalAccounts Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Microsoft.PowerShell.Management Enable creating relative symlinks on Windows with New-Item (#8783) 2019-02-07 11:44:23 -08:00
Microsoft.PowerShell.Security Correctly capitalize the ForEach operator in *.ps1 (#8583) 2019-01-06 17:00:56 +05:00
Microsoft.PowerShell.Utility Add configurable maximum depth in ConvertFrom-Json with -Depth (#8199) 2019-02-20 10:37:37 +05:00
Microsoft.WSMan.Management Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
PackageManagement Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
PowerShellGet Update PowerShellGet to 2.0.0 (#7831) 2018-09-24 14:58:13 -07:00
PSDesiredStateConfiguration Use new Pester syntax for Pester tests in module PSDesiredStateConfiguration (#6622) 2018-04-25 17:29:40 -07:00
PSDiagnostics Adding tests for PSDiagnostics Module (#8431) 2019-01-16 14:59:35 -08:00
PSReadLine Save modules to un-versioned folder to enable servicing (#7518) 2018-08-14 10:15:05 -07:00
ThreadJob Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00