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

# 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:...

Can we get build failure logs uploaded into artifacts? Future thinking: Can we detect network failures in the logs and retry?

EngSys
Central-EngSys

Currently, building the template package independently, with the vcpkg manifest fails, because it depends on the internal service tracing header which is shipping from a beta release of `Azure::Core`, that...

feature-request
Azure.Core
Client

The goal is to have SDK authors (or code generation) start with taking the template package as a starting point, as is. The package is currently missing the feature around...

feature-request
Azure.Core
Client

Internal components and functionalities: - [x] Blob Virtual Directory - Done by @Jinming-Hu in #3618 - [x] Job Engine - [x] Job plan file format - Done by @Jinming-Hu in...

Client
Epic
Storage

**Query/Question** Is there/or will there be an implementation of the `Core::Credentials::TokenCredential` class for **public clients**? Where one does not need to provide a client certificate or client secret. Similar to...

question
Client
customer-reported
Azure.Identity

Core: * Challenge-Based ant Multi-Tenant auth support (via `ChallengeBasedAuthenticationPolicy`) * No auth policy would send an authorized request via HTTP, only via HTTPS. Identity: * Challenge-Based ant Multi-Tenant auth support...

Azure.Identity

From https://github.com/Azure/azure-sdk-for-cpp/pull/3154#discussion_r763468105 > Yep, talked to vcpkg folks, and the recommendation for getting package dependencies from the registry is to use recent commit shas (that are updated at some feasible...

Client
EngSys

You should probably at least check that VCPKG_CACHE_SAS has a value and if not give an error message as that might help diagnostics if something is not setup correctly. _Originally...

bug
EngSys
Central-EngSys

Common: - [ ] Add some basic tests for the simplified storage header that customers use as a sanity check. https://github.com/Azure/azure-sdk-for-cpp/issues/976 - [ ] Enable tests after storage server fixes...

Client
Storage
test-enhancement