You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you are able to reproduce it on the latest released version (we release often)
Verified this bug is not already reported in an issue
Verified errors are not related to permissions
Can reproduce in a clean PowerShell session (clean = powershell -NoProfile)
Describe the bug
Depending on which files/folders exist, running Remove-DcnClone -Confirm:$false still prompts the user. This breaks usage in noninteractive modes.
To Reproduce
I didn't observe how/what made there be other files/dirs to trigger this.
Remove-DcnClone-database MyClone -Confirm:$false
Confirm
The item at C:\clone\MyClone has children and the Recurse parameter was not specified. If you continue, all children will be removed with the item. Are you sure you want to continue?
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"):
Expected behavior
No prompt is issued with Confirm:$false
The text was updated successfully, but these errors were encountered:
Before submitting the bug
powershell -NoProfile
)Describe the bug
Depending on which files/folders exist, running
Remove-DcnClone -Confirm:$false
still prompts the user. This breaks usage in noninteractive modes.To Reproduce
I didn't observe how/what made there be other files/dirs to trigger this.
Expected behavior
No prompt is issued with
Confirm:$false
The text was updated successfully, but these errors were encountered: