Skip to content

What is the relationship between Autorest and Kiota #4800

Answered by timotheeguerin
wtrocki asked this question in Q&A
Discussion options

You must be logged in to vote

There is this issue on kiota that discusss the differences both project fits different needs microsoft/kiota#1709.

Autorest was designed to generate SDK for Azure services and generators are really targeted for the constraints that azure SDK require but where each service is its own independent entity. Kiota on the other hand was design to work with the scale of Microsoft graph where every api are interconnected.

Note that we are not investing much more in autorest as we are migrating Azure Apis to use our new API definition language https://microsoft.github.io/typespec. Generators there also worked on to work better with some non Azure-apis.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by wtrocki
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