Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Update-MgServicePrincipalSynchronizationJobSchema

オープン
#3,391 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 2 日以内に返信

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
powershell
領域
api

調査の方向性

Update-MgServicePrincipalSynchronizationJobSchema から始めて、同期スキーマエンドポイント向けに生成されたリクエストを調査し、そのメソッドをリンク先の Microsoft Graph ドキュメントと比較します。-Debug を付けてコマンドを再現し、リクエストが PATCH ではなく PUT を使用していることを確認します。

索引モデルが issue の本文から書いたものです。

説明

Dependency: metadata-issue type:bug
Describe the bug

I was really struggling with getting this command to work. When running it with the -Debug switch it was noticed:

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:

PATCH

Absolute Uri:

https://graph.microsoft.com/beta/servicePrincipals//synchronization/jobs//schema

This is a PUT endpoint, not a PATCH endpoint per:
https://learn.microsoft.com/en-us/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0&tabs=http

I had to switch to using Invoke-MgGraphRequest to unblock me in this space

Expected behavior

PUT calls

How to reproduce

Update-MgServicePrincipalSynchronizationJobSchema -Debug

SDK Version

No response

Latest version known to work for scenario above?

2.30.0

Known Workarounds

Non

Debug output
Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
主要言語
C#
スター
898
フォーク
230
平均マージ
2日 5時間
マージ済み PR(30日)
31

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoftgraph/msgraph-sdk-powershell のほかの issue

microsoftgraph/msgraph-sdk-powershell の issue をすべて見る

似ている issue

C# の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。