microsoftgraph / microsoftgraph/msgraph-sdk-python

Invalid key: UserExtend for enum AccessPackageRequestType

Aberta
#838 4 comentários 0 reações 1 responsável Ver no GitHub

Ninguém assumiu esta issue ainda.

dependency:metadata type:bug
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

Abrir o guia de contribuição

Primeiros passos

  1. Leia a issue inteira e depois o guia de contribuição do projeto.
  2. Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
  3. Faça um fork do repositório e trabalhe em uma branch.
  4. Abra um pull request que referencie o número da issue.

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.