ms_rest_azure 0.10.2 → 0.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b99746d08635c8d4551c7bba7533715a7a06c56f
4
- data.tar.gz: 276097a4fb680b68cf99ed1b0b0336089f992829
3
+ metadata.gz: 483dac03add06e63ad93053bb88692f614575e3f
4
+ data.tar.gz: c6cf1beb4e58fc828a4d15eeae6bb969ada259e2
5
5
  SHA512:
6
- metadata.gz: cbee3ee3b0130c810bb0dbf49149344afad6bba85fc1d2d3e9689dc00758ebaeb175101b7c9a310c1d03dcc9703c405fbc09ae48f682e89917549ae598b48fc5
7
- data.tar.gz: 42f74ad092bb1b81d751cc12743e3a07de46f324b07aebb2336ba13a517e91ae6630d6cd8ae075b300f77d28655bb4ff2ad68d477a7a63b60ce90e830bac733a
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.
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module MsRestAzure
6
- VERSION = '0.10.2'
6
+ VERSION = '0.10.3'
7
7
  end
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.2
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-01-30 00:00:00.000000000 Z
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.2
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: