Skip to content

How to generate serviceprincipals.item.endpoints? #4980

Closed Answered by baywet
petarov asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @petarov
Thanks for reaching out and for using kiota.
Using this as the filter /servicePrincipals/*/endpoints#GET generated the endpoints section.
The full command I used

kiota generate --openapi https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml --language java --output lib --ebc --class-name GraphBaseServiceClient --namespace-name msgraph.apiclient --backing-store --include-path '/users*#GET' --include-path '/users/getByIds' --include-path '/users/**/memberOf' --include-path '/servicePrincipals/*/endpoints#GET'

Let us know if you have further questions.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@petarov
Comment options

Answer selected by petarov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants