You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changes to Write-ModuleStubFile.ps1
- Create aliases for cmdlets in the stubbed module which have aliases (issue #1224).
- Use a string builder to build the function stubs.
- Fixed formatting issues for the function to work with modules other than SqlServer.
Details of the scenario you tried and the problem that is occurring
Aliases from the module which the stubs are created from are missing.
Verbose logs showing the problem
N/A
Suggested solution to the issue
Use
Get-Alias
for all cmdlets in the module to determine what aliases should be created.The DSC configuration that is used to reproduce the issue (as detailed as possible)
N/A
SQL Server edition and version the target node is running
N/A
SQL Server PowerShell modules present on the target node
N/A
The operating system the target node is running
N/A
Version and build of PowerShell the target node is running
N/A
Version of the DSC module that was used ('dev' if using current dev branch)
N/A
The text was updated successfully, but these errors were encountered: