Currently the command teams channel add identifies the Microsoft Teams Team to add the channel using teamId. To make it more human readable, let's add teamName as an option as well. Specify either teamId or teamName 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 addidentifies the Microsoft Teams Team to add the channel usingteamId. To make it more human readable, let's addteamNameas an option as well. Specify eitherteamIdorteamNamebut not both.If we find multiple items matching the teamName, return an error with the list of matching items and their IDs to disambiguate.