msgraph-beta-sdk-python icon indicating copy to clipboard operation
msgraph-beta-sdk-python copied to clipboard

Results 44 msgraph-beta-sdk-python issues
Sort by recently updated
recently updated
newest added

depends on https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/704 effectively the same for this library

enhancement
type:enhancement

: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)....

autorelease: pending

### 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...

status:waiting-for-triage
type:bug

### 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...

status:waiting-for-triage
type:bug

### 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...

status:waiting-for-triage
type:bug

### 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...

type:bug
area:documentation

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...

type:bug
area:documentation

### 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...

status:waiting-for-triage
type:bug

### 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...

documentation
type:documentation
area:documentation

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:...

bug
type:bug