Azure / azure-rest-api-specs-tests

Live Testing for Azure REST API Specifications
MIT License
2 stars 5 forks source link

Mapping between specs and .NET projects #26

Closed sergey-shandar closed 7 years ago

sergey-shandar commented 7 years ago

Currently, the project uses generate.cmd files from the Azure SDK for .Net to generate a new version of SDK. The generate.cmd files are not consistent. Some of them use a specific version of AutoRest. Others use specific commit id of the specs. In both cases, the project generates incorrect code.

sergey-shandar commented 7 years ago

@fearthecowboy, @olydis, @shahabhijeet Any idea how we can map specs from azure-rest-api-specs and .Net projects from Azure SDK for .Net?