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.
The AMQP library uses the rust "tracing" package to provide logging and opentelemetry information. That mechanism is different from the Azure SDK's tracing infrastructure, this work item covers integrating the...
For the ``` elseif(${project} STREQUAL IDENTITY) DownloadDepVersion(sdk/core azure-core 1.2.0) ``` try to update the Core dependency to `1.14.0`. It will fail. Why is it trying to configure AMQP, and why...
Thinking beyond the release issue today (i.e. for a future change), does it make sense to move such a helper class to internal, if we expect SDK clients to use...
Key-value snapshots allow developers to create a point-in-time snapshot of their configuration store. These snapshots are immutable. They can be deleted, but will have soft-delete enforced. During creation, developers can...
We currently have tables_clients.hpp (plural). Changing this after the GA would be considered breaking, so we'd want to fix it before https://github.com/Azure/azure-sdk-for-cpp/pull/6116 We have not made `client` plural in other...
Nov GA
# 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:...
given the following operation definition : /** * Restores a backed up secret, and all its versions, to a vault. This operation * requires the secrets/restore permission. */ #suppress "@azure-tools/typespec-azure-core/use-standard-operations"...
in thhe keyvault secrets tsp /** * Expiry date in UTC. */ @encodedName("application/json", "exp") @encode("unixTimestamp", int32) expires?: utcDateTime; gets emitted as Exp in the cpp ,