microsoftgraph / msgraph-sdk-serviceissues

Tracks service issues for follow up.
5 stars 0 forks source link

Incorrect URL for operations #5

Open ghost opened 5 years ago

ghost commented 5 years ago

Expected behavior

When attempting to validate a domain the operation return a valid result from the API

Actual behavior

Currently the operation is unsuccessful because the request is being sent to https://graph.microsoft.com/v1.0/domains/mydomain.com/microsoft.graph.verify instead of https://graph.microsoft.com/v1.0/domains/mydomain.com/verify.

This appears to be an issue with the following operations

forceDelete verify verifyWindowsEnrollmentAutoDiscovery getEffectivePermissions

Since this is auto-generated code I have not submitted a pull request to address the issue.

Steps to reproduce the behavior

Use the Microsoft Graph Java SDK to verify a domain

MIchaelMainer commented 5 years ago

@NakulSabharwal We generate the FQN of actions in the case that we get additional namespaces, we avoid collisions. It appears that the domains endpoint is not supporting FQNs. This is an issue that needs to be addressed by domains API.

This will also be an issue for the https://github.com/microsoftgraph/msgraph-sdk-dotnet

MIchaelMainer commented 5 years ago

Thank you @isaiahwilliams for bringing this to our attention.

petrhollayms commented 3 months ago

Thank you for reporting this issue. This appears to be an issue or limitation with the service APIs. 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

For now, we will close the issue on our side but feel free to open it in the relevant repository if you think the issue is specific to SDK. Please let us know if this helps!

Note: We will close this repository on April 19, 2024.