Currently the command teams channel list identifies the Microsoft Teams Team by it's id teamId. To make it more human friendly let us extend this command to have option teamName as well.
Specify teamName or teamId but not both.
If we find multiple items matching the teamName, return an error with the list of matching items and their IDs to disambiguate.
Currently the command
teams channel listidentifies the Microsoft Teams Team by it's idteamId. To make it more human friendly let us extend this command to have optionteamNameas well.Specify
teamNameorteamIdbut not both.If we find multiple items matching the teamName, return an error with the list of matching items and their IDs to disambiguate.