azure_mgmt_monitor 0.17.1 → 0.17.2

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
  SHA256:
3
- metadata.gz: 6eed336252bfb41b09f2da400c525b6e83c6ed93fb9db687c7f34f244950a75e
4
- data.tar.gz: e4e7b4246000e335101155b9016c4ab59e38c9d541fe8df00ed8cc263434d840
3
+ metadata.gz: 168c1818348600a048103eea4b3672a71b6ca6632cb744681ae6a27aa8adf82a
4
+ data.tar.gz: 0392f23d999487c214969793e357554b320682a378ec0419c4fec43ee849d8ed
5
5
  SHA512:
6
- metadata.gz: cb10655731d3303a07452b824fb1427905903a06dd91e9d17eddcf49af62212dadb665591d59b7e9b3a9bd7017619a6c0b105ec08d1db54fd5df835cc5f48abf
7
- data.tar.gz: d5d94f414791576caa5fe71337bfc7a2d9af2fe6a8fdd31efe10056ce4025e9f3117de12140562caefc99ed8fd7d1e28df93b7f5a0a18118b4c56cfdfc51a75c
6
+ metadata.gz: 59f795c6c08ce43a97fd956a82fde037619bbe92ef21f6476f112b3b7988ae1771ec985cf9fdeda08c85cf01b103e84709e40f13e80d568e3215ed1cf081abdb
7
+ data.tar.gz: b5c8653f2ea9a686b7b7f1dae158a8a40b6ad92cb095b1d871f5bbe03465b1dd8b82fc4c364c4d616966910017aca8b2ec84ec7e30fa29a6a3c65b78df7057be
@@ -31,7 +31,7 @@ module Azure::Monitor::Mgmt::V2015_04_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
@@ -31,7 +31,7 @@ module Azure::Monitor::Mgmt::V2015_04_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
@@ -140,7 +140,7 @@ module Azure::Monitor::Mgmt::V2015_04_01
140
140
  #
141
141
  def add_telemetry
142
142
  sdk_information = 'azure_mgmt_monitor'
143
- sdk_information = "#{sdk_information}/0.17.1"
143
+ sdk_information = "#{sdk_information}/0.17.2"
144
144
  add_user_agent_information(sdk_information)
145
145
  end
146
146
  end
@@ -136,7 +136,7 @@ module Azure::Monitor::Mgmt::V2016_03_01
136
136
  #
137
137
  def add_telemetry
138
138
  sdk_information = 'azure_mgmt_monitor'
139
- sdk_information = "#{sdk_information}/0.17.1"
139
+ sdk_information = "#{sdk_information}/0.17.2"
140
140
  add_user_agent_information(sdk_information)
141
141
  end
142
142
  end
@@ -126,7 +126,7 @@ module Azure::Monitor::Mgmt::V2016_09_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_monitor'
129
- sdk_information = "#{sdk_information}/0.17.1"
129
+ sdk_information = "#{sdk_information}/0.17.2"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -128,7 +128,7 @@ module Azure::Monitor::Mgmt::V2017_04_01
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_monitor'
131
- sdk_information = "#{sdk_information}/0.17.1"
131
+ sdk_information = "#{sdk_information}/0.17.2"
132
132
  add_user_agent_information(sdk_information)
133
133
  end
134
134
  end
@@ -134,7 +134,7 @@ module Azure::Monitor::Mgmt::V2017_05_01_preview
134
134
  #
135
135
  def add_telemetry
136
136
  sdk_information = 'azure_mgmt_monitor'
137
- sdk_information = "#{sdk_information}/0.17.1"
137
+ sdk_information = "#{sdk_information}/0.17.2"
138
138
  add_user_agent_information(sdk_information)
139
139
  end
140
140
  end
@@ -121,7 +121,7 @@ module Azure::Monitor::Mgmt::V2017_11_01_preview
121
121
  #
122
122
  def add_telemetry
123
123
  sdk_information = 'azure_mgmt_monitor'
124
- sdk_information = "#{sdk_information}/0.17.1"
124
+ sdk_information = "#{sdk_information}/0.17.2"
125
125
  add_user_agent_information(sdk_information)
126
126
  end
127
127
  end
@@ -125,7 +125,7 @@ module Azure::Monitor::Mgmt::V2018_01_01
125
125
  #
126
126
  def add_telemetry
127
127
  sdk_information = 'azure_mgmt_monitor'
128
- sdk_information = "#{sdk_information}/0.17.1"
128
+ sdk_information = "#{sdk_information}/0.17.2"
129
129
  add_user_agent_information(sdk_information)
130
130
  end
131
131
  end
@@ -132,7 +132,7 @@ module Azure::Monitor::Mgmt::V2018_03_01
132
132
  #
133
133
  def add_telemetry
134
134
  sdk_information = 'azure_mgmt_monitor'
135
- sdk_information = "#{sdk_information}/0.17.1"
135
+ sdk_information = "#{sdk_information}/0.17.2"
136
136
  add_user_agent_information(sdk_information)
137
137
  end
138
138
  end
@@ -124,7 +124,7 @@ module Azure::Monitor::Mgmt::V2018_04_16
124
124
  #
125
125
  def add_telemetry
126
126
  sdk_information = 'azure_mgmt_monitor'
127
- sdk_information = "#{sdk_information}/0.17.1"
127
+ sdk_information = "#{sdk_information}/0.17.2"
128
128
  add_user_agent_information(sdk_information)
129
129
  end
130
130
  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::Monitor::Mgmt
6
- VERSION = '0.17.1'
6
+ VERSION = '0.17.2'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.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