azure_mgmt_compute 0.19.2 → 0.19.3

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: a29353773026fb6134750654e8e6402eb2a2f87a3e2a94cbdecef73f244abb11
4
- data.tar.gz: 66bb7917a2b48e8cfdee379694921725fa87f98228b39a683f323ab8a1b4079b
3
+ metadata.gz: 454382ebe65710ae71367084ea0c8f7e03b5b58f24bf2517a9a243f67c6da7ad
4
+ data.tar.gz: 92b7000adb3fedef896ea3dc1fcf0f35d5c3e4c4f9370b37b5533f2db9a020af
5
5
  SHA512:
6
- metadata.gz: 38c7ef50922f731739e7cb59c4671578cec68c4c08740b180c0a5c96b7477b89973a863e30b0724ceb95603892df98cb9611a83bee9662a48e38940354281815
7
- data.tar.gz: c1e9319e7694d767fdb8041712a96758482ff640499248ae018647f877e6ae63328b150636212e627af41de42425e200108800a54cc1dec38a4f49dc9de74387
6
+ metadata.gz: fe86d14f4d8830946423e3964459f65cd819931858ba2443354ba2dbc8c134f3a00f2363d8c5f74c349c7a7cb7f39a2fcddce9bbf657cd2a2a0d8c53679bfa05
7
+ data.tar.gz: 31d4df2bbbcdb211d1265b4c3b855ba5b714a8b9ad76399600d2d2f261283264344c263c32b0a28ef578df0ab1b6bde0540b517aeee969eaa7d366493b504afa
@@ -158,7 +158,7 @@ module Azure::Compute::Mgmt::V2015_06_15
158
158
  #
159
159
  def add_telemetry
160
160
  sdk_information = 'azure_mgmt_compute'
161
- sdk_information = "#{sdk_information}/0.19.2"
161
+ sdk_information = "#{sdk_information}/0.19.3"
162
162
  add_user_agent_information(sdk_information)
163
163
  end
164
164
  end
@@ -158,7 +158,7 @@ module Azure::Compute::Mgmt::V2016_03_30
158
158
  #
159
159
  def add_telemetry
160
160
  sdk_information = 'azure_mgmt_compute'
161
- sdk_information = "#{sdk_information}/0.19.2"
161
+ sdk_information = "#{sdk_information}/0.19.3"
162
162
  add_user_agent_information(sdk_information)
163
163
  end
164
164
  end
@@ -170,7 +170,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
170
170
  #
171
171
  def add_telemetry
172
172
  sdk_information = 'azure_mgmt_compute'
173
- sdk_information = "#{sdk_information}/0.19.2"
173
+ sdk_information = "#{sdk_information}/0.19.3"
174
174
  add_user_agent_information(sdk_information)
175
175
  end
176
176
  end
@@ -188,7 +188,7 @@ module Azure::Compute::Mgmt::V2017_03_30
188
188
  #
189
189
  def add_telemetry
190
190
  sdk_information = 'azure_mgmt_compute'
191
- sdk_information = "#{sdk_information}/0.19.2"
191
+ sdk_information = "#{sdk_information}/0.19.3"
192
192
  add_user_agent_information(sdk_information)
193
193
  end
194
194
  end
@@ -126,7 +126,7 @@ module Azure::Compute::Mgmt::V2017_09_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_compute'
129
- sdk_information = "#{sdk_information}/0.19.2"
129
+ sdk_information = "#{sdk_information}/0.19.3"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -184,7 +184,7 @@ module Azure::Compute::Mgmt::V2017_12_01
184
184
  #
185
185
  def add_telemetry
186
186
  sdk_information = 'azure_mgmt_compute'
187
- sdk_information = "#{sdk_information}/0.19.2"
187
+ sdk_information = "#{sdk_information}/0.19.3"
188
188
  add_user_agent_information(sdk_information)
189
189
  end
190
190
  end
