microsoftgraph / microsoftgraph/msgraph-sdk-python
Add 'synchronization' to ServicePrincipalsWithAppIdRequestBuilder
オープン
まだ誰も着手していません。
area: API Support
dependency:metadata
priority:p2
type:feature
- 主要言語
- Python
- スター
- 630
- フォーク
- 96
- 平均マージ
- 15時間 20分
- マージ済み PR(30日)
- 3
説明
Is your feature request related to a problem? Please describe the problem.
I'm trying to get the sync jobs using service_principals_with_app_id but it fails with 'ServicePrincipalsWithAppIdRequestBuilder' object has no attribute 'synchronization'
Describe the solution you'd like.
# works 👍
sp = await client.service_principals.by_service_principal_id("741...").synchronization.jobs.get()
# fails ☹️
sp = await client.service_principals_with_app_id("a35...").synchronization.jobs.get()
Additional context?
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず ServicePrincipalsWithAppIdRequestBuilder を見つけ、利用可能なナビゲーションプロパティを、動作する例で使用されている service-principals builder のものと比較します。不足している同期パスを追加して service_principals_with_app_id(...).synchronization.jobs.get() が動作するようにし、その後、そのリクエストフローを報告された例に照らして検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 48/100