azure_mgmt_policy_insights 0.17.1 → 0.17.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
2
  SHA256:
3
- metadata.gz: 149bcd4f9b8321061c40307b0b46934fca1c6f29b2bc94188c1d6b040cbeeb4e
4
- data.tar.gz: 4513de047c5d3675fb2a87adb2c08244c4d5588708864988f3d10464acae96e5
3
+ metadata.gz: 1293fd5f2be4155a81b4b6f3e64ec2be65132a6137d1b8c719aea8f81e7ca06e
4
+ data.tar.gz: ef53bdcc9820bed3386941b6a2231d8831a46da43614a28f972f6417070302da
5
5
  SHA512:
6
- metadata.gz: eeee20d0f1f9c322babf90cb1d70687194b328c7cfe45f00fb77e40540cd5f5e1aa8fd860bd036e74bcdc3b6d5a04c0b8bc27c0430d141ddf246a4544d442a4d
7
- data.tar.gz: ebabe8f1fc7b2ffddd5c5760037540ec23c005affba45be2ccf4ce11c7900821a6b2aac656bc25ddc90c05e56d0d3caf48a1136d5581416e27f3cc724c7b8463
6
+ metadata.gz: 91ecc1c130e3184a5c698fc851426773bd3689c7014775923367bd8dfca5952f7cc60b798522a01c7eded4d26b00ef1d982970215b020ab47ef39c660a5244ed
7
+ data.tar.gz: 7a4f0201e53592bb82dbb66154e1239fd0555ad14f25f163a3f65e69e402e437547f07f8a8c6ca87b27880a3676c38f3a4423a9c683fb59f1c021dff80a784ff
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_08_09_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.1"
132
+ sdk_information = "#{sdk_information}/0.17.2"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_10_17_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.1"
132
+ sdk_information = "#{sdk_information}/0.17.2"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_12_12_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.1"
132
+ sdk_information = "#{sdk_information}/0.17.2"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2018_04_04
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.1"
132
+ sdk_information = "#{sdk_information}/0.17.2"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -30,7 +30,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
30
30
  def get_all_items
31
31
  items = @value
32
32
  page = self
33
- while page.next_link != nil do
33
+ while page.next_link != nil && !page.next_link.strip.empty? do
34
34
  page = page.get_next_page
35
35
  items.concat(page.value)
36
36
  end
@@ -31,7 +31,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
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
@@ -30,7 +30,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
30
30
  def get_all_items
31
31
  items = @value
32
32
  page = self
33
- while page.next_link != nil do
33
+ while page.next_link != nil && !page.next_link.strip.empty? do
34
34
  page = page.get_next_page
35
35
  items.concat(page.value)
36
36
  end
@@ -128,7 +128,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_policy_insights'
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
@@ -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::PolicyInsights::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_policy_insights
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: 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