Joël Kolly

Results 9 comments of Joël Kolly

Thank you for your message but doesn't work. ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/46568866/448e4526-c6be-4738-9005-b597ba921bf0)

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: ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/46568866/f32826b0-d5b9-4e80-9589-3309f8820626)...

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.