When working on the issue #3812 I found out that the command spo list webhook list still contains the deprecated options id and title, which are replaced by listId and listTitle. I've also noticed that these properties still exist in the v6 branch, so I think that they should be removed.
When checking the code, following commands still have deprecated options:
| Command |
Deprecated options |
spo list webhook list |
title &id |
spo site add |
allowFileSharingForGuestUsers |
teams team set |
displayName |
spo listitem list |
id & title |
According the docs, following commands have depracted options:
| Command |
Deprecated options |
planner plan get |
planTitle & planId |
planner task get |
taskId |
spo list webhook list |
id & title |
spo site add |
allowFileSharingForGuestUsers |
teams team clone |
displayName |
teams team set |
displayName |
When working on the issue #3812 I found out that the command
spo list webhook liststill contains the deprecated optionsidandtitle, which are replaced bylistIdandlistTitle. I've also noticed that these properties still exist in the v6 branch, so I think that they should be removed.When checking the code, following commands still have deprecated options:
spo list webhook listtitle&idspo site addallowFileSharingForGuestUsersteams team setdisplayNamespo listitem listid&titleAccording the docs, following commands have depracted options:
planner plan getplanTitle&planIdplanner task gettaskIdspo list webhook listid&titlespo site addallowFileSharingForGuestUsersteams team clonedisplayNameteams team setdisplayName