Description
Describe the feature
Add Repository parameter to Install-AwsToolsModule.
Use Case
Currently, the code is hard-coded to use PSGallery:
> Install-AWSToolsModule -Name Aws.Tools.SSO
Exception: Could not find AWS.Tools module on PSGallery: Aws.Tools.SSO
This does not work because we use Artifactory at work and can't access PowerShellGallery directly.
If a Repository
parameter is added, I can supply the name of the internal PowerShell repository.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS Tools for PowerShell version used
AWS.Tools.Installer v. 1.0.2.4
PowerShell version used
Name Value
PSVersion 7.2.5
PSEdition Core
GitCommitId 7.2.5
OS Microsoft Windows 10.0.17763
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Operating System and version
Windows 10