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

Commit 293419d

Browse files
committed
Release changes
1 parent c3a8369 commit 293419d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2018.01.30 - Azure ARM release version 0.15.3
2+
* Releasing 0.15.3 version of azure_mgmt_event_grid gem.Refer [PR #1257](https://github.com/Azure/azure-sdk-for-ruby/pull/1257) for further details.
3+
* Releasing 0.15.3 version of azure_event_grid(data plane) gem.Refer [PR #1257](https://github.com/Azure/azure-sdk-for-ruby/pull/1257) for further details.
4+
15
## 2017.12.19 - Azure ARM release version 0.15.2
26

37
* Update azure_mgmt_compute gem to include latest api-versions supporting user assigned identity and ms_rest_azure dependency to 0.10.1

runtime/ms_rest_azure/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##2018.01.30 ms_rest_azure version 0.10.2
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.
3+
* 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.
4+
15
##2017.12.19 ms_rest_azure version 0.10.1
26
* Added support for user assigned identity to MSITokenProvider Modified portal URLs for Azure cloud environments. Refer [Issue #1175](https://github.com/Azure/azure-sdk-for-ruby/issues/1175) for further details.
37

runtime/ms_rest_azure/lib/ms_rest_azure/version.rb

Lines changed: 1 addition & 1 deletion
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.1'
6+
VERSION = '0.10.2'
77
end

0 commit comments

Comments
 (0)