puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 31 forks source link

Powershell module for Bolt includes a function with restricted characters #125

Closed glennsarti closed 4 years ago

glennsarti commented 4 years ago

Describe the Bug

When loading the the Bolt PowerShell module I receive a warning that it contains functions with restricted charaters. Specifically bolt-inventory-pdb

WARNING: Some imported command names contain one or more of the following restricted characters: # , ( ) {{ }} [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
VERBOSE: The command name 'bolt-inventory-pdb' from the module 'PuppetBolt' contains one or more of the following restricted characters: # , ( ) { } [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
VERBOSE: Importing function 'bolt-inventory-pdb'.

Expected Behavior

No warnings should be thrown

Steps to Reproduce

Import-Module "C:\Program Files\Puppet Labs\Bolt\share\Powershell\Modules\PuppetBolt\PuppetBolt.psd1"

Environment

Additional Context

lucywyman commented 4 years ago

bolt-inventory-pdb was removed in 2.0, so I think this is resolved