-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
area: API SupportFocused on MS Graph API itselfFocused on MS Graph API itselfdependency:metadataAwaiting fix from core dependency project moduleAwaiting fix from core dependency project modulepriority:p2Medium. For a p2 bug, generally have a work-around. Bug SLA <=30 daysMedium. For a p2 bug, generally have a work-around. Bug SLA <=30 daystype:featureNew experience requestNew experience request
Description
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
Labels
area: API SupportFocused on MS Graph API itselfFocused on MS Graph API itselfdependency:metadataAwaiting fix from core dependency project moduleAwaiting fix from core dependency project modulepriority:p2Medium. For a p2 bug, generally have a work-around. Bug SLA <=30 daysMedium. For a p2 bug, generally have a work-around. Bug SLA <=30 daystype:featureNew experience requestNew experience request