azure_mgmt_authorization 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_authorization/models/classic_administrator_list_result.rb +11 -0
- data/lib/generated/azure_mgmt_authorization/models/permission_get_result.rb +11 -0
- data/lib/generated/azure_mgmt_authorization/models/provider_operations_metadata_list_result.rb +11 -0
- data/lib/generated/azure_mgmt_authorization/models/role_definition_list_result.rb +11 -0
- data/lib/generated/azure_mgmt_authorization/version.rb +1 -1
- metadata +5 -8
- data/.rspec +0 -3
- data/Rakefile +0 -5
- data/azure_mgmt_authorization.gemspec +0 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae3bf060ba7ee3132de1d7044604a96585691010
|
4
|
+
data.tar.gz: d59316a117734e506390f2191597388dddb50379
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9cd5acba12811e495000997af896b93e8a47b7d95bcf96e99c13a11fdc52976c58ee5ff18ec822e2fcdd43398eb1e6fb8a7b9cd5ed0be714cc16620a2de969d
|
7
|
+
data.tar.gz: acbc0062d5fd2c0af429e0e7ce13ae36d429b880e1860d04a736524c76e5a3fb6b3f9ecdd0ee4261acc1a4798e198b39334b8a3cb19906886cddfa109d67ab39
|
@@ -16,6 +16,10 @@ module Azure::ARM::Authorization
|
|
16
16
|
# ClassicAdministrators.
|
17
17
|
attr_accessor :value
|
18
18
|
|
19
|
+
# @return [String] Gets or sets the URL to get the next set of classic
|
20
|
+
# administrators results.
|
21
|
+
attr_accessor :next_link
|
22
|
+
|
19
23
|
# return [Proc] with next page method call.
|
20
24
|
attr_accessor :next_method
|
21
25
|
|
@@ -74,6 +78,13 @@ module Azure::ARM::Authorization
|
|
74
78
|
}
|
75
79
|
}
|
76
80
|
}
|
81
|
+
},
|
82
|
+
next_link: {
|
83
|
+
required: false,
|
84
|
+
serialized_name: 'nextLink',
|
85
|
+
type: {
|
86
|
+
name: 'String'
|
87
|
+
}
|
77
88
|
}
|
78
89
|
}
|
79
90
|
}
|
@@ -15,6 +15,10 @@ module Azure::ARM::Authorization
|
|
15
15
|
# @return [Array<Permission>] Gets or sets permissions.
|
16
16
|
attr_accessor :value
|
17
17
|
|
18
|
+
# @return [String] Gets or sets the URL to get the next set of
|
19
|
+
# permissions results.
|
20
|
+
attr_accessor :next_link
|
21
|
+
|
18
22
|
# return [Proc] with next page method call.
|
19
23
|
attr_accessor :next_method
|
20
24
|
|
@@ -73,6 +77,13 @@ module Azure::ARM::Authorization
|
|
73
77
|
}
|
74
78
|
}
|
75
79
|
}
|
80
|
+
},
|
81
|
+
next_link: {
|
82
|
+
required: false,
|
83
|
+
serialized_name: 'nextLink',
|
84
|
+
type: {
|
85
|
+
name: 'String'
|
86
|
+
}
|
76
87
|
}
|
77
88
|
}
|
78
89
|
}
|
data/lib/generated/azure_mgmt_authorization/models/provider_operations_metadata_list_result.rb
CHANGED
@@ -16,6 +16,10 @@ module Azure::ARM::Authorization
|
|
16
16
|
# providers.
|
17
17
|
attr_accessor :value
|
18
18
|
|
19
|
+
# @return [String] Gets or sets the URL to get the next set of provider
|
20
|
+
# operations metadata results.
|
21
|
+
attr_accessor :next_link
|
22
|
+
|
19
23
|
# return [Proc] with next page method call.
|
20
24
|
attr_accessor :next_method
|
21
25
|
|
@@ -74,6 +78,13 @@ module Azure::ARM::Authorization
|
|
74
78
|
}
|
75
79
|
}
|
76
80
|
}
|
81
|
+
},
|
82
|
+
next_link: {
|
83
|
+
required: false,
|
84
|
+
serialized_name: 'nextLink',
|
85
|
+
type: {
|
86
|
+
name: 'String'
|
87
|
+
}
|
77
88
|
}
|
78
89
|
}
|
79
90
|
}
|
@@ -15,6 +15,10 @@ module Azure::ARM::Authorization
|
|
15
15
|
# @return [Array<RoleDefinition>] Role definition list.
|
16
16
|
attr_accessor :value
|
17
17
|
|
18
|
+
# @return [String] Gets or sets the URL to get the next set of role
|
19
|
+
# definitions results.
|
20
|
+
attr_accessor :next_link
|
21
|
+
|
18
22
|
# return [Proc] with next page method call.
|
19
23
|
attr_accessor :next_method
|
20
24
|
|
@@ -73,6 +77,13 @@ module Azure::ARM::Authorization
|
|
73
77
|
}
|
74
78
|
}
|
75
79
|
}
|
80
|
+
},
|
81
|
+
next_link: {
|
82
|
+
required: false,
|
83
|
+
serialized_name: 'nextLink',
|
84
|
+
type: {
|
85
|
+
name: 'String'
|
86
|
+
}
|
76
87
|
}
|
77
88
|
}
|
78
89
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_authorization
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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: 2016-
|
11
|
+
date: 2016-09-15 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.5.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.5.0
|
83
83
|
description: Microsoft Azure Role Based Authorization Management Client Library for
|
84
84
|
Ruby
|
85
85
|
email: azrubyteam@microsoft.com
|
@@ -87,10 +87,7 @@ executables: []
|
|
87
87
|
extensions: []
|
88
88
|
extra_rdoc_files: []
|
89
89
|
files:
|
90
|
-
- ".rspec"
|
91
90
|
- LICENSE.txt
|
92
|
-
- Rakefile
|
93
|
-
- azure_mgmt_authorization.gemspec
|
94
91
|
- lib/azure_mgmt_authorization.rb
|
95
92
|
- lib/generated/azure_mgmt_authorization.rb
|
96
93
|
- lib/generated/azure_mgmt_authorization/authorization_management_client.rb
|
@@ -140,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
137
|
version: '0'
|
141
138
|
requirements: []
|
142
139
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.
|
140
|
+
rubygems_version: 2.5.1
|
144
141
|
signing_key:
|
145
142
|
specification_version: 4
|
146
143
|
summary: Official Ruby client library to consume Microsoft Azure Role Based Authorization
|
data/.rspec
DELETED
data/Rakefile
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
-
|
5
|
-
lib = File.expand_path('../lib', __FILE__)
|
6
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
7
|
-
|
8
|
-
require 'generated/azure_mgmt_authorization/module_definition'
|
9
|
-
require 'generated/azure_mgmt_authorization/version'
|
10
|
-
|
11
|
-
Gem::Specification.new do |spec|
|
12
|
-
spec.name = 'azure_mgmt_authorization'
|
13
|
-
spec.version = Azure::ARM::Authorization::VERSION
|
14
|
-
spec.authors = 'Microsoft Corporation'
|
15
|
-
spec.email = 'azrubyteam@microsoft.com'
|
16
|
-
spec.description = 'Microsoft Azure Role Based Authorization Management Client Library for Ruby'
|
17
|
-
spec.summary = 'Official Ruby client library to consume Microsoft Azure Role Based Authorization Management services.'
|
18
|
-
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
|
19
|
-
spec.license = 'MIT'
|
20
|
-
|
21
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
22
|
-
spec.bindir = 'bin'
|
23
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
|
-
spec.require_paths = ['lib']
|
25
|
-
|
26
|
-
spec.required_ruby_version = '>= 1.9.3'
|
27
|
-
|
28
|
-
spec.add_development_dependency 'bundler', '~> 1.9'
|
29
|
-
spec.add_development_dependency 'rake', '~> 10'
|
30
|
-
spec.add_development_dependency 'rspec', '~> 3'
|
31
|
-
spec.add_development_dependency 'dotenv', '~> 2'
|
32
|
-
|
33
|
-
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.4.0'
|
34
|
-
end
|