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

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

### Is your feature request related to a problem? Please describe the problem. I'm sorry, but I find this error self inflicted by the graph api, and I think there...

status:waiting-for-triage
type:feature

### Describe the bug I am attempting to filter through all of my App Registrations that have Federated Credentials configured, but am getting an Internal Server Error from the API...

status:waiting-for-triage
type:bug

### Is your feature request related to a problem? Please describe the problem. As outlined in this issue: https://github.com/Azure/azure-sdk-for-python/issues/42898 Given this example code: ```python token_cache_options = TokenCachePersistenceOptions(name="MyApp") if Path("cred.json").exists(): with...

status:waiting-for-triage
type:feature

fixes `Invalid format 'application/octet-stream, application/json' specified` in transcripts request builder.

### Describe the bug I am trying to iterate through a SharePoint list entries/rows for further processing: ... list = await client.sites.by_site_id(site_id).lists.by_list_id(list_id).items.get(request_configuration=request_config) rows = [] for item_id in list.value: fields...

status:waiting-for-triage
type:bug

I am following the same tutorial as in #544 ( [https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad](url) ) and getting the same error. As that issue is closed, I can't re-open it. The error is that...

status:waiting-for-triage

### Describe the bug ChangeNotificationCollection and ChangeNotification are not included in the SDK for python, but are for c# (see c#-example here: https://github.com/microsoftgraph/msgraph-training-changenotifications/blob/ca2b76fb295018595298f85c49e23f8fad96b1c8/demos/03-track-changes/Controllers/NotificationsController.cs#L76C56-L85). ### Expected behavior Import of ``` from...

status:waiting-for-triage
type:bug

### Describe the bug I want to update an access package assignment policy, but whenever the policy includes the requirement for approval (i.e. `is_approval_required_for_add=True`), this fails with an `InvalidModel` error....

status:waiting-for-triage
type:bug

### Describe the bug The kiota-dom-export.txt file is very big (>30MB), and is included in the final release package. That file alone is 12% of the final package size. It...

status:waiting-for-triage
type:bug

### Describe the bug The `defaultDuration` field in the `BookingService` model is being serialized incorrectly due to the behavior of the `write_timedelta_value` method in the `json_serialization_writer.py` module. According to the...

status:waiting-for-triage
type:bug