aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
239 stars 79 forks source link

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

Closed KaylorDave closed 1 year ago

KaylorDave commented 1 year ago

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

ashishdhingra commented 1 year ago

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

Thanks, Ashish

github-actions[bot] commented 1 year ago

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.