Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'msgraph_beta.generated.models.submission_category' #2773

Closed
megadodo100 opened this issue Dec 12, 2024 · 1 comment
Closed
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@megadodo100
Copy link

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 ```
</details>


### Configuration

Ubuntu 22.04.5 LTS, x64

### Other information

_No response_
@megadodo100 megadodo100 added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Dec 12, 2024
@megadodo100
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant