azure_mgmt_marketplace_ordering 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: 8cde4af041166ee57a02c5432103668eb990e657
4
- data.tar.gz: 78da4db81123f85c9b3e5764931aa0642cb91bb4
3
+ metadata.gz: c12e263a0aaa0d121b24492b3687f92c3f2eb66e
4
+ data.tar.gz: 856dfba54a289070d0d6ff96b2d83feddeb390d4
5
5
  SHA512:
6
- metadata.gz: ba44de8e137dbfa1db8fa0b4c7306f4243b86ccbc8042d7740dd6d5ce758d1ad6aea5e6adfa9511904f57b256205a81454b44593fe47341f0884d928018bcb6c
7
- data.tar.gz: bfccbd7e61e038dce671e318ebac55b00061a1eb36ce65604b7e54b0c6e6ca6bfacb8f2eb1126372050dc6a8a8ee9baab905d2b7efd783f7b7623449fbb82b34
6
+ metadata.gz: cc1a82fa54246b7520b65c7151b58fe2496b72097452a92ba869855284414c92920521b3119cdc321f24f422660980fe5a955a5ac3d26d9d1bb80789440a65dd
7
+ data.tar.gz: 28011e830a2307420b4f33b60462dc17347a6d2ed018751b6046cf1cba669581ab7d83cd4db0e298163633f29efa8d8219188dade51b4e0cef0556b233800f2b
@@ -24,15 +24,16 @@ module Azure::MarketplaceOrdering::Mgmt::V2015_06_01
24
24
  # @return [String] The API version to use for the request.
25
25
  attr_reader :api_version
26
26
 
27
- # @return [String] Gets or sets the preferred language for the response.
27
+ # @return [String] The preferred language for the response.
28
28
  attr_accessor :accept_language
29
29
 
30
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
31
- # Running Operations. Default value is 30.
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] When set to true a unique x-ms-client-request-id value
35
- # is generated and included in each request. Default is true.
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 [MarketplaceAgreements] marketplace_agreements
@@ -128,7 +129,7 @@ module Azure::MarketplaceOrdering::Mgmt::V2015_06_01
128
129
  #
129
130
  def add_telemetry
130
131
  sdk_information = 'azure_mgmt_marketplace_ordering'
131
- sdk_information = "#{sdk_information}/0.16.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
@@ -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::MarketplaceOrdering::Mgmt
6
- VERSION = '0.16.0'
6
+ VERSION = '0.17.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_marketplace_ordering
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.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-02-12 00:00:00.000000000 Z
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.10.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.10.0
82
+ version: 0.11.0
83
83
  description: Microsoft Azure Marketplace Ordering Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.6.10
133
+ rubygems_version: 2.5.1
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Official Ruby client library to consume Microsoft Azure Marketplace Ordering.