Shem Ogumbe

Results 39 issues of Shem Ogumbe

**Is your feature request related to a problem? Please describe.** • The `client.multivariate.models.get()` returns a pageable list of models, meaning that when there are more models than were returned in...

enhancement

## Overview Closes https://github.com/microsoftgraph/msgraph-sdk-python/issues/680 **From** ```python query_params = UsersRequestBuilder.UsersRequestBuilderGetQueryParameters( search=[ f'("displayName:{user_name}" OR "mail:{user_name}" OR "userPrincipalName:{user_name}" OR "givenName:{user_name}" OR "surName:{user_name}" OR "otherMails:{user_name}")' ], ) request_configuration = ( UsersRequestBuilder.UsersRequestBuilderGetRequestConfiguration( query_parameters=query_params, )) request_configuration.headers.add("ConsistencyLevel",...

Not sure this is the best place to raise this, doing so coz it affects all Languages. The docs show than SDKs have deltatoken key that can be used to...

Csharp
Python
PHP
generator
CLI
PowerShell
area:http

Fixes https://github.com/microsoftgraph/msgraph-sdk-python/issues/838 Raised in python, the missing key UserExtend for Enum AccessPackageRequestType affects all SDKs. While generation is fine , it maps the enum definition in the OpenAPI file: ```yaml...

Area: OpenAPI
priority:p1
Area: Workload

**Describe the bug** Snippet https://learn.microsoft.com/en-us/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta&tabs=python has wrong imports paths in line 3 and 4 The correct path ought to be: ```python from msgraph_beta.generated.models.partner.security.security_alert_status import SecurityAlertStatus from msgraph_beta.generated.models.partner.security.security_alert_resolved_reason import SecurityAlertResolvedReason ```...

Unable to patch syncrhonization jobs: Would be good to add an update restriction on metadata to disallow Patch since the docs only specify that updates should be using PUT: https://learn.microsoft.com/en-us/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0&tabs=http...

ToTriage