Ahson Khan
Ahson Khan
We should provide clear, step-by-step guidance here for users who want to consume beta bits. The readme here incorrectly mentions updating the `AzureVcpkg.cmake` file. https://github.com/Azure/azure-sdk-for-cpp/blob/be478542fba6091385afb2c1791eafcecf8b1ad7/README.md#getting-beta-releases-in-vcpkg The steps in the root...
In particular, this sample is out-of-date from before we GA'd `Azure::Core`. The type is not called `Pageable` but rather `PagedResponse`. https://github.com/Azure/azure-sdk-for-cpp/blob/d4b225c138049fa39b8ca1e41d36a37b0f53343b/sdk/keyvault/azure-security-keyvault-keys/README.md?plain=1#L318 @LarryOsterman, here's another example where the snippet compilation effort...
From unrelated PR: https://github.com/Azure/azure-sdk-for-cpp/pull/4393 On `Win2022_Win32Api_debug_tests_x64` https://dev.azure.com/azure-sdk/public/_build/results?buildId=2597158&view=logs&j=62f96420-69e0-55c5-87e4-47c3c06a1c78&t=569ea126-27b5-5a23-71c4-ce1c427a6ea6&l=13328 ```text 2023-03-01T01:46:00.5056187Z ##[section]Starting: Install WSL on Windows hosts when proxy tests are enabled.. 2023-03-01T01:46:00.5190074Z ============================================================================== 2023-03-01T01:46:00.5190676Z Task : PowerShell 2023-03-01T01:46:00.5190895Z Description : Run...
For build leg `Validate Win2019_x64_Release_Curl`, see: https://dev.azure.com/azure-sdk/public/_build/results?buildId=3485567&view=logs&j=cf190778-6463-53b7-8403-1b11d749bb88&t=7254fd27-955c-5b6b-cc10-65f278d4cbcf&l=643 ```text 2024-02-09T23:18:06.3620398Z Generating Code... 2024-02-09T23:18:17.4231086Z CMake Error at C:/Program Files/CMake/share/cmake-3.27/Modules/GoogleTestAddTests.cmake:112 (message): 2024-02-09T23:18:17.4270245Z Error running test executable. 2024-02-09T23:18:17.4279543Z 2024-02-09T23:18:17.4284505Z Path: 'D:/a/_work/1/s/build/sdk/core/azure-core-amqp/test/ut_uamqp/Release/azure-core-amqp-uamqp-tests.exe' 2024-02-09T23:18:17.4289334Z Result: Process...
Fixes https://github.com/Azure/azure-sdk-for-cpp/issues/5515 Related discussion: https://github.com/Azure/azure-sdk-for-cpp/pull/5530#issuecomment-2076038171 Given this is not meant for end customers to modify, I did not add it to the changelog to avoid highlighting it. cc @Jinming-Hu Here...
Follow-up from https://github.com/Azure/azure-sdk-for-cpp/pull/5584 Currently the `RetryPolicy` has these two methods which are part of its implementation detail and being used in unit tests: - `ShouldRetryOnResponse` - `ShouldRetryOnTransportFailure` https://github.com/Azure/azure-sdk-for-cpp/blob/ac685055e654b9553219da7656f351fdf16b04eb/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp#L405-L417 These methods...
`Validate Win2022_Win32Api_release_curl_x86` I don't see any logs marked as "error" or "failed" so it isn't clear what went wrong here without deciphering each logged step. This is logged as an...
Fixes https://github.com/Azure/azure-sdk-for-cpp/issues/5538 First introduced here: https://github.com/Azure/azure-sdk-for-cpp/pull/3923
This symbol was added in version 7.8 but later deprecated in version 7.17.1: https://curl.se/changes.html#7_17_1 This current implementation of the `CurlConnection` ctor needs to be looked into further. Particularly, this code...
Fix https://github.com/Azure/azure-sdk-for-cpp/issues/5533 It's easiest to review the actual changes in the PR without whitespaces: https://github.com/Azure/azure-sdk-for-cpp/pull/5537/files?diff=split&w=1