Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit a37a979

Browse files
authored
Merge pull request #1263 from sarangan12/ms_rest_azure_0_10_3
Bump ms_rest_azure version to 0.10.3
2 parents 7bf28ec + 79738ca commit a37a979

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

runtime/ms_rest_azure/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##2018.02.06 ms_rest_azure version 0.10.3
2+
* Removed subscription_id check from configurable. Refer [PR# 1261](https://github.com/Azure/azure-sdk-for-ruby/pull/1261) for further details.
3+
14
##2018.01.30 ms_rest_azure version 0.10.2
25
* 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.
36
* 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.

runtime/ms_rest_azure/lib/ms_rest_azure/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44

55
module MsRestAzure
6-
VERSION = '0.10.2'
6+
VERSION = '0.10.3'
77
end

0 commit comments

Comments
 (0)