azure_mgmt_commerce 0.16.0 → 0.17.0
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ef837bae18c8a160968326a5a2b3d987c636e7b
|
4
|
+
data.tar.gz: ce6400be09acbd17fdbd9af4c5971dc966e60a16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eca5a32bb94dd19b4e956df7e9652884c845962f9e5dc766057cf0df6e5495c48353236c8ed841cafbd3f8abc51686a90d871f9af56d0db7f401d0c926906979
|
7
|
+
data.tar.gz: 15026d543ed5d80ad9f1693fdca7bbec10683708836b5a74d2ad06a5438d7f0e25b83bf53335daf545a06a894233d5f77040cfb5c8c093f623bf14f48e55d68c
|
@@ -36,8 +36,8 @@ module Azure::Commerce::Mgmt::V2015_06_01_preview
|
|
36
36
|
# usage aggregate belongs.
|
37
37
|
attr_accessor :usage_end_time
|
38
38
|
|
39
|
-
# @return The amount of the resource consumption that occurred in
|
40
|
-
# time frame.
|
39
|
+
# @return [Float] The amount of the resource consumption that occurred in
|
40
|
+
# this time frame.
|
41
41
|
attr_accessor :quantity
|
42
42
|
|
43
43
|
# @return [String] The unit in which the usage for this resource is being
|
@@ -139,7 +139,7 @@ module Azure::Commerce::Mgmt::V2015_06_01_preview
|
|
139
139
|
required: false,
|
140
140
|
serialized_name: 'properties.quantity',
|
141
141
|
type: {
|
142
|
-
name: '
|
142
|
+
name: 'Double'
|
143
143
|
}
|
144
144
|
},
|
145
145
|
unit: {
|
@@ -24,15 +24,16 @@ module Azure::Commerce::Mgmt::V2015_06_01_preview
|
|
24
24
|
# @return [String] Client Api Version.
|
25
25
|
attr_reader :api_version
|
26
26
|
|
27
|
-
# @return [String]
|
27
|
+
# @return [String] The preferred language for the response.
|
28
28
|
attr_accessor :accept_language
|
29
29
|
|
30
|
-
# @return [Integer]
|
31
|
-
#
|
30
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
31
|
+
# Operations. Default value is 30.
|
32
32
|
attr_accessor :long_running_operation_retry_timeout
|
33
33
|
|
34
|
-
# @return [Boolean]
|
35
|
-
#
|
34
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
35
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
36
|
+
# generated and included in each request. Default is true.
|
36
37
|
attr_accessor :generate_client_request_id
|
37
38
|
|
38
39
|
# @return [UsageAggregates] usage_aggregates
|
@@ -128,7 +129,7 @@ module Azure::Commerce::Mgmt::V2015_06_01_preview
|
|
128
129
|
#
|
129
130
|
def add_telemetry
|
130
131
|
sdk_information = 'azure_mgmt_commerce'
|
131
|
-
sdk_information = "#{sdk_information}/0.
|
132
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
132
133
|
add_user_agent_information(sdk_information)
|
133
134
|
end
|
134
135
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_commerce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-31 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.11.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.11.0
|
83
83
|
description: Microsoft Azure Commerce Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|