microsoftgraph / microsoftgraph/msgraph-sdk-python
Add 'synchronization' to ServicePrincipalsWithAppIdRequestBuilder
未關閉
還沒有人認領這個 Issue。
area: API Support
dependency:metadata
priority:p2
type:feature
- 主要語言
- Python
- 星號
- 630
- 分支
- 96
- 平均合併
- 15 小時 20 分鐘
- 30 天內合併 PR
- 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 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先找到 ServicePrincipalsWithAppIdRequestBuilder,並將其可用的導覽屬性與運作中範例所使用的 service-principals builder 進行比較。加入缺少的同步路徑,讓 service_principals_with_app_id(...).synchronization.jobs.get() 可以運作,然後根據回報的範例驗證該請求流程。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- api
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 48/100