msgraph-sdk-python
msgraph-sdk-python copied to clipboard
### Is your feature request related to a problem? Please describe the problem. I'm trying to get the sync jobs using `service_principals_with_app_id` but it fails with `'ServicePrincipalsWithAppIdRequestBuilder' object has no...
### Describe the bug I'm trying to create a `BookingBusiness` with a `language_tag` "nl-BE" or "fr-FR". But none of these values actually persist when doing the `post` call. It defaults...
### Describe the bug The InMemoryBackingStore class is experiencing an infinite loop when setting values. This occurs because the set method subscribes a lambda function that calls set again, which...
### Describe the bug I am trying to [retrieve deltas using Timestamp](https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=python#request-3) using the python SDK. The `DeltaRequestBuilderGetQueryParameters` does not accept the `token` parameter as described in the docs. ###...
Please see details in the following PR: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9457
Involves updating our [pyproject.toml](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/pyproject.toml) to use Poetry and our GitHub build workflows to use poetry as used in [Kiota Python's build workflow](https://github.com/microsoft/kiota-python/blob/main/.github/workflows/build.yml) Update https://github.com/microsoftgraph/msgraph-sdk-python-core and https://github.com/microsoftgraph/msgraph-beta-sdk-python
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:...
Bumps the pylint group with 1 update: [pylint](https://github.com/pylint-dev/pylint). Updates `pylint` from 3.3.8 to 3.3.9 Commits 4cab7ca Bump pylint to 3.3.9, update changelog 81fb483 [Backport maintenance/3.3.x] Extend catching of ValueError to...
### Describe the bug ``` request_body = ExportResultPostRequestBody( display_name = "Export 4", export_criteria = ExportCriteria.PartiallyIndexed, export_location = ExportLocation.ResponsiveLocations | ExportLocation.NonresponsiveLocations, additional_options = AdditionalOptions.AdvancedIndexing | AdditionalOptions.SubfolderContents | AdditionalOptions.AllItemsInFolder | AdditionalOptions.ListAttachments |...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...