azure_mgmt_batch 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: 266678ebe3219eee4c060a4e8d73938c9f7ff5ba
4
- data.tar.gz: 9f48bd72e32c8a72c71db4a2e7dc24357578a2d5
3
+ metadata.gz: 054c7f371c5349327b83a2a53d30490e618d44a1
4
+ data.tar.gz: 92e99a1bf810ad40709fe6dbf180139d4325ba15
5
5
  SHA512:
6
- metadata.gz: 6e97ab379dd7328b08c719c87d03e50af678e95884201d59b401aed445e4194410960aa8d31803c235dca9e5de0f7538f876795ef53a02173030a1d119564b42
7
- data.tar.gz: 8c79b066b5249290692e0d8a7e84ecf5dd7f2fc9a79c4640ab40fda0fd7f8fa637ab3f18a83b61837bed7a0ace06e641676800d76e7fe51546894f284a8ce4e3
6
+ metadata.gz: 79f64fb3990062eab8116dfb1db747b24e455f79743dc3a087c6e7cc0bccc1b1ea81ac8d78648b9edf0f5177c19697575b6f71c53f0c1482b09df54c54735932
7
+ data.tar.gz: 7359b30d08345c6f4aacafb640ed5faeed09da732c4c29031208e4eb934c341991f12db90b2ee60e7c8f6d5af8b3d7cb2b3136725da055842a2b6bdbd5024384
@@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2015_12_01
24
24
  # @return [String] The API version to be used with the HTTP 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 [BatchAccountOperations] batch_account_operations
@@ -136,7 +137,7 @@ module Azure::Batch::Mgmt::V2015_12_01
136
137
  #
137
138
  def add_telemetry
138
139
  sdk_information = 'azure_mgmt_batch'
139
- sdk_information = "#{sdk_information}/0.16.0"
140
+ sdk_information = "#{sdk_information}/0.17.0"
140
141
  add_user_agent_information(sdk_information)
141
142
  end
142
143
  end
@@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2017_01_01
24
24
  # @return [String] The API version to be used with the HTTP 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 [BatchAccountOperations] batch_account_operations
@@ -136,7 +137,7 @@ module Azure::Batch::Mgmt::V2017_01_01
136
137
  #
137
138
  def add_telemetry
138
139
  sdk_information = 'azure_mgmt_batch'
139
- sdk_information = "#{sdk_information}/0.16.0"
140
+ sdk_information = "#{sdk_information}/0.17.0"
140
141
  add_user_agent_information(sdk_information)
141
142
  end
142
143
  end
@@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2017_05_01
24
24
  # @return [String] The API version to be used with the HTTP 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 [BatchAccountOperations] batch_account_operations
@@ -140,7 +141,7 @@ module Azure::Batch::Mgmt::V2017_05_01
140
141
  #
141
142
  def add_telemetry
142
143
  sdk_information = 'azure_mgmt_batch'
143
- sdk_information = "#{sdk_information}/0.16.0"
144
+ sdk_information = "#{sdk_information}/0.17.0"
144
145
  add_user_agent_information(sdk_information)
145
146
  end
146
147
  end
@@ -24,15 +24,16 @@ module Azure::Batch::Mgmt::V2017_09_01
24
24
  # @return [String] The API version to be used with the HTTP 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 [BatchAccountOperations] batch_account_operations
@@ -148,7 +149,7 @@ module Azure::Batch::Mgmt::V2017_09_01
148
149
  #
149
150
  def add_telemetry
150
151
  sdk_information = 'azure_mgmt_batch'
151
- sdk_information = "#{sdk_information}/0.16.0"
152
+ sdk_information = "#{sdk_information}/0.17.0"
152
153
  add_user_agent_information(sdk_information)
153
154
  end
154
155
  end
@@ -39,7 +39,7 @@ module Azure::Batch::Mgmt::V2017_09_01
39
39
  attr_accessor :windows_configuration
40
40
 
41
41
  # @return [Array<DataDisk>] The configuration for data disks attached to
42
- # the comptue nodes in the pool. This property must be specified if the
42
+ # the compute nodes in the pool. This property must be specified if the
43
43
  # compute nodes in the pool need to have empty data disks attached to
44
44
  # them.
45
45
  attr_accessor :data_disks
@@ -2,8 +2,8 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require '2015-12-01/generated/azure_mgmt_batch'
6
- require '2017-01-01/generated/azure_mgmt_batch'
7
5
  require '2017-05-01/generated/azure_mgmt_batch'
6
+ require '2017-01-01/generated/azure_mgmt_batch'
8
7
  require '2017-09-01/generated/azure_mgmt_batch'
8
+ require '2015-12-01/generated/azure_mgmt_batch'
9
9
  require 'profiles/latest/batch_latest_profile_client'
@@ -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::Batch::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_batch
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 Batch Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []