azure-sdk-for-cpp icon indicating copy to clipboard operation
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.

Results 406 azure-sdk-for-cpp issues
Sort by recently updated
recently updated
newest added

This is follow up to https://github.com/Azure/azure-sdk-for-cpp/pull/2285#discussion_r634855945, we need to update the logic to use size_t in more callsites to BodyStream types, rather than int64_t. For example: https://github.com/ahsonkhan/azure-sdk-for-cpp/blob/4c3e1e9f31ef6ee762e15f1d9a1ea48c4fcbdb76/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp#L941-L949 There are a...

bug
Client
Storage

This might be a win32 api doc issue and not an issue with the SDK, but we should measure and make sure file upload is actually concurrent. The docs suggest...

Client
pillar-performance
Storage

In your initial PR, you mentioned it was only done for some classes? Please close this item if you've done everything already. Extracted from #2260: Guidelines: "Drop Represents, Defines and...

Docs
Azure.Core
Client
MQ

Size and speed are very important to C++ developers. - [ ] Add infrastructure to track sdk size on per package level - [ ] Add gates to catch package...

feature-request
Azure.Core
Client
EngSys

# Problem The current Operations concrete classes from the Azure SDK for C++ on Storage and Keyvault are either aborting (as not implemented) or producing a wring resume token when...

feature-request
Client
Storage

@CaseyCarter can you please share your thoughts on this question. See the following: https://github.com/Azure/azure-sdk-for-cpp/blob/87cce3910fefd24a63d0f366b9b9e1f97d326d37/sdk/core/azure-core/inc/azure/core/datetime.hpp#L52 Here's the contract we provide to the customers to help answer this question: 1) **public** -...

Azure.Core
Client
design-discussion
MQ

The current getting started links back to the internal readme. That readme has nothing on how to acquire/use/samples. I'd expect a page similar to .NET/Java/JS/Python/GO explaining how to use Azure...

Docs
feature-request
Azure.Core
Client
MQ

Need to update the docs links to point to our documentation and steps for getting the SDK https://azure.microsoft.com/en-us/downloads/

Docs
feature-request
Azure.Core
Client
MQ

https://github.com/Azure/azure-sdk-for-cpp/blob/09e174865ac6402d00020991a10e47ca1e1bafae/sdk/storage/azure-storage-blobs/test/blob_sas_test.cpp#L81 ```text BlobContainerClientTest.BlobSasTest Source: blob_sas_test.cpp line 11 Duration: 2.1 sec Message: ..\..\..\sdk\storage\azure-storage-blobs\test\blob_sas_test.cpp(81): error: Expected: blobClient.AppendBlock(&blockContent) doesn't throw an exception. Actual: it throws. unknown file: error: C++ exception with description "403...

Client
Storage
test-reliability