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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da85603d05c27c63a958fe3599d6cc79a0ca1a8c
4
- data.tar.gz: f0c5172846c4e7bced5edeb81b9452fd0a4b267c
3
+ metadata.gz: ae3bf060ba7ee3132de1d7044604a96585691010
4
+ data.tar.gz: d59316a117734e506390f2191597388dddb50379
5
5
  SHA512:
6
- metadata.gz: 3cac09234d2f5474bffa63dd8234d9d1b930cf8738a7f3a4de152ba0f2c961e232197e6e04233c5825e232b85ac771748613e13e7e64309d776ca829fa8a4a5d
7
- data.tar.gz: 65de9dd5edc29bee92ef007176b3b5fe28d9d69cb78c2aaa9c3a9a863f4cd3c087bef4ec0ff39acd2e306e3dfb60fb44a52b6721d719c3f521b7b828908f5caa
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
  }
@@ -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
  }
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Authorization
7
- VERSION = '0.5.0'
7
+ VERSION = '0.6.0'
8
8
  end
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.5.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-08-11 00:00:00.000000000 Z
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.4.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.4.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.4.6
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
@@ -1,3 +0,0 @@
1
- --require spec_helper
2
- --color
3
- --format documentation
data/Rakefile DELETED
@@ -1,5 +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
- require "bundler/gem_tasks"
@@ -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