Missing key UserExtend for Enum AccessPackageRequestType #661
Labels
Area: OpenAPI
An issue related to the OpenAPI library
Area: Workload
priority:p1
High priority but not blocking.
Fixes microsoftgraph/msgraph-sdk-python#838
Raised in python, the missing key UserExtend for Enum AccessPackageRequestType affects all SDKs.
While generation is fine , it maps the enum definition in the OpenAPI file:
To the generated Python Enum Model as:
More Details
The openapi.yaml shows that UserExtend exists in the description, but it does not exist in the definition as shown above.
Workload owner or metadata update required
Checking the description, seems the key has not been added by the workload owner as well:
Solution
Adding this will automatically solve this for all SDKs.
The text was updated successfully, but these errors were encountered: