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
For example, the proxy cmdlet for Update-Script takes *Proxy and ProxyCredential cmdlets. Those parameters are discarded because they are unsupported by Update-PSResource.
Should this cause a warning message?
What is the compatibility impact of a Warning message?
Can/Should we add a WhatIf parameter so users can get a warning in the WhatIf output?
Maybe Warning is not the right choice, but adding information to the Verbose stream would help people understand what is happening in the proxy cmdlet.
Summary of the new feature / enhancement
For example, the proxy cmdlet for
Update-Script
takes *Proxy and ProxyCredential cmdlets. Those parameters are discarded because they are unsupported byUpdate-PSResource
.Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: