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

Missing Function in Python SDK - PlannerAssignment #636

Closed
murphyb12 opened this issue Mar 21, 2024 · 2 comments
Closed

Missing Function in Python SDK - PlannerAssignment #636

murphyb12 opened this issue Mar 21, 2024 · 2 comments
Assignees
Labels
status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close

Comments

@murphyb12
Copy link

The Python SDK uses multiple models for creating and assigning tasks in the Planner, however the model PlannerAssignment is missing in the folder msgraph > generated >models > planner_assignment.

This function works in the Msgraph Explorer

@shemogumbe
Copy link
Collaborator

Hello @murphyb12 thanks for using the SDK and for raising this

Could you knildy provide more context to help us reproduce this.

These could include:

  • The snippet you are running
  • the documentation from which your code is based
  • The error message you find

@shemogumbe shemogumbe added the status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close label Jun 3, 2024
@shemogumbe shemogumbe assigned shemogumbe and murphyb12 and unassigned shemogumbe Jun 3, 2024
@ph-eip
Copy link

ph-eip commented Jun 14, 2024

This issue was also raised over at the Java SDK repo.: microsoftgraph/msgraph-sdk-java#1873

Basically there is no module for PlannerAssignment across all languages:

ModuleNotFoundError: No module named 'msgraph.generated.models.planner_assignment'

...despite it being shown in the docs as available:

image
https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0&tabs=python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close
Projects
None yet
Development

No branches or pull requests

3 participants