-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add back Update-List command
#10922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back Update-List command
#10922
Conversation
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
|
@sdwheeler do you have an updated fwlink for this cmdlet? |
|
@SteveL-MSFT |
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any info on why this cmdlet was removed originally?
|
I don't know why it was originally removed since it should have been compatible since PSCore6. I don't find this cmdlet particularly useful (since you can just call the .NET API in PSScript), but a search on GitHub shows some scripts use it, so we should add it back for parity with WinPS. |
|
🎉 Handy links: |
PR Summary
Re-enable
Update-Listcmdlet bringing parity with WinPS5.1. Added tests.PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.