Heath Stewart

Results 419 comments of Heath Stewart

Let's get this merged and try to fix all these in the dev/ folder once and for all so we don't keep getting blocked on validation errors (legit or faulty).

Can find quite a few - currently 268 unique files - with: ```powershell dir sdk | dir -filter *.md -recurse -include *sample* | where { $_.FullName -match '\\Azure\.' } |...

Service team is recommending we increase our delay between API calls. This should not be done for playback, but I also think is not a great way to control this...

I sent the service team the static test resource ID, but we'll need to figure out a better long-term strategy when we start using dynamic test resource allocations per #32427

This was previously resolved.

A WIP that still needs some refactoring to avoid duplicate code. Also depends on imdario/mergo#210 getting merged or, if we want to stick with that library, vendoring or forking it....

@mislav I need to add some specific tests, but wanted to see - if you have time to review - if you feel this is on the right track. I...

@mislav how much do we care about keeping errors printed in the same order. This is what we do currently: ``` { "message":"Not Found", "documentation_url":"https://docs.github.com/rest" } gh: Not Found (HTTP...

@mislav I've been using this in a few instances and not exhibited any problems. What do you think?

https://github.com/imdario/mergo/pull/210 was merged so we can actually pick up v0.3.13 and not need a redirect.