microsoftgraph / microsoftgraph/msgraph-sdk-python
Invalid key: UserExtend for enum AccessPackageRequestType
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Python
- Estrelas
- 630
- Forks
- 96
- Merge médio
- 15h 20min
- PRs com merge (30d)
- 3
Descrição
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
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.