What is the relationship between Autorest and Kiota #4800
-
I have been autorest user for quite a long time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
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.