azure_graph_rbac 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: cbf429846ff7bb8dbf096130c7f871052c11c6d1
|
4
|
+
data.tar.gz: df74a6e37a83fcaa01cfb9c0bd81c9abbd7bfcb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be90a86bfc692b96ed44785ecda51b11bdc3a4d5dd607aaca55b77483700c84b64b759320644c6c41992d820a1fca60be831478947350e251f964e344bcbe0d8
|
7
|
+
data.tar.gz: da090794e0d8c35977bca748fdf05b97a3385ca7dd7ddcf3921f78d2fe9d1482c8c56a371f7f593954784725603fdc0cceb1a346d4a37ee5151c68f9162e1a82
|
@@ -23,15 +23,16 @@ module Azure::GraphRbac::V1_6
|
|
23
23
|
# @return [String] The tenant ID.
|
24
24
|
attr_accessor :tenant_id
|
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 [Objects] objects
|
@@ -143,7 +144,7 @@ module Azure::GraphRbac::V1_6
|
|
143
144
|
#
|
144
145
|
def add_telemetry
|
145
146
|
sdk_information = 'azure_graph_rbac'
|
146
|
-
sdk_information = "#{sdk_information}/0.
|
147
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
147
148
|
add_user_agent_information(sdk_information)
|
148
149
|
end
|
149
150
|
end
|
@@ -35,6 +35,9 @@ module Azure::GraphRbac::V1_6
|
|
35
35
|
# 'Symmetric'.
|
36
36
|
attr_accessor :type
|
37
37
|
|
38
|
+
# @return [Array<Integer>] Custom Key Identifier
|
39
|
+
attr_accessor :custom_key_identifier
|
40
|
+
|
38
41
|
|
39
42
|
#
|
40
43
|
# Mapper for KeyCredential class as Ruby Hash.
|
@@ -111,6 +114,14 @@ module Azure::GraphRbac::V1_6
|
|
111
114
|
type: {
|
112
115
|
name: 'String'
|
113
116
|
}
|
117
|
+
},
|
118
|
+
custom_key_identifier: {
|
119
|
+
client_side_validation: true,
|
120
|
+
required: false,
|
121
|
+
serialized_name: 'customKeyIdentifier',
|
122
|
+
type: {
|
123
|
+
name: 'ByteArray'
|
124
|
+
}
|
114
125
|
}
|
115
126
|
}
|
116
127
|
}
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_graph_rbac
|
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 Active Directory Graph Rbac Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|