This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Send Event to Event Hub
Pre-release
Pre-release
Implemented features:
- Added Event Hub Send Event REST API implementation (as for https://msdn.microsoft.com/en-us/library/azure/dn790664.aspx).
Refactoring:
- Corrected
azure::core::errors::AzureErrorto include thestd::io::Errorandxml::BuilderErrorinstead of theirto_string()result. - Changed
UnexpectedResultenum ofazure::core::errors::AzureErrortoUnexpectedHTTPResultwhich holds an instance ofazure::core::errors::UnexpectedHTTPResultinstead of a tuple for better field description.