Open
Description
I use the AWSPowerShell.NetCore
singular module and load it as part of my profile.
The PSCloudFormation.psd1 defines
RequiredModules = @('AWS.Tools.Common', 'AWS.Tools.CloudFormation', 'AWS.Tools.EC2', 'AWS.Tools.S3', 'AWS.Tools.SecurityToken')
Modifying the RequiredModules and removing the defined modules, I've been able to make use of PSCloudFormation.
Is it possible to support both AWSPowerShell.NetCore
& AWS.Tools
?
Metadata
Metadata
Assignees
Labels
No labels