azure_mgmt_reservations 0.19.1 → 0.19.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: 60d97e07c1d347d9296e98bbf698d9501b5fcab3791db1054f875fab0005a3d0
4
- data.tar.gz: e9f29beaa850849900d2bd166d7b3f3a77dd94c9e0471fb42beb62641a7ebeab
3
+ metadata.gz: d5afda4eb58ffd9b757fe0102f7b2435d2bed4ceb15a6c8c9a9193f4594aa73e
4
+ data.tar.gz: 5491cd34fff5cddc10fe45e5c593919f241c357ab313e4b244a6d917738b8b5e
5
5
  SHA512:
6
- metadata.gz: bd0b00f68f7c961b951449ddbaa410a06e1c533f6ef4553a4032dc883ed3b7b5663557d8e9b166c6b7324bb5899c228d2dda654cfa6825c0757f34a998ff9b75
7
- data.tar.gz: 3043c7aea30025efd8361fcadc8c315164bff91c77cbfba4919601d50949ece9c79a2a4a7e2c33d6d256ffa695af807676afea7dd5ad4b5108ade9943fbc7f88
6
+ metadata.gz: 8e7db13cbccbfe8a0356aebaeefadf4dd8a23e2c8a3f0c41059b582ca536ecb04f8c8b62ac4582d2d8975fcd1ba8ba92dd4556fdedecaa00bd32fefe45aa7f7f
7
+ data.tar.gz: 59f9653f628489b7e28bd90184e920d5de3ec2ac3c5bdb05deba2c607b112260b9855d7a6aa4da519b8bc0a833e15a8359e6c71343174e38ab2f8ecd9ab70fb6
@@ -332,7 +332,7 @@ module Azure::Reservations::Mgmt::V2017_11_01
332
332
  #
333
333
  def add_telemetry
334
334
  sdk_information = 'azure_mgmt_reservations'
335
- sdk_information = "#{sdk_information}/0.19.1"
335
+ sdk_information = "#{sdk_information}/0.19.2"
336
336
  add_user_agent_information(sdk_information)
337
337
  end
338
338
  end
@@ -345,7 +345,7 @@ module Azure::Reservations::Mgmt::V2018_06_01_preview
345
345
  #
346
346
  def add_telemetry
347
347
  sdk_information = 'azure_mgmt_reservations'
348
- sdk_information = "#{sdk_information}/0.19.1"
348
+ sdk_information = "#{sdk_information}/0.19.2"
349
349
  add_user_agent_information(sdk_information)
350
350
  end
351
351
  end
@@ -348,7 +348,7 @@ module Azure::Reservations::Mgmt::V2019_04_01_preview
348
348
  #
349
349
  def add_telemetry
350
350
  sdk_information = 'azure_mgmt_reservations'
351
- sdk_information = "#{sdk_information}/0.19.1"
351
+ sdk_information = "#{sdk_information}/0.19.2"
352
352
  add_user_agent_information(sdk_information)
353
353
  end
354
354
  end
@@ -137,7 +137,7 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
137
137
  #
138
138
  def add_telemetry
139
139
  sdk_information = 'azure_mgmt_reservations'
140
- sdk_information = "#{sdk_information}/0.19.1"
140
+ sdk_information = "#{sdk_information}/0.19.2"
141
141
  add_user_agent_information(sdk_information)
142
142
  end
143
143
  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::Reservations::Mgmt
6
- VERSION = '0.19.1'
6
+ VERSION = '0.19.2'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_reservations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 0.19.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: 2020-02-11 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:
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []