azure_mgmt_msi 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: 64d5a9fdadc2802e7923f5409a1e65dcc5488404
|
|
4
|
+
data.tar.gz: e3c8b16b2930afd8be87cc8a07458c73f361732a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fc55430721718e7b101c30e2e975215f5599c457ff337dff9ee97b58313ceb4855c905f303e77df23b3a580aa8ed4182a890b151a01c32c1ac87b94ab5ddee9
|
|
7
|
+
data.tar.gz: 21df6011f20a6996edc6b274955efb422b5ec9d9f82c86661d47f4a60357b350bc1df870ec234bc53832dd1fabc8b4e634449dd4a4e6b189e696b6b42ccfe8c7
|
|
@@ -24,15 +24,16 @@ module Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview
|
|
|
24
24
|
# @return [String] Version of API to invoke.
|
|
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 [Operations] operations
|
|
@@ -128,7 +129,7 @@ module Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview
|
|
|
128
129
|
#
|
|
129
130
|
def add_telemetry
|
|
130
131
|
sdk_information = 'azure_mgmt_msi'
|
|
131
|
-
sdk_information = "#{sdk_information}/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
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_msi
|
|
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 Managed Service Identity Library for Ruby
|
|
84
84
|
email: azrubyteam@microsoft.com
|
|
85
85
|
executables: []
|
|
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
129
|
version: '0'
|
|
130
130
|
requirements: []
|
|
131
131
|
rubyforge_project:
|
|
132
|
-
rubygems_version: 2.
|
|
132
|
+
rubygems_version: 2.5.1
|
|
133
133
|
signing_key:
|
|
134
134
|
specification_version: 4
|
|
135
135
|
summary: Official Ruby client library to consume Microsoft Azure Managed Service Identity
|