azure_mgmt_cost_management 0.17.0 → 0.17.1
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/2018-05-31/generated/azure_mgmt_cost_management/cost_management_client.rb +1 -1
- data/lib/2019-01-01/generated/azure_mgmt_cost_management/cost_management_client.rb +1 -1
- data/lib/2019-03-01-preview/generated/azure_mgmt_cost_management/cost_management_client.rb +1 -1
- data/lib/2019-04-01-preview/generated/azure_mgmt_cost_management/cost_management_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aaeb1b440c2ae3eba1a320256642142e4c1a89e59a618a75effbad62ca2d65e
|
4
|
+
data.tar.gz: f4111c6183ec95f2ce48d17139cbc0d05da23b869eb947b80a897d60a0ddc538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e957dce8e720139397839c7a9c1f2dc99711b5b124ed5e5b5b640633e99e0d4fb054146e4cc75d6538000d06963707dfe14553952490f4c9151b0c5554f076
|
7
|
+
data.tar.gz: 2a380c5f86e8a30b6e40bdec03302dce8e49555cf9111e397a48cd7d7ad6c3dc301174a2f5306c31ad3c1747cd3a1dd425feacd2ccc5de788ea62c3e03bccdf6
|
@@ -448,7 +448,7 @@ module Azure::CostManagement::Mgmt::V2018_05_31
|
|
448
448
|
#
|
449
449
|
def add_telemetry
|
450
450
|
sdk_information = 'azure_mgmt_cost_management'
|
451
|
-
sdk_information = "#{sdk_information}/0.17.
|
451
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
452
452
|
add_user_agent_information(sdk_information)
|
453
453
|
end
|
454
454
|
end
|
@@ -137,7 +137,7 @@ module Azure::CostManagement::Mgmt::V2019_01_01
|
|
137
137
|
#
|
138
138
|
def add_telemetry
|
139
139
|
sdk_information = 'azure_mgmt_cost_management'
|
140
|
-
sdk_information = "#{sdk_information}/0.17.
|
140
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
141
141
|
add_user_agent_information(sdk_information)
|
142
142
|
end
|
143
143
|
end
|
@@ -157,7 +157,7 @@ module Azure::CostManagement::Mgmt::V2019_03_01_preview
|
|
157
157
|
#
|
158
158
|
def add_telemetry
|
159
159
|
sdk_information = 'azure_mgmt_cost_management'
|
160
|
-
sdk_information = "#{sdk_information}/0.17.
|
160
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
161
161
|
add_user_agent_information(sdk_information)
|
162
162
|
end
|
163
163
|
end
|
@@ -137,7 +137,7 @@ module Azure::CostManagement::Mgmt::V2019_04_01_preview
|
|
137
137
|
#
|
138
138
|
def add_telemetry
|
139
139
|
sdk_information = 'azure_mgmt_cost_management'
|
140
|
-
sdk_information = "#{sdk_information}/0.17.
|
140
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
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_cost_management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.1
|
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:
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|