-
Notifications
You must be signed in to change notification settings - Fork 513
Unapproved verbs warning in latest preview #2626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unapproved verbs warning in latest preview #2626
Comments
That's from PowerShell/PowerShellEditorServices#1255. Ideally we can either import the module with |
@TylerLeonhardt FYI if you wanted to go with my suggestion from the PR, you could skip all the ALC problems by just resolving the cmdlet type with |
Ugh |
fix out for this |
System Details
System Details Output
Issue Description
I see this after update, maybe you renamed something or do not provide the suppress warning switch on load anymore?
WARNING: The names of some imported commands from the module 'PowerShellEditorServices' include unapproved verbs that might make
them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
Expected Behaviour
No warnings are output into my console.
Actual Behaviour
A warning is shown.
Attached Logs
Follow the instructions in the troubleshooting docs
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: