msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
Microsoft Graph client library for Python
### Describe the bug `NationalClouds` is defined in https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/e54022acf0b0779ad471d324dae460175408d2c3/src/msgraph_core/_enums.py#L33-L43 where all values are prefixed by `https`, however, since we pass them as allowed hosts to the `AzureIdentityAuthenticationProvider` by default in...
### Describe the bug When I run `mypy` against my project that uses the `msgraph_core` library, I get an error indicating that the library has no type information: ``` my/code.py:1:...
### Describe the bug I'm trying to list applications filtered by particular IDs - there's loads of them so I'm using a batch request with 15 filters at a time...
### Describe the bug I'm trying to send a batch request from `UsersRequestBuilder` and `GroupsRequestBuilder` objects that use the `ConsistencyLevel: eventual` header. The `RequestInformation` objects loaded in the `BatchRequestContent` include...
### Describe the bug Trying to add batch request steps with custom request IDs so that I can track the responses, however the custom request ID is always overridden to...
### Describe the bug Using MSGRAPH to retrieve specific item information using functions `client().sites.by_site_id(site_id).lists.by_list_id(folder.id).items.get()` some files have DateTime format in FileSizeDisplay field, using main HTTP API this value is correct...
### Describe the bug While uploading a large file using `LargeFileUploadTask` to a SharePoint drive location, if the overall file size is less than the max_chunk_size defined (e.g uploading a...
### Describe the bug I am using LargeFileUploadTask to upload files to a sharepoint directory using the following code. The file is uploaded in visible in the sharepoint, but the...
Customers are encountering CAE exceptions thrown by the Microsoft Graph API due to an issue on the API side. We should provide a way for customers to control whether the...