Weidong Xu
Weidong Xu
@winest The common-types swagger should be in sync with the guideline https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#rest-error-response-body-structure I think the guideline still uses the recursive reference (`ErrorDetail`). There were lots of existing recursive reference or...
You can use https://openapihub.azure-devex-tools.com/ to create a feature branch. Select "create openapi specs". And if you need collaboration on the feature branch, select "multiple people working" within.
> @weidongxu-microsoft , it seems the generated code of Java has code style issue based on the error log as follows? > > ``` > cmderr [generate.py] java.lang.RuntimeException: Failed to...
Could be a bug in Java automation, when one PR involves changes to multiple packages (new and existing). Will check on the PR migrating tsp-client. (WIP https://github.com/Azure/azure-sdk-for-java/pull/38563) @catalinaperalta The failure...
Let me try explain the problem of api-version. ### case 1 User initiates with REST API `/route/directions:asyncBatch?api-version=A`. During polling, SDK would invoke `/asyncBatch/operations/{operationId}?api-version=A` (even if your `operation-location` header from `/route`...
> Let me try explain the problem of api-version. > > ### case 1 > User initiates with REST API `/route/directions:asyncBatch?api-version=A`. During polling, SDK would invoke `/asyncBatch/operations/{operationId}?api-version=A` (even if your...
For case 2, the model which contains "outputBlobUrl" is kind of a versioned response already (just a very simple one, for now). You can have v1 with only "outputBlobUrl" in...
Please fix SpellCheck CI. Also review BreakingChange CI, verify they are expected or false alert. If expected, you need approval from breaking change board.
For spellcheck, click the "how to fix" link. which points to https://github.com/Azure/azure-rest-api-specs/blob/main/documentation/ci-fix.md#spell-check Basically, update cspell.json