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
235 stars 78 forks source link

Support Update-Help in AWSPowerShell.NetCore module #211

Closed dave-007 closed 2 years ago

dave-007 commented 3 years ago

Description

Unable to run command Update-Help -Module AWSPowerShell.NetCore successfully. Unable to use PowerShell help system for many commands.

Reproduction Steps

  1. Attempt to update help for the module.
    Update-Help -Module AWSPowerShell.NetCore

    This returns an error:

Update-Help: Failed to update Help for the module(s) :
'AWSPowerShell.NetCore'
The Update-Help command failed because the specified module does not support updatable help. Use Get-Help -Online or look online for help for the commands in this module.

Able to run Get-Help for some commands and get a result (e.g. Get-Help New-S3Bucket) . Sometimes a local help result is unavailable but adding the -Online parameter opens the correct docs pages. But more often running either of these commands starts a search for help that times out. (e.g. Get-Help Set-AWSDefaultRegion)

Environment


This is a :bug: bug-report

github-actions[bot] commented 2 years ago

We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.