msgraph-sdk-python
msgraph-sdk-python copied to clipboard
In Azure SDK/API as an example, Long running operations are performed in the following flow? 1. A URL is returned that can be used to retrieve the result of the...
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release Mypy 1.16 We’ve just uploaded mypy 1.16 to the Python Package Index (PyPI). Mypy...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
### Describe the bug I'm trying to use the above api and when calling it with valid datetime objects, I get this - it seems something is wrong with the...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.5.0 to 8.7.0. Changelog Sourced from importlib-metadata's changelog. v8.7.0 Features .metadata() (and Distribution.metadata) can now return None if the metadata directory exists but not metadata file is...
:bangbang:**_Important_**:bangbang: Check for unexpected deletions or changes in this PR and ensure relevant CI checks are passing. **Note:** This pull request was automatically created by Azure pipelines.
### Describe the bug I am trying to use Ansible to update membership of an Entra group with managed identities in it. It is misbehaving because the list of members...
### Describe the bug I'm having a problem with the `DeviceManagementExportJob`. For about a month now, the export jobs I run through the Microsoft Graph API often don't complete. Every...
### Describe the bug Simply just importing one of the class request builders is enough to trigger a deprecation warnings. The reproduction steps below will output 3 different deprecation warnings,...
### Describe the bug When attempting to use the request_configuration parameter with the .get() method on a MessagesRequestBuilder (specifically graph_client.users.by_user_id(...).mail_folders.by_mail_folder_id(...).messages.get()), providing a lambda function or a named function to configure...