microsoftgraph / microsoftgraph/msgraph-sdk-python
Invalid key: UserExtend for enum AccessPackageRequestType
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Python
- Star
- 630
- Fork
- 96
- Merge trung bình
- 15 giờ 20 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
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
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.