-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix for operations bound to directoryObjects/deletedItems
#451
Conversation
Validation notes
|
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's also set the internal and external sponsors to contains target false since
https://learn.microsoft.com/en-us/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0&tabs=http uses a $ref to add a sponsor.
Agreed. Resolved in latest update |
Changes addressed in latest update
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.
Thanks for making the changes!
Closes #449
Adds
Org.OData.Core.V1.ExplicitOperationBinding
andOrg.OData.Core.V1.RequiresExplicitBinding
annotations to functions bound to directory objects type to unlock generation of functions/actions on/deletedItems
pathDepends on release of microsoft/OpenAPI.NET.OData#430