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.
would it make sense to use KV as a concrete example rather than `DoSomething` _Originally posted by @joshfree in https://github.com/Azure/azure-sdk-for-cpp/pull/4894#discussion_r1298617699_
Why are there two initializers here, one which takes a TokenCredentialOptions and another which takes a WorkplaceTokenCredentialOptions (which is also a TokenCredentialOptions)? _Originally posted by @LarryOsterman in https://github.com/Azure/azure-sdk-for-cpp/pull/4872#discussion_r1291853951_
JS SDK has a bug in which the deprecation error message from Az interferes with getting the token. So there are essentially 2 things to look out for - Make...
The storage samples should be updated to use the more standard doc practices of recommending SFI pattens first.
From an unrelated PR: https://github.com/Azure/azure-sdk-for-cpp/pull/5772 On `ValidateLive Win2022_x86_with_unit_test_winHttp` https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3954909&view=logs&j=1cbef409-5ce5-5885-71aa-60f628bf5123&t=614bdaae-21d9-5723-b317-b9e0e4565c8b&l=434709 Test: https://github.com/Azure/azure-sdk-for-cpp/blob/1143b6bf4dc1eb3ffb9cf5ba4cb7ebb22f5ff073/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.cpp#L846 ```text 2024-07-11T22:26:16.9327118Z 118: [2024-07-11T22:26:16.9307174Z T: 4604] INFO : HTTP status code 200 won't be retried. 2024-07-11T22:26:17.9426083Z 118: D:\a\_work\1\s\sdk\storage\azure-storage-blobs\test\ut\blob_container_client_test.cpp(954): error:...
- The implementation of the credential will be based on what the Azd is doing currently - The name would likely be GithubActionsCredential to support FIC in Github Actions