We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to patch syncrhonization jobs:
Would be good to add an update restriction on metadata to disallow Patch since the docs only specify that updates should be using PUT: https://learn.microsoft.com/en-us/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0&tabs=http
This leads to a scenario such as:
await client.service_principals.by_service_principal_id(service_principal_id).synchronization.jobs.by_synchronization_job_id(synchronizationJob_id).schema.patch(schema)
which is unsupported giving a 404
The text was updated successfully, but these errors were encountered:
Hello, do you know if this request will be processed soon? Best regards, Dominique
Sorry, something went wrong.
irvinesunday
No branches or pull requests
Unable to patch syncrhonization jobs:
Would be good to add an update restriction on metadata to disallow Patch since the docs only specify that updates should be using PUT:
https://learn.microsoft.com/en-us/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0&tabs=http
This leads to a scenario such as:
which is unsupported giving a 404
The text was updated successfully, but these errors were encountered: