Auto-generate (almost) all graph beta endpoints #305
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This big huge massive PR does two things:
a) updates the packages\graph-tools\src\allow-list.ts to include almost all endpoints
b) adds auto-generated endpoints based on the latest beta schema
For a), the allow-list was initially the following - super small to illustrate what the generated code looks like:
Now it's changed to this to include almost everything:
A separate PR will add special-treatment to identityGovernance so that we can support those also.
For b) I picked the most recent openapi.yaml from https://github.com/microsoftgraph/msgraph-metadata/blob/master/openapi/beta/openapi.yaml and used that as input to auto-generate the endpoints. I'm not checking in that file though, as it's so big it doesn't really belong in git.