azure_mgmt_links 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: 46c37ef41276d138d66746d933c0ade5a0f12088
|
4
|
+
data.tar.gz: 3ea523055a50311fc4c250b65b2f99ea19713671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d57099778d1621a5433e582878a6412dee6faf8e43a8ec82b989012fc64bf2c392079aaaa1389decc4984fd9166d00b17ca45af3a60d56c70715112e1d9826da
|
7
|
+
data.tar.gz: 7f8ac2075e48e9fdf2a488602697f452d93afff5efbda3822fffb4ce073ee3f296f36d808b7689ed43263a78d7c59d83a8d2aee2aca46f212cc6274b1baca81f
|
@@ -23,15 +23,16 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
23
23
|
# @return [String] The API version to use for the operation.
|
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 [ResourceLinks] resource_links
|
@@ -123,7 +124,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
123
124
|
#
|
124
125
|
def add_telemetry
|
125
126
|
sdk_information = 'azure_mgmt_links'
|
126
|
-
sdk_information = "#{sdk_information}/0.
|
127
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
127
128
|
add_user_agent_information(sdk_information)
|
128
129
|
end
|
129
130
|
end
|
data/lib/azure_mgmt_links.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
|
require '2016-09-01/generated/azure_mgmt_links'
|
6
|
-
require 'profiles/latest/links_latest_profile_client'
|
7
6
|
require 'profiles/v2017_03_09/links_v2017_03_09_profile_client'
|
7
|
+
require 'profiles/latest/links_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_links
|
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 Links 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.
|
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 Links.
|