azure_mgmt_billing 0.17.2 → 0.17.3

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: 9d6742097b23049089b9eec86261e53540e71fb9c897832752382df468ba037e
4
- data.tar.gz: 634a72c66a2e25ff61f237ac063df333abcfd023b3db5f4d9d7f83e18f44c3d3
3
+ metadata.gz: a0582d491f6e53d46c1203751f0d8707395aaa40ece340fcb3b11591a32a6bd9
4
+ data.tar.gz: b6d2b2dab755eedff8e47824fc5b021fabdcc99895a4f7d1427a3000d6788671
5
5
  SHA512:
6
- metadata.gz: 6136e9051ad54761b76676cd7654b63fb8ea809150ec74e7755146381331bf4438eb5f635132b7ea6d72e384ca90c63729c24884e9f8ddcb579ea8bb365502cf
7
- data.tar.gz: 5c85b35a3f73d5a262f1c914aff1ec58feeb06c727b0895265eff5ea67a5799a40b5314e7342ffd1b63bde439ff88a3e13fa2d46ab43189d127415a1e8a0f30d
6
+ metadata.gz: 22f56ca738daf002560c1b7ab8dc2856f465dc049b41f938ad4a1ae03bea536f62c25a0234ff3da931b7d8789e8aecc9d28a1492d9e85c7cf61f22875b81147f
7
+ data.tar.gz: e41d9b4e0545eb31790fbdd0ee2c517a248c971bab578ed738ddf6aff9da93ebe6d424ad4870742748065e90f6bc078dc651cb1567023968c36860338ffdbaec
@@ -129,7 +129,7 @@ module Azure::Billing::Mgmt::V2017_02_27_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_billing'
132
- sdk_information = "#{sdk_information}/0.17.2"
132
+ sdk_information = "#{sdk_information}/0.17.3"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -133,7 +133,7 @@ module Azure::Billing::Mgmt::V2017_04_24_preview
133
133
  #
134
134
  def add_telemetry
135
135
  sdk_information = 'azure_mgmt_billing'
136
- sdk_information = "#{sdk_information}/0.17.2"
136
+ sdk_information = "#{sdk_information}/0.17.3"
137
137
  add_user_agent_information(sdk_information)
138
138
  end
139
139
  end
@@ -137,7 +137,7 @@ module Azure::Billing::Mgmt::V2018_03_01_preview
137
137
  #
138
138
  def add_telemetry
139
139
  sdk_information = 'azure_mgmt_billing'
140
- sdk_information = "#{sdk_information}/0.17.2"
140
+ sdk_information = "#{sdk_information}/0.17.3"
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::Billing::Mgmt
6
- VERSION = '0.17.2'
6
+ VERSION = '0.17.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.17.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: 2019-03-13 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.0
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.0
82
+ version: 0.12.0
83
83
  description: Microsoft Azure Billing Services Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  version: '0'
170
170
  requirements: []
171
171
  rubyforge_project:
172
- rubygems_version: 2.7.6
172
+ rubygems_version: 2.7.8
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Official Ruby client library to consume Microsoft Azure Billing.