-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Get-GitHubSecret -Owner psmodule-test-org | ForEach-Object -ThrottleLimit 100 -Parallel { $_ | Remove-GitHubSecret }
Remove-GitHubSecret : Cannot bind argument to parameter 'Environment' because it is an empty string.
At line:1 char:7
+ $_ | Remove-GitHubSecret
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (GitHubSecret:PSObject) [Remove-GitHubSecret], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Remove-GitHubSecret
Version information
na
To reproduce
na
Code snippet
na
Relevant output
na
Copilot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done