to trigger builds, some other issue
This commit is contained in:
parent
af8153347e
commit
6f984c9b2c
@ -12,6 +12,8 @@
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Updated JSON library to 3.11.3.
|
||||
|
||||
## 1.0.0-beta.9 (2024-05-06)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
@ -106,4 +106,3 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[cloud_shell_bash]: https://shell.azure.com/bash
|
||||
|
||||

|
||||
|
||||
|
||||
@ -137,4 +137,4 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[cloud_shell]: https://docs.microsoft.com/azure/cloud-shell/overview
|
||||
[cloud_shell_bash]: https://shell.azure.com/bash
|
||||
|
||||

|
||||

|
||||
|
||||
@ -21101,7 +21101,7 @@ namespace Azure { namespace Core { namespace Json { namespace _internal { namesp
|
||||
// | | |__ | | | | | | version 3.11.3
|
||||
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
||||
//
|
||||
// SPDX-FileCopyrightText: 2008-2009 Björn Hoehrmann <bjoern@hoehrmann.de>
|
||||
// SPDX-FileCopyrightText: 2008-2009 Bjorn Hoehrmann <bjoern@hoehrmann.de>
|
||||
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
@ -78,3 +78,4 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[cppdoc_examples]: https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/eventhubs/azure-messaging-eventhubs/samples
|
||||
|
||||

|
||||
|
||||
|
||||
@ -272,3 +272,4 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[cppdoc_examples]: https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/eventhubs/azure-messaging-eventhubs/samples
|
||||
|
||||

|
||||
|
||||
|
||||
@ -183,6 +183,8 @@ namespace Azure { namespace Messaging { namespace EventHubs { namespace PerfTest
|
||||
|
||||
auto events = partitionClient.ReceiveEvents(m_batchSize, context);
|
||||
total += events.size();
|
||||
std::cout << "[r: " << round << "/" << m_rounds << "p: " << m_partitionId
|
||||
<< "] Received: " << total << " messages" << std::endl;
|
||||
}
|
||||
|
||||
void AddEndProperty(
|
||||
|
||||
@ -191,3 +191,4 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[meid_doc]: https://learn.microsoft.com/entra/identity/
|
||||
[azure_core_library]: https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/core
|
||||
[doxygen]: https://azure.github.io/azure-sdk-for-cpp/
|
||||
|
||||
|
||||
@ -5,3 +5,4 @@ The Azure Key Vault Client Libraries for C++ allows you to build applications ag
|
||||
## Latest release
|
||||
|
||||
Find the latest Key Vault client for C++ releases [here](https://azure.github.io/azure-sdk/releases/latest/cpp.html).
|
||||
|
||||
|
||||
@ -177,3 +177,4 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[rbac_guide]: https://learn.microsoft.com/azure/key-vault/general/rbac-guide
|
||||
[best_practices]: https://learn.microsoft.com/azure/key-vault/managed-hsm/best-practices
|
||||
[built_in_roles]: https://learn.microsoft.com/azure/key-vault/managed-hsm/built-in-roles
|
||||
|
||||
|
||||
@ -341,4 +341,4 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[azure_sub]: https://azure.microsoft.com/free/
|
||||
[azure_sdk_for_cpp_contributing]: https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md
|
||||
[azure_sdk_for_cpp_contributing_developer_guide]: https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md#developer-guide
|
||||
[azure_sdk_for_cpp_contributing_pull_requests]: https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md#pull-requests
|
||||
[azure_sdk_for_cpp_contributing_pull_requests]: https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md#pull-requests
|
||||
|
||||
@ -471,3 +471,4 @@ For more information see the [Code of Conduct FAQ][coc_faq] or contact opencode@
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[access_control]: https://docs.microsoft.com/azure/key-vault/managed-hsm/access-control
|
||||
[rbac_guide]: https://docs.microsoft.com/azure/key-vault/general/rbac-guide
|
||||
|
||||
|
||||
@ -236,4 +236,3 @@ Azure SDK for C++ is licensed under the [MIT](https://github.com/Azure/azure-sdk
|
||||
[api_reference]: https://azure.github.io/azure-sdk-for-cpp/keyvault.html
|
||||
[secrets_client_src]: https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-secrets
|
||||
[keyvault_docs]: https://docs.microsoft.com/azure/key-vault/
|
||||
|
||||
|
||||
@ -36,4 +36,4 @@ additional questions or comments.
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
|
||||
|
||||
|
||||
@ -173,4 +173,4 @@ additional questions or comments.
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
|
||||
@ -81,4 +81,4 @@ additional questions or comments.
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
|
||||
@ -196,4 +196,4 @@ additional questions or comments.
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
|
||||
@ -184,4 +184,4 @@ additional questions or comments.
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
|
||||
@ -153,4 +153,4 @@ additional questions or comments.
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
[coc_contact]: mailto:opencode@microsoft.com
|
||||
|
||||
@ -285,3 +285,4 @@ additional questions or comments.
|
||||
[azure_portal_create_account]:https://docs.microsoft.com/azure/storage/common/storage-account-create?tabs=azure-portal
|
||||
[azure_powershell_create_account]:https://docs.microsoft.com/azure/storage/common/storage-account-create?tabs=azure-powershell
|
||||
[azure_cli_create_account]: https://docs.microsoft.com/azure/storage/common/storage-account-create?tabs=azure-cli
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user