Chenyang Liu
Chenyang Liu
Add a generic REST method in output binding to support all the REST APIs, which can benefit those methods are not in the management sdk. #935
When I run `azdev test`, I got the error as shown below: > Traceback (most recent call last): File "c:\users\zackl\azure-cli\venv\lib\site-packages\knack\cli.py", line 215, in invoke cmd_result = self.invocation.execute(args) File "c:\users\zackl\azure-cli\venv\lib\site-packages\knack\invocation.py", line...
### Describe the bug For an event invocation failed by abuse protection. LiveTrace log is not clear to describe the action.  `Received response of message 1018585587696795671 from upstream successfully.`...
### Describe the bug Currently, client ack contains some details that should only show in service logs rather than client side. ### To Reproduce ### Exceptions (if any) ### Further...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...
**Feature description and some design details** It's a feature request about adding a negotiation mechanism. 1. In server side, the negotiation can expose a path e.g. `/negotiate` and response a...
**Is your feature request related to a problem? Please describe.** Some Adapter method return void only that make customized adapter implementer have trouble on implementing. E.g. `io.socketsJoin()` and inner adapter's...