Jose Manuel Heredia Hidalgo
Jose Manuel Heredia Hidalgo
For example this definition https://github.com/Azure/azure-rest-api-specs/blob/a5f8ef67c8170e4081527e400473c6deddcfabfd/specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json#L359 Would end up producing a name like this: `Paths1Cj7DxmIndexersIndexernameSearchResetdocsPostRequestbodyContentApplicationJsonSchema` This is, IMO a swagger issue and the fix would be to add `x-ms-client-name`. Is there...
### Which service(blob, file, queue, table) does this issue concern? Tables ### Which version of the Azurite was used? 3.14.3 ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual...
### Packages impacted by this PR **New** @azure-rest/service-fabric ### Issues associated with this PR N/A ### Describe the problem that is addressed by this PR Adding a new Rest Client...
OpenAPI supports xml namespace and prefixes ([link](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#fixed-fields-22)). However `core-http` serializer doesn't honor them. [ServiceBus swagger](https://github.com/Azure/azure-rest-api-specs/tree/sb_dataplane_namespace/specification/servicebus/data-plane), for example, uses XML namespaces. Here are some samples on the expected output given a...
Currently, the Storage SDKs parse connection strings assuming Keys are case-sensitive. However, keys are case-insensitive according to ADO.NET docs: https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/connection-strings#connection-string-syntax We should update our logic to handle keys as case-insensitive
Based on feedback and the latest investigation about integrating ES Modules there are a few improvements we can do to shortcuts. Currently RLCs are consumed like this ```ts import Foo,...
**Client structure** - [ ] Do we want shortcut method generation to be on by default? `client.operationGroup.operationName()` **Style** - [ ] Is there any preference for array types `X[]` and...
## Context `@azure/core-rest-pipeline` supports several types for the body ```typescript /** * Types of bodies supported on the request. * NodeJS.ReadableStream is Node only. * Blob is browser only. */...
https://github.com/Azure/autorest.testserver/blob/main/swagger/head.json
Extracting file generation to a separate library and scoping down the responsibilities of @autorest/typescript to transform M4 code-model into a new RLC Model. A new CADL Emitter for RLC would...