You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support new interfaces (#9474)
* Support new interfaces
* Supported output contract and added file logger
* Use local cloned repo for generation
* Set the right path to use in generation
AZC0004 ensure that method signatures match (#9388)
* Add new check for ReturnTypes
* Check for parameters too
* Revert "Check for parameters too"
This reverts commit bbfbade.
* Check for parameters in both methods
* Skip check for AMQP libraries
* Revert "Skip check for AMQP libraries"
This reverts commit 0b4834b.
* Fix AZC0004 tests
* handle scenario for Pageable types
* Compare return types recursively
* nit: scope everything with the not operator
* Add tests
Create tsp, migrate test-proxy swagger to tsp (#9451)
* update the statuscode in the error http response body to be int, not string
* migrate the existing test-proxy swagger to an up-to-date typespec
Properly handle when `git` encounters an unrecoverable error (#9423)
* handle git exceptions differently according to how the proxy is invoked, uncovering previously concealed git exceptions
* git errors from CLI invocations now output the git error prior to early exiting.
* git errors when proxy is running as a server are now properly returned back to the invoking REST call