azure-armrest 0.5.0 → 0.5.1

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: b525251ef80821ff56d3acea755a8861afda77fa
4
- data.tar.gz: 7b349ae37b233c3c0f120c7dfbbcc7572cab8ec3
3
+ metadata.gz: f920c8f07cf2383273490cdf251f88dc3e4ecc17
4
+ data.tar.gz: 7e9cb3164cc07b3e54bca526c20b298bc17da944
5
5
  SHA512:
6
- metadata.gz: 9ff548c71449012c821ee00355ab71dd2d58b47594d76257c0fe3237da3a8fad55233b1fee8e17769655cb18633af1923c6225083c6f4ef056a30300e6ae5613
7
- data.tar.gz: 202570079f1463b424937e400352c46f5ad7bf36889e57d261eced1908aee1b9a9a26ae96b230edc0d4b9277f2ebf46aa7dee42ef28fd20aee22436499d83d04
6
+ metadata.gz: cc5dd973b5b8d52978cbdd3521cd1fca87c91f5b560da041793b1dd73bf9b3d57b08572af182fc7a6f8a2ea4943e0594f4a5c658088eb3dc34a3e71c32b28039
7
+ data.tar.gz: b81b2da518221a91fee8bbe13926962b9d18f85c57c84c8c6b707c9b48dbb2847c0926b3d8b520e56d80e8366380cb1c652b97e06b9de7298d18af700fda2330
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ = 0.5.1 - 21-Dec-2016
2
+ * The Configuration#subscription_id= method does not validate or fetch
3
+ provider information if the argument is nil or blank.
4
+
1
5
  = 0.5.0 - 20-Dec-2016
2
6
  * Added the Azure::Armrest::Environment class. The Configuration#environment
3
7
  option now takes an Environment instance. There are two predefined instances
@@ -144,6 +144,7 @@ module Azure
144
144
  #
145
145
  def subscription_id=(value)
146
146
  @subscription_id = value
147
+ return if value.nil? || value.empty?
147
148
  validate_subscription
148
149
  @providers = fetch_providers
149
150
  set_provider_api_versions
@@ -1,6 +1,6 @@
1
1
  module Azure
2
2
  module Armrest
3
3
  # The version of the azure-armrest library.
4
- VERSION = '0.5.0'.freeze
4
+ VERSION = '0.5.1'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure-armrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-12-20 00:00:00.000000000 Z
14
+ date: 2016-12-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json