msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
Microsoft Graph client library for Python
get returns all fields, select provides values, all non selected fields returned with 'None' value
**Environment** - Python Version: 3.11.6 - msgraph-core version: 1.0.0.a4 - OS: MacOS 14.2.1 M2 **Stack trace (if available)** Screenshot or `formatted` copy and paste of your stack trace. **Describe the...
The typing information in this library is not available for projects that import it. This is because it does not comply with [PEP 561](https://peps.python.org/pep-0561/) which requires a `py.typed` file in...
**Describe the bug** DeviceCodeCredential.get_token failed: Authentication failed: AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'. Trace ID: 22c04acd-a816-42bc-bb4f-5f1c8dcb4c02 Correlation ID: 3c90998d-702c-4bd9-9ae3-02eeb373883b Timestamp: 2022-12-01 19:02:02Z Content: {"error":"invalid_client","error_description":"AADSTS7000218:...
For those of you still sticking with version 0.2.2 of this library due to its continuous 'preview' phase, just heads up this lib is not thread safe. As in, do...

Why users cannot change/edit assigned on bugs item, or add reviewers on PR? Stop treating this repo as a closed project. ## Analyze * Automatically assign a bug on yourself...
**Is your feature request related to a problem? Please describe.** • The `client.multivariate.models.get()` returns a pageable list of models, meaning that when there are more models than were returned in...
**Describe the bug** Trying to use python SDK for getting email from a particular mailbox using a daemon. Permissions are being set via RBAC exchange permissions instead of delegated or...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @tspencer244 in...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.1.0 to 8.0.0. Changelog Sourced from importlib-metadata's changelog. v8.0.0 Deprecations and Removals Message.getitem now raises a KeyError on missing keys. (#371) Removed deprecated support for Distribution subclasses...