Ryan Yates
Ryan Yates
> And for the RequiredModules, did you noticed that they are loading those manually in Az.psm1 (from line 122): Yes, I had also recommended against this a few times, also...
this also is implemented in another [vscode extension](https://marketplace.visualstudio.com/items?itemName=tobysmith568.run-in-powershell) and should imo be added to the vscode extension cc @SeeminglyScience
I think that this should only allow for a single `author` not a series of `authors` to denote the primary author as opposed to secondary/tertiary authors, which is the current...
@matt-richardson - There were alot of changes made between the initial 1.0.0.1 version of PowerShellGet that was released in the Windows 10 RTM (& WMF 5) and the 1.0.0.1 version...
> Alias for Recurse is "s" and it is not clear why `-r` works as `-Recurse`. > > I tried some switch parameters in other cmdlets and not found such...
> When you run `Get-ChildItem -r` it will interpret it as the `Recurse` switch parameter. However, if you use the tab autocompetition it suggests `$true` and `$false`. > > ...
As this is related to Azure Functions you would be better placed rasing this issue in the [Azure Functions PowerShell Worker repo](https://github.com/Azure/azure-functions-powershell-worker) as it's likely something to do with how...
I also get this in the 7.3.0 release
I think I have found out where this issue has come from and it is from this PR https://github.com/PowerShell/PowerShell/pull/17722
@wisemoth Get-Help will, when the cmdlet help is complete (which only happens in an ideal world), show you aliases on individual parameters like so `Get-Help Get-ChildItem -Parameter Recurse`  However...