Get-MgTeamChannel -TeamId -ChannelId fails with Parameter set cannot be resolved using the specified named parameters.
The is caused by the recent of addition of /teams/{team-id}/allChannels API which cause AutoREST to drop the All hence a conflict with /teams/{team-id}/Channels.
As a patch, we should add a directive to rename the wrongly named Get-MgTeamChannel to Get-MgAllTeamChannel.
A long-term fix will be provided by AutoREST.PowerShell in Azure/autorest.powershell#1002.