azure-sdk-for-cpp/sdk/template/azure-template
Chidozie Ononiwu 3d1a58e3f8
Fixup CHANGELOG.md, add SetPackageVersion, add calls to set-test-pipe… (#1936)
* Fixup CHANGELOG.md, add SetPackageVersion, add calls to set-test-pipeline-version.yml

* Run set-test-pipeline-version.yml per artifact, open testpipeline as draft

* git diff to view changes in file

* Move set-test-pipeline-version.yml after Validate Clang Format

* remove second artifact loop in archetype-cpp-release.yml
2021-03-23 11:34:30 -07:00
..
inc/azure Azure::*::_detail::Version => Azure::*::PackageVersion (#1839) 2021-03-10 15:15:28 -08:00
src Azure::*::_detail::Version => Azure::*::PackageVersion (#1839) 2021-03-10 15:15:28 -08:00
test Defend public headers against inclusion of Windows.h (#1719) 2021-02-23 09:56:00 -08:00
vcpkg Publishing automation for vcpkg x-add-version (#1649) 2021-02-09 14:56:00 -08:00
cgmanifest.json Add Notice and cgmanifest for Core (#687) 2020-09-25 10:57:06 -07:00
CHANGELOG.md Fixup CHANGELOG.md, add SetPackageVersion, add calls to set-test-pipe… (#1936) 2021-03-23 11:34:30 -07:00
CMakeLists.txt Uncomment temaplte's find_package(core) now that it is released (#1616) 2021-02-05 16:23:31 -08:00
LICENSE Create template project (#443) 2020-08-12 15:08:46 -07:00
NOTICE.txt Update Notice and add cgmanifest.json (#839) 2020-11-18 11:44:22 -08:00
README.md Replaced relative link with absolute links and remove locale (#668) 2020-09-17 22:28:36 -07:00

Azure Template Package client library for C++

Azure Template Package client library for C++ (azure-template) matches necessary patterns that the development team has established to create a unified sdk written in the C++ programming language. These libraries follow the Azure SDK Design Guidelines for C++.

The library allows client libraries to expose common functionality in a consistent fashion. Once you learn how to use these APIs in one client library, you will know how to use them in other client libraries.

Getting started

For a rich example of a well formatted readme, please check here. In addition, this is an example readme that should be emulated. Note that the top-level sections in this template align with that of the template.

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.