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.
From unrelated PR: https://github.com/Azure/azure-sdk-for-cpp/pull/5474 on `Validate Ubuntu22_included_release` https://dev.azure.com/azure-sdk/public/_build/results?buildId=3665652&view=logs&j=ba3dad2b-ce90-52d5-0c84-4172d8b9d063&t=6c6e0346-5c6c-5b96-a9d2-deaa2096ecd7&l=22207 ```text 2024-04-03T23:37:06.1862529Z test 7 2024-04-03T23:37:06.1862939Z Start 7: azure-core.CurlTransportOptions.noRevoke 2024-04-03T23:37:06.1863111Z 2024-04-03T23:37:06.1863649Z 7: Test command: /mnt/vss/_work/1/s/build/sdk/core/azure-core/test/ut/azure-core-test "--gtest_filter=CurlTransportOptions.noRevoke" "--gtest_also_run_disabled_tests" 2024-04-03T23:37:06.1864157Z 7: Working Directory: /mnt/vss/_work/1/s/build/sdk/core/azure-core/test/ut 2024-04-03T23:37:06.1864445Z...
# 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 reviewed quickly:...
From unrelated PR: https://github.com/Azure/azure-sdk-for-cpp/pull/5474 on `Validate Ubuntu22_included_release` https://dev.azure.com/azure-sdk/public/_build/results?buildId=3665652&view=logs&j=ba3dad2b-ce90-52d5-0c84-4172d8b9d063&t=6c6e0346-5c6c-5b96-a9d2-deaa2096ecd7&l=22207 ```text 2024-04-03T23:37:12.1528622Z test 11 2024-04-03T23:37:12.1529266Z Start 11: azure-core.CurlTransportOptions.httpsDefault 2024-04-03T23:37:12.1529536Z 2024-04-03T23:37:12.1530132Z 11: Test command: /mnt/vss/_work/1/s/build/sdk/core/azure-core/test/ut/azure-core-test "--gtest_filter=CurlTransportOptions.httpsDefault" "--gtest_also_run_disabled_tests" 2024-04-03T23:37:12.1530985Z 11: Working Directory: /mnt/vss/_work/1/s/build/sdk/core/azure-core/test/ut 2024-04-03T23:37:12.1531417Z...
The stress deployment pipeline is currently broken because these stress tests use the deploy job template but do not include a bicep file. This PR switches the tests to use...
# 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 reviewed quickly:...
Set `EnableDetectorVcpkg` to `true` in environment for at least an analyzer job. https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/secure-supply-chain/oss-supply-chain-security/vcpkg#cg-vcpkg-detector Once this is done we shouldn't need to maintain `cgmanifest.json` files.
**Is your feature request related to a problem? Please describe.** Currently we are try to use azure sdk for azure blob store access. But it's depend on vcpkg and seems...
We're currently using `1espt-win-2022-cpp-rollback` in various scenarios because of MSVC-related conflicts. Once the root cause of these issues is resolved we should move back to the default windows images. Places...
**Is your feature request related to a problem? Please describe.** Currently the standard way of reading a blob from azure is as follows: ```cpp // set Azure::Storage::Blobs::BlobContainerClient container_client; auto blob_client...
Move he enum template operators out of tables into core , and make updates to the rest of the code to remove the operator implementations from the various places and...