This gives me prompt to confirm my action, even if I mentioned -Confirm:$false
Expected behavior
Reset-SecretStore should complete without user prompt when -Confirm:$false is mentioned.
Actual behavior
❯ Reset-SecretStore -Scope CurrentUser -Authentication None -Confirm:$false
WARNING: !!This operation completely removes all SecretStore module secrets and resets configuration settings to new values!!
Reset SecretStore
Are you sure you want to erase all secrets in SecretStore and reset configuration settings to default?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A
Prerequisites
Steps to reproduce
This sets the secret store configuration. Now I want to reset it.
Reset-SecretStore -Scope CurrentUser -Authentication None -Confirm:$false
This gives me prompt to confirm my action, even if I mentioned
-Confirm:$false
Expected behavior
Actual behavior
Error details
No response
Environment data
Version
1.0.0
Visuals
No response