From 79738ca02ffcc188f5cb3c57a91fb81a7b5fcf36 Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Tue, 6 Feb 2018 14:10:02 -0800 Subject: [PATCH] Bump ms_rest_azure version to 0.10.3 --- runtime/ms_rest_azure/CHANGELOG.md | 3 +++ runtime/ms_rest_azure/lib/ms_rest_azure/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/runtime/ms_rest_azure/CHANGELOG.md b/runtime/ms_rest_azure/CHANGELOG.md index 6a821ae7f9..8a3ecfd931 100644 --- a/runtime/ms_rest_azure/CHANGELOG.md +++ b/runtime/ms_rest_azure/CHANGELOG.md @@ -1,3 +1,6 @@ +##2018.02.06 ms_rest_azure version 0.10.3 +* Removed subscription_id check from configurable. Refer [PR# 1261](https://github.com/Azure/azure-sdk-for-ruby/pull/1261) for further details. + ##2018.01.30 ms_rest_azure version 0.10.2 * Added CognitiveServicesCredentials class for the cognitive services data plane SDK. Refer [PR #1257](https://github.com/Azure/azure-sdk-for-ruby/pull/1257) for further details. * Added TopicCredentials class for the event grid data plane SDK. Refer [PR #1257](https://github.com/Azure/azure-sdk-for-ruby/pull/1257) for further details. diff --git a/runtime/ms_rest_azure/lib/ms_rest_azure/version.rb b/runtime/ms_rest_azure/lib/ms_rest_azure/version.rb index 2a37b36764..bf5200eb48 100644 --- a/runtime/ms_rest_azure/lib/ms_rest_azure/version.rb +++ b/runtime/ms_rest_azure/lib/ms_rest_azure/version.rb @@ -3,5 +3,5 @@ # Licensed under the MIT License. See License.txt in the project root for license information. module MsRestAzure - VERSION = '0.10.2' + VERSION = '0.10.3' end