No module named 'msgraph_beta.generated.models.submission_category' #2773
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
When following this article:
https://learn.microsoft.com/en-us/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta&tabs=python
I receive an import error for:
from msgraph_beta.generated.models.submission_category import SubmissionCategory
The error:
No module named 'msgraph_beta.generated.models.submission_category'
Using version msgraph_beta_sdk-1.14.0
Expected behavior
the module to load
How to reproduce
run the following in python:
from msgraph_beta.generated.models.submission_category import SubmissionCategory
SDK Version
1.14.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: