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

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

Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.3. Changelog Sourced from cryptography's changelog. 46.0.3 - 2025-10-15 * Fixed compilation when using LibreSSL 4.2.0. .. _v46-0-2: 46.0.2 - 2025-09-30 Updated Windows, macOS, and...

dependencies
python

### Describe the bug The field in question is for Conditional Access Policies (`https://graph.microsoft.com/v1.0/identity/conditionalAccess/policies`): `conditions.authenticationFlows.transferMethods`. When specified in a policy, the graph API returns this field as a comma-separated string,...

status:waiting-for-triage
type:bug

## Problem The following API endpoint stopped working as expected after 2025/09/22: `https://graph.microsoft.com/beta/copilot/users/:user_id/onlineMeetings/:meeting_id/aiInsights` After 2025/09/22, requests now return: ```json { "error": { "code": "BadRequest", "message": "Value cannot be null. (Parameter...

status:waiting-for-triage

### Describe the bug --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[3], [line 3](vscode-notebook-cell:?execution_count=3&line=3) 1 import asyncio 2 from azure.identity.aio import ClientSecretCredential ----> [3](vscode-notebook-cell:?execution_count=3&line=3) from msgraph_beta import GraphServiceClient ModuleNotFoundError:...

status:waiting-for-triage
type:bug