Krista Pratico
Krista Pratico
@HimanshuBarak feel free to open it and just tag this issue in the description. If anything else is needed by the reviewers we can cover that in the PR. Thanks!
Hey @HimanshuBarak, you can run the checks locally with tox. Here are [instructions](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md#tox) on how to do that. It is possible that the errors are unrelated to your PR. I...
@HimanshuBarak Any issues tagged with `help wanted` or `good first issue` labels are a good place to start. I've also updated the issue about making core tests offline to include...
/check-enforcer override
Tests that need to be made offline: **test_streaming.py** - [ ] test_decompress_plain_no_header - [ ] test_decompress_compressed_no_header - [ ] test_compress_plain_header - [ ] test_compress_compressed_header **test_streaming_async.py** - [ ] test_decompress_plain_no_header -...
@HimanshuBarak thanks for your patience. Review feedback was left on the PR.
Completed in https://github.com/Azure/azure-sdk-for-python/pull/33800 and https://github.com/Azure/azure-sdk-for-python/pull/34247
@HimanshuBarak I'm re-running the CI pipeline, it looked like one of the envs was failing due to a transient error. Where do you see the error for that particular test?...
@lorenzobalzani thanks for looking into this. The code in this PR is auto-generated (you can tell by the header at the top of the file) and so we cannot edit...
@lorenzobalzani I'm trying to understand the fix - is it the /bing/ in the path that's the problem? Looking [here](https://learn.microsoft.com/en-us/bing/search-apis/bing-web-search/bing-web-upgrade-guide-v5-to-v7#endpoints) it seems like we should be building the URL as...