azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
It is possible, it is confusing - see issue `#5284`. Even if it is not - I still consider it a good improvement. The samples should not have uncaught exceptions,...
Why are they there? https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-administration/test/samples https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-certificates/test/samples https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys/test/samples https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-secrets/test/samples
The storage pipeline reports incorrect data https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3527840&view=logs&j=42ded549-05ee-5cdb-7ba7-7a948a0cc056&t=5ff5c60f-67b9-5b47-560a-56ea1fe320a9 sending -1 value as result . ## Max throughput (ops/sec) | Test | Arguments | 12.6.2 | source | %Change | |------------|-----------------------------------------------------------------|--------|--------|---------------| |...
ATM the retry mechanism uses a naive approach of blindly retying the failed operation. We need to refine it by makeing it aware of classes of errors and mitigations.
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...
Sometimes I submit a PR, and it fails due to clang-format issues. Would it be too expensive to implement a bot that runs clang-format and makes a suggestion comments for...
No one from us goes and updates pinned vcpkg commit SHA, until something breaks, let alone on a monthly basis. But ideally we would be updating the SHA at least...
# Summary Currently, developers are required to pass in a fully qualified namespace name with the assumption that it is formatted as a host name. The intention is that the...
# Summary Currently, developers are required to pass in a fully qualified namespace name with the assumption that it is formatted as a host name. The intention is that the...
# Summary The Azure Messaging team is working on a service emulator intended to provide a local development experience. To reduce friction for developers, the emulator will be using connections...