aws/aws-tools-for-powershell

The AWS.Tools.Installer command Install-AWSToolsModule description is incorrect.

Closed this issue · 2 comments

Describe the issue

Right now the AWS.Tools.Installer module command's Install-AWSToolsModule description shows:

This cmdlet uses Install-Module to install AWS.Tools modules. Unless -SkipUpdate is specified, this cmdlet also updates all other currently installed AWS.Tools modules to the version being installed.

This is incorrect. On inspection of the code, there are no references to Install-Module, it appears that was removed in a previous update.

Links

https://docs.aws.amazon.com/powershell/latest/reference/items/Install-AWSToolsModule.html

@KaylorDave Upon insvestigation of the Install-AWSToolsModule code, it does call Install-Module to install the PowerShell modules. Please review.

Thanks,
Ashish

This issue has not received a response in 5 days. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.