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

Microsoft Graph client library for Python

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

I am writing a custom MS Graph API wrapper package that follows the principle of least privilege, where each module in my package instantiates a GraphClient with its own necessary...

bug

[AB#13319](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/13319) For a variety of reasons, collections of entities are often split into pages and each page is returned with a URL to the next page. Sometimes, page granularity provided...

enhancement
P1
UserStory

[AB#13322](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/13322) Developers should be able to use versions of the Microsoft Graph Python SDK for access both Beta and V1 endpoints of the Microsoft Graph API.

enhancement
P1
UserStory

[AB#13318](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/13318) Uploading a large file can be done by creating an upload session which allows the upload of slices of the file in sequential API requests. This therefore enables the...

enhancement
P1
UserStory

[AB#13240](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/13240) Developers should be able to leverage the functionality provided on by the Azure Identity Library to authenticate their applications allowing them to: - Use identity-based authentication - Choose a...

area: authentication
P1
UserStory

**Describe the bug** Hi, I am trying to use the sdk from an Azure Automation Python Runbook using a system-assigned identity. From the sdk code example i see that any...

bug

**Describe the bug** When using the old GraphRBACManagement client to list all applications, the response is detailed here: https://docs.microsoft.com/en-us/python/api/azure-graphrbac/azure.graphrbac.models.application(class)?view=azure-python In the new GraphClient, calling a get on '/applications' returns the...

bug

I tried to follow the steps in the README, but when I run `client.get('/me')`, I always get `AADSTS50011: The reply URL specified in the request does not match the reply...

bug