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

Azure Function code does not support Graph API use? #103

Open
pensivepaddle opened this issue Aug 28, 2024 · 1 comment
Open

Azure Function code does not support Graph API use? #103

pensivepaddle opened this issue Aug 28, 2024 · 1 comment

Comments

@pensivepaddle
Copy link
Contributor

Nothing in the Azure Function code points in the direction that it supports (not quite yet deprecated) Graph API usage as they currently stand.

The if logic in the script.py is nowhere to be found in the Azure Function and further down in the code there's no references to the Graph API functions of the RequestManager, although the code does include the ground works for it.

The README and INSTALL and guides should perhaps point this out, otherwise a rewrite/PR for the Azure Function code could probably fix it.

@lnfernux
Copy link
Collaborator

It's correct that the Azure function does not support graph. The api is on a deprecation path and I've removed support.

I will update the guidance to be more accurate on this point.

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants