-
Notifications
You must be signed in to change notification settings - Fork 173
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
Missing Remove-* functions on various owner objects. #660
Comments
This is missing from the OpenAPI document that the SDK is generated from. I've opened an issue for the appropriate team to fix this here microsoftgraph/microsoft-graph-devx-api#567. As a workaround, you could use Invoke-GraphRequest -Method 'Delete' -Uri "https://graph.microsoft.com/v1.0/applications/$appId/owners/$ownerId/`$ref" |
Thanks @peombwa . Also it's not just the ref types, I think it's missing these as well:
|
Hey @peombwa ,
In the meantime, I am trying to use your mentioned workaround. |
Additionally, the links within the mapping table are somehow available (404) or have a wrong linking: Not available (404):
The documentation for the module Wrong linking (404):
The |
Hi @kaiaschulz . You are right, the issue was not resolved. A fix was deployed back in August, but it seems like we are still missing "delete operations" in the OpenAPI document. So, I've raised a new issue and I'm engaging with that team to get this fixed as soon as possible. |
Call :
Get-Command -Module Microsoft.Graph* *owner*
The following objects have a New function, but don't seem to have a Remove function:
They are included in the Graph API, for instance, the delete method for MgApplicationOwnerByRef: https://docs.microsoft.com/en-us/graph/api/application-delete-owners?view=graph-rest-1.0&tabs=http
AB#9384
The text was updated successfully, but these errors were encountered: