Add 'synchronization' to ServicePrincipalsWithAppIdRequestBuilder

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

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

評価

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

調査の方向性

まず ServicePrincipalsWithAppIdRequestBuilder を見つけ、利用可能なナビゲーションプロパティを、動作する例で使用されている service-principals builder のものと比較します。不足している同期パスを追加して service_principals_with_app_id(...).synchronization.jobs.get() が動作するようにし、その後、そのリクエストフローを報告された例に照らして検証します。

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

説明

area: API Support dependency:metadata priority:p2 type:feature
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

主要言語
Python
スター
630
フォーク
96
平均マージ
15時間 20分
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

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

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

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

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