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.
Long lived credentials such as those received from managed identity authentication include additional metadata concerning when a token can/should be refreshed. Our authentication policies should take this information into account...
**Query/Question** What is the minimum liburl and openssl version that is needed for the SDK? ***Why is this not a Bug or a feature Request?*** General question **Setup (please complete...
In case of high frequency of received signals (more than once per second) the field `now` will never be updated and it can lead to exceeding of timeout or endless...
**Describe the bug** Building an application that includes both `sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp` and OASIS `pkcs11.h` fails due to both defining a symbol named `CKM_RSA_AES_KEY_WRAP`. Namespacing is irrelevant here, as `pkcs11.h` defines a...
**Describe the bug** We are getting a `_CrtIsValidHeapPointer(block)` assertion when using the SDK with curl on windows. The issue only occurs when the `CleanupThread` function is executed. At first we...
closes https://github.com/Azure/azure-sdk-for-cpp/issues/5515 # Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be...
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...