microsoftgraph / microsoftgraph/msgraph-metadata

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

Open
#676 1 comment 0 reactions 1 assignee View on GitHub

@irvinesunday is already working on this.

Since Sep 3, 2024.

ToTriage
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.