Mingzhe Huang
Mingzhe Huang
Before asking the question: - [x] have you checked the [faq](https://github.com/Azure/autorest/tree/main/docs/faq.md), the documentation in the [docs folder](https://github.com/Azure/autorest/tree/main/docs) and couldn't find the information there - [x] have you checked existing issues...
Before asking the question: - [x] have you checked the [faq](https://github.com/Azure/autorest/tree/main/docs/faq.md), the documentation in the [docs folder](https://github.com/Azure/autorest/tree/main/docs) and couldn't find the information there - [x] have you checked existing issues...
## Summary I found that in version `1.0.0`, the contents of `StdOut` and `StdErr` do not keep their original sequence in step definitions like `the output should contain`. More specific,...
# 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...
We don't need to suppress it anymore, since the rule AZC0002 has been updated to include `RequestContext` as a valid last parameter. See: - Latest implemetation of `AZC0002`: https://github.com/Azure/azure-sdk-tools/blob/17876d209b476d853f17b093a8012bea552f8354/src/dotnet/Azure.ClientSdk.Analyzers/Azure.ClientSdk.Analyzers/ClientMethodsAnalyzer.cs#L28-L29 -...
**Before filling a bug** - [x] have you checked the [faq](https://github.com/Azure/autorest/tree/main/docs/faq.md) for known issues. - [x] have you checked existing issues **Describe the bug** Some services will adopt the following...
# Requirement As part of our refactoring on Bluemix CLI installation experience, we decided that: 1. We should not keep duplicated contents in both Bluemix docs and [home page of...
### Describe the bug Let's assume we have the following model definitions: ```typescript model Foo is SomeTemplate { name: string } model Properties { age: int32, address: string } model...
**Before filling a bug** - [x] have you checked the [faq](https://github.com/Azure/autorest/tree/main/docs/faq.md) for known issues. - [x] have you checked existing issues **Describe the bug** Starting from May 17, there were...
## Description Previously when adopting TCGC `getAllOperations`, we expand client parameters into each operation to keep the existing input model structure: https://github.com/microsoft/typespec/blob/81f897739eed8b481d2e07de8fe9770ba9f44994/packages/http-client-csharp/emitter/src/lib/operation-converter.ts#L152 We could remove this expansion, change the input...