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 +4 -4
- data/lib/2017-02-27-preview/generated/azure_mgmt_billing/billing_client.rb +1 -1
- data/lib/2017-04-24-preview/generated/azure_mgmt_billing/billing_management_client.rb +1 -1
- data/lib/2018-03-01-preview/generated/azure_mgmt_billing/billing_management_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0582d491f6e53d46c1203751f0d8707395aaa40ece340fcb3b11591a32a6bd9
|
4
|
+
data.tar.gz: b6d2b2dab755eedff8e47824fc5b021fabdcc99895a4f7d1427a3000d6788671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
140
|
+
sdk_information = "#{sdk_information}/0.17.3"
|
141
141
|
add_user_agent_information(sdk_information)
|
142
142
|
end
|
143
143
|
end
|
data/lib/version.rb
CHANGED
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.
|
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:
|
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.
|
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.
|
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.
|
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.
|