When an API path such as /teams/{team-id}/allChannels contains All, AutoREST.PowerShell drops the All in the resultant command name - Get-TeamChannel. This causes conflicts with API paths such as /teams/{team-id}/Channels, as we end up generating a single command (Get-TeamChannel) that calls two different APIs with the same parameter set.