msgraph-beta-sdk-python
msgraph-beta-sdk-python copied to clipboard
depends on https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/704 effectively the same for this library
:robot: I have created a release *beep* *boop* --- ## [1.34.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.33.0...v1.34.0) (2025-05-20) ### Features * **generation:** update request builders and models ([d9685ba](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/d9685bae4c9647ef6e8886cb19309c85027552c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
### Describe the bug I suspect this is tied in with the issues noted in #741 and microsoftgraph/msgraph-sdk-python#1089 around kiota changes but I'm not exactly sure how. Basically the issue...
### Describe the bug When attempting to get nonInteractiveUser and servicePrincipal sign-ins, we receive one the following error messages when we try to use the filter properties defined in the...
### Describe the bug I am encountering an error attempting to perform a "List" or "Get" operation for Partner Security Alerts. https://learn.microsoft.com/en-us/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta&tabs=python ### Expected behavior A response object should be...
### 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...
Hi team, After reviewing the documentation on [Get all enterprise interactions](https://learn.microsoft.com/en-us/graph/api/aiinteractionhistory-getallenterpriseinteractions?view=graph-rest-beta&tabs=python), I noticed examples demonstrating how to use the Python SDK to interact with this endpoint. However, it seems that...
### Describe the bug When calling a List or Get for detection rules, e.g. `await self.graph_client.security.rules.detection_rules.get()`, you get a `DetectionRuleCollectionResponse`. This response contains a field `detection_action.response_actions` which is a list...
### Describe the bug I am fetching directs via `client.users.by_user_id(user_id).direct_reports.get()`. The list is incomplete for users with *many* directs. Browsing through the code a bit, it seems that this API...
similar to https://github.com/microsoftgraph/msgraph-sdk-python-core/pull/709 those extra files slow down the installation, and can pose security issues like this https://github.com/microsoftgraph/msgraph-sdk-php-core/security/advisories/GHSA-mhhp-c3cm-2r86 directories to be excluded: - .github - docs files to be excluded:...