azure_mgmt_storage 0.17.5 → 0.17.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6643d130222b0f74b04ebeee1ce756a584d66b7508e14476b544c9e1e4e88f29
4
- data.tar.gz: 34eb442b60ace4efbe124b0137e27015e9e562d88a92c2ee4159370db05ac51b
3
+ metadata.gz: d21279a84346ee055d7d98177dd7532de9952d0a85ec56850afd7b34f32dc563
4
+ data.tar.gz: 3dfbe644f2f05d8d0eccf6e12b612e2497c62ce427ec5b76b45f32c44a1d476e
5
5
  SHA512:
6
- metadata.gz: bbb0a5c2ec794f1f23863d49a58a3894ee2e72cf8bacfc9b6fc7875681839fd3ae36b7c106bee69de32f41be54a175d17ba4abca3e186983b6b10a8dab443193
7
- data.tar.gz: 0ab08f505db40a60696da0fa9bdc86bf39db2ba9aad41437b12e6e938509411c8c75207a6e3c3919df18e6bec6353aef0d528b3dfb7cbf941a434614074c4d5c
6
+ metadata.gz: 9e157dd9067d49757897125f089cd5085d32f3d8c2552d859d59bd72fdea7ae30572c851fa3adcf98892897f2215d618288ef34b90f4528c17d6322f2e31ad20
7
+ data.tar.gz: be5244ccb4a441acca71f9d5823a03c5d98de5cc7f6dca94495b42e54bc405eaec9aac4013fc19ab46784c45a036b866cbe838fe19af7c24c4828d7b600a88f6
@@ -32,7 +32,7 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
32
32
  def get_all_items
33
33
  items = @value
34
34
  page = self
35
- while page.next_link != nil do
35
+ while page.next_link != nil && !page.next_link.strip.empty? do
36
36
  page = page.get_next_page
37
37
  items.concat(page.value)
38
38
  end
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_storage'
133
- sdk_information = "#{sdk_information}/0.17.5"
133
+ sdk_information = "#{sdk_information}/0.17.6"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2015_06_15
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_storage'
133
- sdk_information = "#{sdk_information}/0.17.5"
133
+ sdk_information = "#{sdk_information}/0.17.6"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2016_01_01
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_storage'
133
- sdk_information = "#{sdk_information}/0.17.5"
133
+ sdk_information = "#{sdk_information}/0.17.6"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2016_12_01
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_storage'
133
- sdk_information = "#{sdk_information}/0.17.5"
133
+ sdk_information = "#{sdk_information}/0.17.6"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -138,7 +138,7 @@ module Azure::Storage::Mgmt::V2017_06_01
138
138
  #
139
139
  def add_telemetry
140
140
  sdk_information = 'azure_mgmt_storage'
141
- sdk_information = "#{sdk_information}/0.17.5"
141
+ sdk_information = "#{sdk_information}/0.17.6"
142
142
  add_user_agent_information(sdk_information)
143
143
  end
144
144
  end
@@ -138,7 +138,7 @@ module Azure::Storage::Mgmt::V2017_10_01
138
138
  #
139
139
  def add_telemetry
140
140
  sdk_information = 'azure_mgmt_storage'
141
- sdk_information = "#{sdk_information}/0.17.5"
141
+ sdk_information = "#{sdk_information}/0.17.6"
142
142
  add_user_agent_information(sdk_information)
143
143
  end
144
144
  end
@@ -140,7 +140,7 @@ module Azure::Storage::Mgmt::V2018_02_01
140
140
  #
141
141
  def add_telemetry
142
142
  sdk_information = 'azure_mgmt_storage'
143
- sdk_information = "#{sdk_information}/0.17.5"
143
+ sdk_information = "#{sdk_information}/0.17.6"
144
144
  add_user_agent_information(sdk_information)
145
145
  end
146
146
  end
@@ -140,7 +140,7 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
140
140
  #
141
141
  def add_telemetry
142
142
  sdk_information = 'azure_mgmt_storage'
143
- sdk_information = "#{sdk_information}/0.17.5"
143
+ sdk_information = "#{sdk_information}/0.17.6"
144
144
  add_user_agent_information(sdk_information)
145
145
  end
146
146
  end
@@ -144,7 +144,7 @@ module Azure::Storage::Mgmt::V2018_07_01
144
144
  #
145
145
  def add_telemetry
146
146
  sdk_information = 'azure_mgmt_storage'
147
- sdk_information = "#{sdk_information}/0.17.5"
147
+ sdk_information = "#{sdk_information}/0.17.6"
148
148
  add_user_agent_information(sdk_information)
149
149
  end
150
150
  end
@@ -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 Azure::Storage::Mgmt
6
- VERSION = '0.17.5'
6
+ VERSION = '0.17.6'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.5
4
+ version: 0.17.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-03 00:00:00.000000000 Z
11
+ date: 2019-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler