##2016.11.11 ms_rest_azure version 0.6.1 * Adding telemetry extension point into AzureServiceClient [#543](https://github.com/Azure/azure-sdk-for-ruby/pull/543) * Removing explicit json dependency [#523](https://github.com/Azure/azure-sdk-for-ruby/pull/523) ##2016.10.05 ms_rest_azure version 0.6.0 * Minimum supported Ruby version is 2.0.0 [#1463](https://github.com/Azure/autorest/pull/1463) * Implemented generic request method for AzureServiceClient [#1447](https://github.com/Azure/autorest/pull/1447) * Improved AzureOperationError class to expose error_message and error_code properties [#1450](https://github.com/Azure/autorest/pull/1450) ##2016.09.15 ms_rest_azure version 0.5.0 * Updating ms_rest dependecy to version 0.5.0 * Adding known Azure Environments in ruby runtime for easy discovery * Default Azure active directory url is updated from `https://login.windows.net/` to `https://login.microsoftonline.com/` (Breaking Change) * Using bundled default ca-cert from ms_rest ##2016.08.10 ms_rest_azure version 0.4.0 * Adding & inheriting serialization class from ms_rest generic serializer ##2016.07.21 ms_rest_azure version 0.3.1 * [Bug fixes](https://github.com/Azure/autorest/commit/ede944a1fa30a7453aa30e6fa79154dc43393cdf) ##2016.07.14 ms_rest_azure version 0.3.0 * Embracing latest ms_rest version [0.3.0](https://rubygems.org/gems/ms_rest) ##2016.05.19 ms_rest_azure version 0.2.3 * Support patch for long running operations. See [#1011](https://github.com/Azure/autorest/pull/1011), [#1056](https://github.com/Azure/autorest/pull/1056)