microsoftgraph / microsoftgraph/msgraph-sdk-python

Invalid key: UserExtend for enum AccessPackageRequestType

Offen
#838 4 Kommentare 0 Reaktionen 1 zugewiesene Person Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

dependency:metadata type:bug
Vorherrschende Sprache
Python
Sterne
630
Forks
96
Ø Merge
15 Std. 20 Min.
Gemergte PRs (30 T.)
3

Beschreibung

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

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.