azure_mgmt_container_instance 0.17.3 → 0.17.4
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 +5 -5
- data/lib/2017-08-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2017-08-01-preview/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2017-10-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2017-10-01-preview/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2017-12-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2017-12-01-preview/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2018-02-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/2018-10-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-10-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 89c5965a4c5d94ebdb2cf75ab25aeb45092dc6dd1579b23834d5c4e50977913d
|
|
4
|
+
data.tar.gz: 7d271028c5f2b3a3201ff8748d415d04e694499868c7dfc608d3fc11dd54d531
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01f0768d7596089fa1bd4690a515c97756a734f5d09f442a90219fb4286ebfe65b744dfe6995cec7069cce18ee263fefa93726779778361df59c4893e39c9f52
|
|
7
|
+
data.tar.gz: bea3d6cc667c176f6c3bc2deb5fbe4b431830557ffdf629e0c3595f346e2dbc633b2836454ea34ba88f3c667577d695c50ef8845e41a84216568e6f9ba4afe6d
|
|
@@ -130,7 +130,7 @@ module Azure::ContainerInstance::Mgmt::V2017_08_01_preview
|
|
|
130
130
|
#
|
|
131
131
|
def add_telemetry
|
|
132
132
|
sdk_information = 'azure_mgmt_container_instance'
|
|
133
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
133
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
134
134
|
add_user_agent_information(sdk_information)
|
|
135
135
|
end
|
|
136
136
|
end
|
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2017_08_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
|
|
@@ -134,7 +134,7 @@ module Azure::ContainerInstance::Mgmt::V2017_10_01_preview
|
|
|
134
134
|
#
|
|
135
135
|
def add_telemetry
|
|
136
136
|
sdk_information = 'azure_mgmt_container_instance'
|
|
137
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
137
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
138
138
|
add_user_agent_information(sdk_information)
|
|
139
139
|
end
|
|
140
140
|
end
|
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2017_10_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
|
|
@@ -138,7 +138,7 @@ module Azure::ContainerInstance::Mgmt::V2017_12_01_preview
|
|
|
138
138
|
#
|
|
139
139
|
def add_telemetry
|
|
140
140
|
sdk_information = 'azure_mgmt_container_instance'
|
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
141
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
142
142
|
add_user_agent_information(sdk_information)
|
|
143
143
|
end
|
|
144
144
|
end
|
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2017_12_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
|
|
@@ -142,7 +142,7 @@ module Azure::ContainerInstance::Mgmt::V2018_02_01_preview
|
|
|
142
142
|
#
|
|
143
143
|
def add_telemetry
|
|
144
144
|
sdk_information = 'azure_mgmt_container_instance'
|
|
145
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
145
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
146
146
|
add_user_agent_information(sdk_information)
|
|
147
147
|
end
|
|
148
148
|
end
|
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2018_02_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
|
data/lib/2018-04-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb
CHANGED
|
@@ -142,7 +142,7 @@ module Azure::ContainerInstance::Mgmt::V2018_04_01
|
|
|
142
142
|
#
|
|
143
143
|
def add_telemetry
|
|
144
144
|
sdk_information = 'azure_mgmt_container_instance'
|
|
145
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
145
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
146
146
|
add_user_agent_information(sdk_information)
|
|
147
147
|
end
|
|
148
148
|
end
|
data/lib/2018-04-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb
CHANGED
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2018_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
|
data/lib/2018-06-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb
CHANGED
|
@@ -138,7 +138,7 @@ module Azure::ContainerInstance::Mgmt::V2018_06_01
|
|
|
138
138
|
#
|
|
139
139
|
def add_telemetry
|
|
140
140
|
sdk_information = 'azure_mgmt_container_instance'
|
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
141
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
142
142
|
add_user_agent_information(sdk_information)
|
|
143
143
|
end
|
|
144
144
|
end
|
data/lib/2018-06-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb
CHANGED
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2018_06_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
|
data/lib/2018-09-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb
CHANGED
|
@@ -138,7 +138,7 @@ module Azure::ContainerInstance::Mgmt::V2018_09_01
|
|
|
138
138
|
#
|
|
139
139
|
def add_telemetry
|
|
140
140
|
sdk_information = 'azure_mgmt_container_instance'
|
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
141
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
142
142
|
add_user_agent_information(sdk_information)
|
|
143
143
|
end
|
|
144
144
|
end
|
data/lib/2018-09-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb
CHANGED
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2018_09_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
|
data/lib/2018-10-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb
CHANGED
|
@@ -142,7 +142,7 @@ module Azure::ContainerInstance::Mgmt::V2018_10_01
|
|
|
142
142
|
#
|
|
143
143
|
def add_telemetry
|
|
144
144
|
sdk_information = 'azure_mgmt_container_instance'
|
|
145
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
145
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
146
146
|
add_user_agent_information(sdk_information)
|
|
147
147
|
end
|
|
148
148
|
end
|
data/lib/2018-10-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb
CHANGED
|
@@ -31,7 +31,7 @@ module Azure::ContainerInstance::Mgmt::V2018_10_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
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_container_instance
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -458,7 +458,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
458
458
|
version: '0'
|
|
459
459
|
requirements: []
|
|
460
460
|
rubyforge_project:
|
|
461
|
-
rubygems_version: 2.
|
|
461
|
+
rubygems_version: 2.7.6
|
|
462
462
|
signing_key:
|
|
463
463
|
specification_version: 4
|
|
464
464
|
summary: Official Ruby client library to consume Microsoft Azure Container Instance.
|