Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add something like -AutoReconcileProxyConflicts for Graph #2410

Closed
worldsdream opened this issue Nov 6, 2023 · 3 comments
Closed

Add something like -AutoReconcileProxyConflicts for Graph #2410

worldsdream opened this issue Nov 6, 2023 · 3 comments
Assignees
Labels

Comments

@worldsdream
Copy link

Is your feature request related to a problem? Please describe.
We normally used:

Restore-MsolUser -UserPrincipalName "[email protected]" -AutoReconcileProxyConflicts

or

Restore-MsolUser -UserPrincipalName "[email protected]" -NewUserPrincipalName "[email protected]"

More information:
https://learn.microsoft.com/en-us/powershell/module/msonline/restore-msoluser?view=azureadps-1.0

With graph, there is no option to do it with Restore-MgDirectoryDeletedItem.

Describe the solution you'd like
Add a parameter or anything that we can use just like we have with Restore-MsolUser -AutoReconcileProxyConflicts.

@timayabi2020
Copy link
Contributor

@SteveMutungi254

@petrhollayms
Copy link

Hi @worldsdream ,

Thank you for reporting this issue.
I see that the underlying Graph API does not support this operation, see https://learn.microsoft.com/en-us/graph/api/directory-deleteditems-restore?view=graph-rest-1.0&tabs=http

Unfortunately, as the Microsoft Graph SDK team, we do not have ownership of the APIs that are causing you issues. We invite you to create a question about the service API to Microsoft Q&A and tagged with one of the [microsoft-graph-*] tags, that way it will get routed to the appropriate team for them to triage:

https://aka.ms/msgraphsupport or directly https://aka.ms/askgraph

@petrhollayms petrhollayms added Service issue status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close labels Jun 11, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants