azure-sdk-for-cpp/sdk/appconfiguration/azure-data-appconfiguration
Anton Kolesnyk 22a08bc969
Use TokenCredential *const* everywhere (#6453)
* Use TokenCredential *const* everywhere

* Use left const where the surrounding code also uses it

* Use left const everywhere

* Clang-format

* More clang-format

* typos

* Clang-format

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-03-12 11:57:11 -07:00
..
inc Use TokenCredential *const* everywhere (#6453) 2025-03-12 11:57:11 -07:00
samples Add samples for AppConfig LRO CreateSnapshot with comparisons of what we'd expect the user experience to be. (#6345) 2025-01-16 19:20:12 -08:00
src Use TokenCredential *const* everywhere (#6453) 2025-03-12 11:57:11 -07:00
test/ut
vcpkg
cgmanifest.json
CHANGELOG.md
CMakeLists.txt Split out paged response types into its own header and re-enable KeyLabel Entity field. (#6277) 2024-12-06 12:00:13 -08:00
NOTICE.txt
README.md Docs links coversion: docs.microsoft.com -> learn.microsoft.com (#6276) 2024-12-16 09:32:19 -08:00
vcpkg.json

Azure App Configuration Package client library for C++

Getting started

Prerequisites

  • vcpkg for package acquisition and dependency management.
  • CMake for project build.
  • An Azure subscription.
  • An existing Azure App Configuration store. If you need to create an Azure App Configuration store, you can use the Azure Portal or Azure CLI.

Install the package

Key concepts

Bullet point list of your library's main concepts.

Examples

Examples of some of the key concepts for your library.

Troubleshooting

Running into issues? This section should contain details as to what to do there.

Next steps

More sample code should go here, along with links out to the appropriate example tests.

Contributing

For details on contributing to this repository, see the contributing guide.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Many people all over the world have helped make this project better. You'll want to check out:

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

Azure SDK for C++ is licensed under the MIT license.