azure_mgmt_scheduler 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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e88cf210ef425e1b47320fdc55d15b97db0797dc
|
|
4
|
+
data.tar.gz: 23ab3fb506484ce507b8df33bd7d0bc166885937
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eb06c20c2018098c3e8ead9c7ae88051452822c9ba819519ff39d48842bd4c9c023b7cf0d87afb28e3edefb202a748b4a0b9ffbb732004188fdb274fd68ff67
|
|
7
|
+
data.tar.gz: 763dd1fae26b95a3f69def5cba0e64cfcaa42bd39d774e08c935e90f205b054bf55797e47535bcf2fb818726ba4fd92f4634822afd64dfd51b615b179c0f2fdf
|
|
@@ -23,15 +23,16 @@ module Azure::Scheduler::Mgmt::V2016_03_01
|
|
|
23
23
|
# @return [String] The API version.
|
|
24
24
|
attr_reader :api_version
|
|
25
25
|
|
|
26
|
-
# @return [String]
|
|
26
|
+
# @return [String] The preferred language for the response.
|
|
27
27
|
attr_accessor :accept_language
|
|
28
28
|
|
|
29
|
-
# @return [Integer]
|
|
30
|
-
#
|
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
|
30
|
+
# Operations. Default value is 30.
|
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
|
32
32
|
|
|
33
|
-
# @return [Boolean]
|
|
34
|
-
#
|
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
|
35
|
+
# generated and included in each request. Default is true.
|
|
35
36
|
attr_accessor :generate_client_request_id
|
|
36
37
|
|
|
37
38
|
# @return [JobCollections] job_collections
|
|
@@ -127,7 +128,7 @@ module Azure::Scheduler::Mgmt::V2016_03_01
|
|
|
127
128
|
#
|
|
128
129
|
def add_telemetry
|
|
129
130
|
sdk_information = 'azure_mgmt_scheduler'
|
|
130
|
-
sdk_information = "#{sdk_information}/0.
|
|
131
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
131
132
|
add_user_agent_information(sdk_information)
|
|
132
133
|
end
|
|
133
134
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_scheduler
|
|
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 Scheduler Management Client Library for Ruby
|
|
84
84
|
email: azrubyteam@microsoft.com
|
|
85
85
|
executables: []
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
version: '0'
|
|
168
168
|
requirements: []
|
|
169
169
|
rubyforge_project:
|
|
170
|
-
rubygems_version: 2.
|
|
170
|
+
rubygems_version: 2.5.1
|
|
171
171
|
signing_key:
|
|
172
172
|
specification_version: 4
|
|
173
173
|
summary: Official Ruby client library to consume Microsoft Azure Scheduler Management
|