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

Service Principals -> Synchronization->jobs-> schema has no Patch method #676

Open
shemogumbe opened this issue Sep 3, 2024 · 1 comment
Assignees
Labels

Comments

@shemogumbe
Copy link

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

@dominique-lambert-OBS
Copy link

Hello,
do you know if this request will be processed soon?
Best regards,
Dominique

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