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
{{ message }}
This repository was archived by the owner on Apr 28, 2018. It is now read-only.
Throws an error that no matching commands include a parameter named 'whatif' or 'confirm'
What did you expect to happen?:
As a best practice while developing cmdlets for PowerShell, it is recommended to Support ShouldProcess & ConfirmImpact cmdlet attributes.
Output of
$PSVersionTable(from a powershell process):Output of
ipmo Docker; (module Docker).Version.ToString()(from a powershell process):Steps to reproduce the issue:
What actually happened?:
Throws an error that no matching commands include a parameter named 'whatif' or 'confirm'
What did you expect to happen?:
As a best practice while developing cmdlets for PowerShell, it is recommended to Support ShouldProcess & ConfirmImpact cmdlet attributes.
Additional information:
Creating a Cmdlet that Modifies the System