microsoftgraph / microsoftgraph/msgraph-sdk-python
Invalid key: UserExtend for enum AccessPackageRequestType
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 630
- 分支
- 96
- 平均合併
- 15 小時 20 分鐘
- 30 天內合併 PR
- 3
描述
Describe the bug
If my program is attempting to get all access package assignment requests, and comes across a request that has Request Type "UserExtend" it will throw and exception with the error stated in the title.
This type has been documented as a supported type in AccessPackageAssignmentRequest, but is not implemented in the AccessPackageRequestType.
Expected behavior
When making the call to retrieve all access package requests, it should return all requests - of all types, and not throw an exception.
How to reproduce
Requirement: Have an access package request of type "UserExtend" and an initialized GraphServiceClient.
then execute the code:
access_package_requests= await graph_client.identity_governance.entitlement_management.assignment_requests.get()
SDK Version
1.5.3
Latest version known to work for scenario above?
No response
Known Workarounds
None. Enum type is not implemented.
Debug output
No response
Configuration
No response
Other information
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
評估
這個 Issue 還沒有評估資料。