Scott Beddall

Results 83 comments of Scott Beddall
trafficstars

@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 ```...

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. > > ![image](https://private-user-images.githubusercontent.com/913445/325979734-c6a13fd1-7573-4963-a73a-46d0c304f01b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQxNjgwMjEsIm5iZiI6MTcxNDE2NzcyMSwicGF0aCI6Ii85MTM0NDUvMzI1OTc5NzM0LWM2YTEzZmQxLTc1NzMtNDk2My1hNzNhLTQ2ZDBjMzA0ZjAxYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNDI2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDQyNlQyMTQyMDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jOWI1NjM4ZGRjNDlhODVhNzVlMzBmNWI0ZmNlNjdjYzQyN2Q3YzY3MTg2YjI3M2EwNWJmNzM2MjcwNzAyNTdlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.12GmJ9DyHXrvs4uzEEPkNTvy_53czoM9vgBLEibXlu8) > > _(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...