-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update generated code #22
Conversation
the amount of changes makes it really hard to actually review the PR (the page keeps freezing the browser). |
Run code gen to incorporate output formatter selection changes.
The OpenAPI source file revision used in the generation is microsoftgraph/msgraph-metadata@8388bce
Issues
To work around microsoft/kiota#1052, the OpenApi file had to be modified. The changes made are outlined below:
\/([\w]+)\/\1
e.g./me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup
\/([\w]+)\/\{\1-id\}
replacing the match with/$1/{$1Item-id}
e.g./deviceManagement/termsAndConditions/{termsAndConditions-id}
->/deviceManagement/termsAndConditions/{termsAndConditionsItem-id}