Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'synchronization' to ServicePrincipalsWithAppIdRequestBuilder #961

Open
danielniccoli opened this issue Nov 25, 2024 · 0 comments
Open
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request

Comments

@danielniccoli
Copy link

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

@danielniccoli danielniccoli added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request
Projects
None yet
Development

No branches or pull requests

1 participant