-
Notifications
You must be signed in to change notification settings - Fork 170
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 Support to specifiy ODataQuery Parameters in Microsoft Graph Client #827
Add Support to specifiy ODataQuery Parameters in Microsoft Graph Client #827
Conversation
src/System Application/App/MicrosoftGraph/src/GraphOptionalParameters.Codeunit.al
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let us get this one on the road! 🥳
src/System Application/App/MicrosoftGraph/src/GraphOptionalParametersImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
@pri-kise, once you've fixed the remaining codecop issues, we're ready to merge. Seems like you need to order some variables in your test and that maybe a namespace is missing... |
…s://github.com/pri-kise/BCApps into feature/802-microsoft-graph-odata-query-params
@JesperSchulz can this maybe be backported to 24.x ? |
Of course. I'll create a PR. |
PR created: #1042 |
…ph Client (#1042) #### Summary Backport of #827 #### Work Item(s) Fixes #802 Fixes [AB#533480](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/533480) --------- Co-authored-by: pri-kise <[email protected]>
Summary
This PR adds support so specify OData Query Parameters via the Microsoft Graph Client
Work Item(s)
Fixes #802
Fixes AB#522447
Fixes AB#527604