Skip to content

Add 'synchronization' to ServicePrincipalsWithAppIdRequestBuilder #961

@danielniccoli

Description

@danielniccoli

Is your feature request related to a problem? Please describe the problem.

I'm trying to get the sync jobs using service_principals_with_app_id but it fails with 'ServicePrincipalsWithAppIdRequestBuilder' object has no attribute 'synchronization'

Describe the solution you'd like.

# works 👍
sp = await client.service_principals.by_service_principal_id("741...").synchronization.jobs.get()

# fails ☹️
sp = await client.service_principals_with_app_id("a35...").synchronization.jobs.get()

Additional context?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: API SupportFocused on MS Graph API itselfdependency:metadataAwaiting fix from core dependency project modulepriority:p2Medium. For a p2 bug, generally have a work-around. Bug SLA <=30 daystype:featureNew experience request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions