microsoftgraph / msgraph-metadata

Microsoft Graph metadata captured and used for generating client library code files.
https://graph.microsoft.com
MIT License
105 stars 33 forks source link

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

Open shemogumbe opened 2 months ago

shemogumbe commented 2 months ago

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 commented 1 month ago

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