microsoftgraph / microsoftgraph/msgraph-sdk-python

Invalid key: UserExtend for enum AccessPackageRequestType

Ouverte
#838 4 commentaires 0 réactions 1 personne assignée Voir sur GitHub

Personne n'a encore pris cette issue.

dependency:metadata type:bug
Langage dominant
Python
Étoiles
630
Forks
96
Merge moyen
15 h 20 min
PR mergées (30 j)
3

Description

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

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.