ms_rest_azure 0.10.2 → 0.10.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/ms_rest_azure/common/configurable.rb +0 -2
- data/lib/ms_rest_azure/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 483dac03add06e63ad93053bb88692f614575e3f
|
4
|
+
data.tar.gz: c6cf1beb4e58fc828a4d15eeae6bb969ada259e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fa4f569bf9a17b6983aec5bf726829d50c1eadce4a39129629fd8138d1dfbb1d8a9dfb982ae3c3146eac15407b207dbe959f7e22721ab3eefe3a57a51905a57
|
7
|
+
data.tar.gz: 5c793cf9b2153eeb4d8c04e803ffcbf7a4ef0a5f56144dfac25d021f5ebc13e802d89670cb4f85978f1829e42ce911a0eea8a570e13301636823c20fe8a9eeac
|
data/CHANGELOG.md
CHANGED
@@ -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
|
+
|
1
4
|
##2018.01.30 ms_rest_azure version 0.10.2
|
2
5
|
* 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
6
|
* 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.
|
@@ -50,8 +50,6 @@ module MsRestAzure::Common
|
|
50
50
|
instance_variable_set(:"@#{key}", options.fetch(key, default_value))
|
51
51
|
end
|
52
52
|
|
53
|
-
fail ArgumentError, 'subscription_id is nil' if self.subscription_id.nil?
|
54
|
-
|
55
53
|
if(options[:credentials].nil?)
|
56
54
|
# The user has not passed in the credentials. So, the SDK has to
|
57
55
|
# build the credentials itself.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ms_rest_azure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -142,7 +142,7 @@ metadata:
|
|
142
142
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/runtime/ms_rest_azure/CHANGELOG.md
|
143
143
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
144
144
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
145
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest_azure-v0.10.
|
145
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest_azure-v0.10.3
|
146
146
|
post_install_message:
|
147
147
|
rdoc_options: []
|
148
148
|
require_paths:
|