Joël Kolly
Joël Kolly
Thank you for your message but doesn't work. 
I update SDK to 2.18, but same issue. The issue is related to the body fields, because we can see that the field "TeamDeletionDate" is removed from the request: ...
Thank you @timayabi2020. This is a workaround, but I hope it will be fixed in the future. Here's the working code : ``` $fields = @{fields = @{ "TeamLogs"=""; "TeamDeletionDate"=$null...
Anyone have same issue with SDK 2.28.0 when requesting channel membership ? `Get-MgTeamChannelMember -TeamId $TID -ChannelId $CID` same issue here https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3296
Issue persist with sdk 2.29.0 ! Is there anybody here ? 2 month waiting for a fix... Get-MgTeamChannelMember call https://graph.microsoft.com/v1.0/teams/teamsid/channels/chanelid/allMembers but it works if we invoke the uri with **members**...
Same with Graph SDK 2.31.0 Nobody uses this in the whole world? Strange...
The issue is still present, but the permission used is in application mode.
Same issue here : [https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3321](url)
@MIchaelMainer look my link... i have created a similar issue with the debug parameter so you can investigate my post.