Scott Beddall
Scott Beddall
@scbedd if we don't recognize the Content-Type to be "text" one, we will fall back base64 encoding the bytes to store in the recording. I believe `avro/binary` should fall into...
I need to see the actual request itself. A fiddler of one of these request/response pairs is basically exactly what I'm looking for. We look at headers to determine the...
@Jinming-Hu this is _exactly_ what I'm looking for. Early answer, I believe this should work. We will simply take your content bytes -> base 64 encode them for storage ->...
Closing as `1.0.0b6` is an older version that has already been tested. This PR is the result of final validation that everything is working properly.
[PR Resolving](https://github.com/Azure/azure-sdk-tools/pull/4302) the test-proxy issue breaking these tests.
Hey I'm confirming that I'm seeing this issue with a tool that [my team produces.](https://github.com/Azure/azure-sdk-tools/tree/main/tools/test-proxy) I build all of my binaries on a `Ubuntu 22.04` agent. How I'm building ```...
> Does it mean that people who have a x64 Mac computer won't be able to compile and build a .NET project? There is _something_ in what I'm doing that...
`response_schema_not_in_spec` erroneously thrown while resolving `$ref` for an example response body
This is cropping up in a _different_ place but appearing as `unexpected type`. It's all stemming from this `$ref` resolution bug. [This example](https://github.com/scbedd/azure-rest-api-specs/blob/save-aad-entra-update/specification/maps/data-plane/Microsoft.Maps/Render/preview/2.0/examples/GetMapTileV2.json) is failing to validate the type of...
> > @JoshLove-msft party without concern. > >  > > _(I actually have no idea what that comment is intended to mean.)_ No automation will randomly force push the...
Hey @akabraham! Apologies for the delay on the PR, and thanks for the contribution! Unfortunately, due to how the content under `docs-ref-autogen` is generated, any changes we directly merge to...