msgraph-sdk-dotnet
msgraph-sdk-dotnet copied to clipboard
Ability to Delete profilePhotos
Please add support for "Delete" on the photo endpoints.
https://learn.microsoft.com/en-us/graph/api/profilephoto-delete?view=graph-rest-1.0&tabs=http
Support was added on November 2nd https://developer.microsoft.com/en-us/graph/changelog/?search=profilephoto
The corresponding Exchange Online PowerShell UserPhoto cmdlets are getting deactivated soon. Can we please have a working alternative with enough time to test and port our apps to the new supported method?
https://techcommunity.microsoft.com/t5/exchange-team-blog/deprecation-of-exchange-online-powershell-userphoto-cmdlets/ba-p/3955744
- [x] Upload profile picture for logged in user and a group specified by ID - here
- [x] Test delete profile picture using the API - Done and was successful - NO ISSUE with API and workload owners
- [x] Check metadata, the OPenApi file for /me/photo/$ vale delete functionality - Checking the OpenAPI file, delete profile for a group does not exist, neither is delete functionality for user profile photo
- [ ] if 3 above is right, check generation, why is delete method not available
- [x] Considering 1-3 above, this is a metadata issue and reopened this issue on metadata https://github.com/microsoftgraph/msgraph-metadata/issues/593