azure_mgmt_batch 0.16.0 → 0.17.0
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/2015-12-01/generated/azure_mgmt_batch/batch_management_client.rb +7 -6
- data/lib/2017-01-01/generated/azure_mgmt_batch/batch_management_client.rb +7 -6
- data/lib/2017-05-01/generated/azure_mgmt_batch/batch_management_client.rb +7 -6
- data/lib/2017-09-01/generated/azure_mgmt_batch/batch_management_client.rb +7 -6
- data/lib/2017-09-01/generated/azure_mgmt_batch/models/virtual_machine_configuration.rb +1 -1
- data/lib/azure_mgmt_batch.rb +2 -2
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 054c7f371c5349327b83a2a53d30490e618d44a1
|
|
4
|
+
data.tar.gz: 92e99a1bf810ad40709fe6dbf180139d4325ba15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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]
|
|
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 [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.
|
|
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]
|
|
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 [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.
|
|
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]
|
|
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 [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.
|
|
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]
|
|
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 [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.
|
|
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
|
|
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
|
data/lib/azure_mgmt_batch.rb
CHANGED
|
@@ -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'
|
data/lib/version.rb
CHANGED
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.
|
|
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 Batch Management Client Library for Ruby
|
|
84
84
|
email: azrubyteam@microsoft.com
|
|
85
85
|
executables: []
|