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.
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...
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...
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...
Size and speed are very important to C++ developers. - [ ] Add infrastructure to track sdk size on per package level - [ ] Add gates to catch package...
# 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...
`x-ms-delete-type-permanent` for Delete Blob
@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** -...
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...
Need to update the docs links to point to our documentation and steps for getting the SDK https://azure.microsoft.com/en-us/downloads/
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...