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

Microsoft Graph client library for Python

Results 79 msgraph-sdk-python-core issues
Sort by recently updated
recently updated
newest added

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

status:waiting-for-triage
type:bug

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

status:waiting-for-triage
type:bug

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

P1
type:bug
priority:p1

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

P1
type:bug

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

P1
type:bug
priority:p1

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

P1
type:bug
area:serialization
priority:p1

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

P1
type:bug
area:uploads
priority:p1

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

P1
type:bug
area:uploads
priority:p1

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

area: authentication
type:enhancement
goodfirstissue