maichuin
maichuin
### Library name and version **Azure.Core** ### Query/Question I am providing the sample code for uploading PDF file to the server through Http. Conetnt type of API is multimedia format....
### Library name and version Azure.Core ### Describe the bug Here [MultiPartFormDataContent](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/src/Shared/Multipart/MultipartFormDataContent.cs) is internal class but generally we use [MultiPartFromDataContent](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.multipartcontent?view=net-8.0) which comes from System.Net.Http is a public class. How can...
Hello Auto Rest Team, Does Auto Rest V3 support testing APIs with fake credentials, specifically generating client APIs using C#? We are encountering an unauthorized issue. Thanks in advance