azure_mgmt_container_service 0.18.1 → 0.18.2

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
- SHA1:
3
- metadata.gz: 307ea750887253a66baf6dba21078bf7338e6d13
4
- data.tar.gz: b4b772727edc321cb49a6f5a15e1daf349cf0d7a
2
+ SHA256:
3
+ metadata.gz: 0b9a932f476323cd9f052500d60015ad8694b4769f71dacc8c434c0acb20db61
4
+ data.tar.gz: 605593a66464f0d49f4ae16eb49c9480b782dde526b7602c879e2d5a1140fa46
5
5
  SHA512:
6
- metadata.gz: 05d07e10c4fd62ff6272773b56d2c2e087c9c21b11d7f9e59b9c20dfcfe13327e223d4c5fde9460f4bdfc5493fbba2fea1a9607f6c8a918d9eff92a92b6b868b
7
- data.tar.gz: 11cbaaae17042966e1e5335133f9843978c89b01638c0a20fd67742b95a0e341ccc949611ba359a6c86a6f2a0ed721afd7dc1120e8f30d99705e031692c08063
6
+ metadata.gz: ec07ad5c188500b0882af73282376c8b9b80a934a70f8065d8f43ca8964276009981bd4a5022f1e4beff150f740ba353951fe66ba62ea89bef2fd2e4271d62d6
7
+ data.tar.gz: b4c264ee2fc27fbe605e0a2ee1b3805ab482a991309ab66b7ff6f4f793abcc04870f1821c833bb8e44109896ad97cdf1a3c04c7574393ba69a633d07634912cd
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2016_03_30
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.1"
129
+ sdk_information = "#{sdk_information}/0.18.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.1"
129
+ sdk_information = "#{sdk_information}/0.18.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -31,7 +31,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
31
31
  def get_all_items
32
32
  items = @value
33
33
  page = self
34
- while page.next_link != nil do
34
+ while page.next_link != nil && !page.next_link.strip.empty? do
35
35
  page = page.get_next_page
36
36
  items.concat(page.value)
37
37
  end
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.1"
129
+ sdk_information = "#{sdk_information}/0.18.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -31,7 +31,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
31
31
  def get_all_items
32
32
  items = @value
33
33
  page = self
34
- while page.next_link != nil do
34
+ while page.next_link != nil && !page.next_link.strip.empty? do
35
35
  page = page.get_next_page
36
36
  items.concat(page.value)
37
37
  end
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_07_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.1"
129
+ sdk_information = "#{sdk_information}/0.18.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -31,7 +31,7 @@ module Azure::ContainerService::Mgmt::V2017_07_01
31
31
  def get_all_items
32
32
  items = @value
33
33
  page = self
34
- while page.next_link != nil do
34
+ while page.next_link != nil && !page.next_link.strip.empty? do
35
35
  page = page.get_next_page
36
36
  items.concat(page.value)
37
37
  end
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_08_31
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.1"
129
+ sdk_information = "#{sdk_information}/0.18.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -31,7 +31,7 @@ module Azure::ContainerService::Mgmt::V2017_08_31
31
31
  def get_all_items
32
32
  items = @value
33
33
  page = self
34
- while page.next_link != nil do
34
+ while page.next_link != nil && !page.next_link.strip.empty? do
35
35
  page = page.get_next_page
36
36
  items.concat(page.value)
37
37
  end
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_09_30
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.1"
129
+ sdk_information = "#{sdk_information}/0.18.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -130,7 +130,7 @@ module Azure::ContainerService::Mgmt::V2018_03_31
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_container_service'
133
- sdk_information = "#{sdk_information}/0.18.1"
133
+ sdk_information = "#{sdk_information}/0.18.2"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -31,7 +31,7 @@ module Azure::ContainerService::Mgmt::V2018_03_31
31
31
  def get_all_items
32
32
  items = @value
33
33
  page = self
34
- while page.next_link != nil do
34
+ while page.next_link != nil && !page.next_link.strip.empty? do
35
35
  page = page.get_next_page
36
36
  items.concat(page.value)
37
37
  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::ContainerService::Mgmt
6
- VERSION = '0.18.1'
6
+ VERSION = '0.18.2'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_container_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
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-09-14 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
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
263
  version: '0'
264
264
  requirements: []
265
265
  rubyforge_project:
266
- rubygems_version: 2.5.1
266
+ rubygems_version: 2.7.6
267
267
  signing_key:
268
268
  specification_version: 4
269
269
  summary: Official Ruby client library to consume Microsoft Azure Container Service