@@ -196,7 +196,7 @@ module Azure::Compute::Mgmt::V2018_04_01
196
196
  #
197
197
  def add_telemetry
198
198
  sdk_information = 'azure_mgmt_compute'
199
- sdk_information = "#{sdk_information}/0.19.2"
199
+ sdk_information = "#{sdk_information}/0.19.3"
200
200
  add_user_agent_information(sdk_information)
201
201
  end
202
202
  end
@@ -208,7 +208,7 @@ module Azure::Compute::Mgmt::V2018_06_01
208
208
  #
209
209
  def add_telemetry
210
210
  sdk_information = 'azure_mgmt_compute'
211
- sdk_information = "#{sdk_information}/0.19.2"
211
+ sdk_information = "#{sdk_information}/0.19.3"
212
212
  add_user_agent_information(sdk_information)
213
213
  end
214
214
  end
@@ -130,7 +130,7 @@ module Azure::Compute::Mgmt::V2018_09_30
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_compute'
133
- sdk_information = "#{sdk_information}/0.19.2"
133
+ sdk_information = "#{sdk_information}/0.19.3"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -188,7 +188,7 @@ module Azure::Compute::Mgmt::V2018_10_01
188
188
  #
189
189
  def add_telemetry
190
190
  sdk_information = 'azure_mgmt_compute'
191
- sdk_information = "#{sdk_information}/0.19.2"
191
+ sdk_information = "#{sdk_information}/0.19.3"
192
192
  add_user_agent_information(sdk_information)
193
193
  end
194
194
  end
@@ -224,7 +224,7 @@ module Azure::Compute::Mgmt::V2019_03_01
224
224
  #
225
225
  def add_telemetry
226
226
  sdk_information = 'azure_mgmt_compute'
227
- sdk_information = "#{sdk_information}/0.19.2"
227
+ sdk_information = "#{sdk_information}/0.19.3"
228
228
  add_user_agent_information(sdk_information)
229
229
  end
230
230
  end
@@ -126,7 +126,7 @@ module Azure::Compute::Mgmt::V2019_04_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_compute'
129
- sdk_information = "#{sdk_information}/0.19.2"
129
+ sdk_information = "#{sdk_information}/0.19.3"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -233,7 +233,7 @@ module Azure::Compute::Mgmt::V2019_07_01
233
233
  #
234
234
  def add_telemetry
235
235
  sdk_information = 'azure_mgmt_compute'
236
- sdk_information = "#{sdk_information}/0.19.2"
236
+ sdk_information = "#{sdk_information}/0.19.3"
237
237
  add_user_agent_information(sdk_information)
238
238
  end
239
239
  end
@@ -134,7 +134,7 @@ module Azure::Compute::Mgmt::V2019_11_01
134
134
  #
135
135
  def add_telemetry
136
136
  sdk_information = 'azure_mgmt_compute'
137
- sdk_information = "#{sdk_information}/0.19.2"
137
+ sdk_information = "#{sdk_information}/0.19.3"
138
138
  add_user_agent_information(sdk_information)
139
139
  end
140
140
  end
@@ -225,7 +225,7 @@ module Azure::Compute::Mgmt::V2019_12_01
225
225
  #
226
226
  def add_telemetry
227
227
  sdk_information = 'azure_mgmt_compute'
228
- sdk_information = "#{sdk_information}/0.19.2"
228
+ sdk_information = "#{sdk_information}/0.19.3"
229
229
  add_user_agent_information(sdk_information)
230
230
  end
231
231
  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::Compute::Mgmt
6
- VERSION = '0.19.2'
6
+ VERSION = '0.19.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_compute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.2
4
+ version: 0.19.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-28 00:00:00.000000000 Z
11
+ date: 2020-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.11.1
75
+ version: 0.12.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.11.1
82
+ version: 0.12.0
83
83
  description: Microsoft Azure Compute Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []