Skip to content
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

Choose a tag to compare

@MindFlavor MindFlavor released this 05 Feb 18:27
· 720 commits to master since this release

Implemented features:

Refactoring:

  • Corrected azure::core::errors::AzureError to include the std::io::Error and xml::BuilderError instead of their to_string() result.
  • Changed UnexpectedResult enum of azure::core::errors::AzureError to UnexpectedHTTPResult which holds an instance of azure::core::errors::UnexpectedHTTPResult instead of a tuple for better field description.