Skip to content

Get-MgTeamChannel fails with Parameter set cannot be resolved using the specified named parameters. #1561

@peombwa

Description

@peombwa

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions