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.
Since `ManagedIdentityCredential` is no longer at the end of the chain of credentials, if it is not setup correctly and is guaranteed to fail due to a setup issue, it...
Tracking issue for addressing customer feedback on IMDS VM delays with DefaultAzureCredential due to IMDS probing retry logic in Azure Identity SDK. @ahsonkhan is driving this investigation. Currently our SDKs...
The legacy https://github.com/Azure/azure-storage-cpp SDK supports Azure Table storage. Is there a plan to support Azure Table storage through this modernized SDK? ```[tasklist] ### API Surface Area - [x] SetTableServiceProperties -...
**Query/Question** Why `Blobs::BlobServiceClient::RenameBlobContainer()` returns a response saying `comp=rename` is an invalid query parameter? Output from the debugger: ```cpp (lldb) p exception (const Azure::Storage::StorageException) $2 = { Azure::Core::RequestFailedException = { std::runtime_error...
the code has become a bit unwieldy especially in the area of test context renaming , skip test decision making etc,
**Query/Question** What tooling is used to generate the code from the swagger specs? I see [comments](https://github.com/Azure/azure-sdk-for-cpp/blob/aad2299dcd1319dd858b5e898464dde67f5c85fe/sdk/storage/azure-storage-blobs/src/rest_client.cpp#L5) about the generator, but don't see any evidence of the tool in the relevant...
Here's the rest API spec for it, which has _some_ good descriptions for doc comments, that we can use: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cosmos-db/data-plane/Microsoft.Tables/preview/2019-02-02/table.json For example, we have this description for the response of...
adress comments in https://github.com/Azure/azure-sdk-for-cpp/pull/5456#discussion_r1531265490 from Ahson **Describe the bug** A clear and concise description of what the bug is. ***Exception or Stack Trace*** Add the exception log and stack trace...
We are working on the next generation Data Box that is capable of doing 100Gbps outbound traffic from Azure DC to do faster migration of customer data, from a hardware...
**Describe the bug** we have SAS tokens in mutiple places. It would be a good candidate for Azure::Core we should look into moving it there. We need to keep in...