azure_mgmt_authorization 0.17.0 → 0.18.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: a179588365770c36c1735aef59eff8fb91981dd2
4
- data.tar.gz: 2d969c701eb8be57d80db1c3a65488a452c99951
3
+ metadata.gz: 9462422f3ceb116c4ee7b29812e3e3de53169ac9
4
+ data.tar.gz: b3d7e12ff74079911588f8901e7a0b5bdf557d63
5
5
  SHA512:
6
- metadata.gz: 511baf38fff1eb74cf58ed24d28835ffc3a904ff1faa7a51e2c277673ea41d976df81bba37bb35736a0022f23db1e71f82eb9e4b32f2b05f5200b28652a70bdd
7
- data.tar.gz: 9a049bc37fa2a3f0786481ef142b965bcdbb8ad7564fc2d50059e239cf44e3ad8274a78655c8370218f4a3ef92d371c62f82adfff3f5d4becdcaa006e7baa2e9
6
+ metadata.gz: 4bbe97ada23cc7ee089a01fa832ee81ee06b98ab6b1cf7505dd5a590e24b8cf124d5ed249d9441c267415ccd8c613f1538f9e6d280aeb170179e27b54d0a8d13
7
+ data.tar.gz: a889ddf4d6163bbe3bbcb641146904cc7979eb30834174e2e789dd85677642d2cf69fc93406fa4566a9d136179809d76a810b168bc22adeca182f07375d7610e
@@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2015_06_01_preview
23
23
  # @return [String] The API version to use for this operation.
24
24
  attr_reader :api_version
25
25
 
26
- # @return [String] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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 [ClassicAdministrators] classic_administrators
@@ -123,7 +124,7 @@ module Azure::Authorization::Mgmt::V2015_06_01_preview
123
124
  #
124
125
  def add_telemetry
125
126
  sdk_information = 'azure_mgmt_authorization'
126
- sdk_information = "#{sdk_information}/0.17.0"
127
+ sdk_information = "#{sdk_information}/0.18.0"
127
128
  add_user_agent_information(sdk_information)
128
129
  end
129
130
  end
@@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2015_07_01_preview
23
23
  # @return [String] The API version to use for this operation.
24
24
  attr_reader :api_version
25
25
 
26
- # @return [String] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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 [Permissions] permissions
@@ -132,7 +133,7 @@ module Azure::Authorization::Mgmt::V2015_07_01_preview
132
133
  #
133
134
  def add_telemetry
134
135
  sdk_information = 'azure_mgmt_authorization'
135
- sdk_information = "#{sdk_information}/0.17.0"
136
+ sdk_information = "#{sdk_information}/0.18.0"
136
137
  add_user_agent_information(sdk_information)
137
138
  end
138
139
  end
@@ -20,32 +20,32 @@ require '2015-07-01/generated/azure_mgmt_authorization/module_definition'
20
20
  require 'ms_rest_azure'
21
21
 
22
22
  module Azure::Authorization::Mgmt::V2015_07_01
23
- autoload :ClassicAdministrators, '2015-07-01/generated/azure_mgmt_authorization/classic_administrators.rb'
24
23
  autoload :Permissions, '2015-07-01/generated/azure_mgmt_authorization/permissions.rb'
25
24
  autoload :ProviderOperationsMetadataOperations, '2015-07-01/generated/azure_mgmt_authorization/provider_operations_metadata_operations.rb'
26
25
  autoload :RoleAssignments, '2015-07-01/generated/azure_mgmt_authorization/role_assignments.rb'
27
26
  autoload :RoleDefinitions, '2015-07-01/generated/azure_mgmt_authorization/role_definitions.rb'
27
+ autoload :ClassicAdministrators, '2015-07-01/generated/azure_mgmt_authorization/classic_administrators.rb'
28
28
  autoload :AuthorizationManagementClient, '2015-07-01/generated/azure_mgmt_authorization/authorization_management_client.rb'
29
29
 
30
30
  module Models
31
- autoload :ProviderOperationsMetadata, '2015-07-01/generated/azure_mgmt_authorization/models/provider_operations_metadata.rb'
32
- autoload :ProviderOperationsMetadataListResult, '2015-07-01/generated/azure_mgmt_authorization/models/provider_operations_metadata_list_result.rb'
33
- autoload :RoleDefinitionFilter, '2015-07-01/generated/azure_mgmt_authorization/models/role_definition_filter.rb'
34
- autoload :RoleAssignmentPropertiesWithScope, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_properties_with_scope.rb'
35
- autoload :ClassicAdministrator, '2015-07-01/generated/azure_mgmt_authorization/models/classic_administrator.rb'
36
31
  autoload :RoleAssignment, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment.rb'
37
- autoload :Permission, '2015-07-01/generated/azure_mgmt_authorization/models/permission.rb'
38
32
  autoload :RoleAssignmentListResult, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_list_result.rb'
39
- autoload :ProviderOperation, '2015-07-01/generated/azure_mgmt_authorization/models/provider_operation.rb'
33
+ autoload :RoleDefinitionFilter, '2015-07-01/generated/azure_mgmt_authorization/models/role_definition_filter.rb'
40
34
  autoload :RoleAssignmentProperties, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_properties.rb'
41
- autoload :RoleAssignmentFilter, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_filter.rb'
35
+ autoload :PermissionGetResult, '2015-07-01/generated/azure_mgmt_authorization/models/permission_get_result.rb'
42
36
  autoload :RoleAssignmentCreateParameters, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_create_parameters.rb'
43
- autoload :ClassicAdministratorListResult, '2015-07-01/generated/azure_mgmt_authorization/models/classic_administrator_list_result.rb'
44
- autoload :RoleDefinitionProperties, '2015-07-01/generated/azure_mgmt_authorization/models/role_definition_properties.rb'
45
37
  autoload :ResourceType, '2015-07-01/generated/azure_mgmt_authorization/models/resource_type.rb'
38
+ autoload :RoleDefinitionProperties, '2015-07-01/generated/azure_mgmt_authorization/models/role_definition_properties.rb'
39
+ autoload :ProviderOperationsMetadataListResult, '2015-07-01/generated/azure_mgmt_authorization/models/provider_operations_metadata_list_result.rb'
46
40
  autoload :RoleDefinition, '2015-07-01/generated/azure_mgmt_authorization/models/role_definition.rb'
47
- autoload :PermissionGetResult, '2015-07-01/generated/azure_mgmt_authorization/models/permission_get_result.rb'
41
+ autoload :RoleAssignmentFilter, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_filter.rb'
48
42
  autoload :RoleDefinitionListResult, '2015-07-01/generated/azure_mgmt_authorization/models/role_definition_list_result.rb'
43
+ autoload :ProviderOperation, '2015-07-01/generated/azure_mgmt_authorization/models/provider_operation.rb'
49
44
  autoload :ClassicAdministratorProperties, '2015-07-01/generated/azure_mgmt_authorization/models/classic_administrator_properties.rb'
45
+ autoload :RoleAssignmentPropertiesWithScope, '2015-07-01/generated/azure_mgmt_authorization/models/role_assignment_properties_with_scope.rb'
46
+ autoload :ClassicAdministrator, '2015-07-01/generated/azure_mgmt_authorization/models/classic_administrator.rb'
47
+ autoload :ProviderOperationsMetadata, '2015-07-01/generated/azure_mgmt_authorization/models/provider_operations_metadata.rb'
48
+ autoload :ClassicAdministratorListResult, '2015-07-01/generated/azure_mgmt_authorization/models/classic_administrator_list_result.rb'
49
+ autoload :Permission, '2015-07-01/generated/azure_mgmt_authorization/models/permission.rb'
50
50
  end
51
51
  end
@@ -23,20 +23,18 @@ module Azure::Authorization::Mgmt::V2015_07_01
23
23
  # @return [String] The API version to use for this operation.
24
24
  attr_reader :api_version
25
25
 
26
- # @return [String] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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
- # @return [ClassicAdministrators] classic_administrators
38
- attr_reader :classic_administrators
39
-
40
38
  # @return [Permissions] permissions
41
39
  attr_reader :permissions
42
40
 
@@ -50,6 +48,9 @@ module Azure::Authorization::Mgmt::V2015_07_01
50
48
  # @return [RoleDefinitions] role_definitions
51
49
  attr_reader :role_definitions
52
50
 
51
+ # @return [ClassicAdministrators] classic_administrators
52
+ attr_reader :classic_administrators
53
+
53
54
  #
54
55
  # Creates initializes a new instance of the AuthorizationManagementClient class.
55
56
  # @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
@@ -63,11 +64,11 @@ module Azure::Authorization::Mgmt::V2015_07_01
63
64
  fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil?
64
65
  @credentials = credentials
65
66
 
66
- @classic_administrators = ClassicAdministrators.new(self)
67
67
  @permissions = Permissions.new(self)
68
68
  @provider_operations_metadata_operations = ProviderOperationsMetadataOperations.new(self)
69
69
  @role_assignments = RoleAssignments.new(self)
70
70
  @role_definitions = RoleDefinitions.new(self)
71
+ @classic_administrators = ClassicAdministrators.new(self)
71
72
  @api_version = '2015-07-01'
72
73
  @accept_language = 'en-US'
73
74
  @long_running_operation_retry_timeout = 30
@@ -140,7 +141,7 @@ module Azure::Authorization::Mgmt::V2015_07_01
140
141
  #
141
142
  def add_telemetry
142
143
  sdk_information = 'azure_mgmt_authorization'
143
- sdk_information = "#{sdk_information}/0.17.0"
144
+ sdk_information = "#{sdk_information}/0.18.0"
144
145
  add_user_agent_information(sdk_information)
145
146
  end
146
147
  end
@@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2017_10_01_preview
23
23
  # @return [String] The API version to use for this operation.
24
24
  attr_reader :api_version
25
25
 
26
- # @return [String] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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 [RoleAssignments] role_assignments
@@ -123,7 +124,7 @@ module Azure::Authorization::Mgmt::V2017_10_01_preview
123
124
  #
124
125
  def add_telemetry
125
126
  sdk_information = 'azure_mgmt_authorization'
126
- sdk_information = "#{sdk_information}/0.17.0"
127
+ sdk_information = "#{sdk_information}/0.18.0"
127
128
  add_user_agent_information(sdk_information)
128
129
  end
129
130
  end
@@ -23,15 +23,16 @@ module Azure::Authorization::Mgmt::V2018_01_01_preview
23
23
  # @return [String] The API version to use for this operation.
24
24
  attr_reader :api_version
25
25
 
26
- # @return [String] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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 [ProviderOperationsMetadataOperations]
@@ -136,7 +137,7 @@ module Azure::Authorization::Mgmt::V2018_01_01_preview
136
137
  #
137
138
  def add_telemetry
138
139
  sdk_information = 'azure_mgmt_authorization'
139
- sdk_information = "#{sdk_information}/0.17.0"
140
+ sdk_information = "#{sdk_information}/0.18.0"
140
141
  add_user_agent_information(sdk_information)
141
142
  end
142
143
  end
@@ -2,9 +2,9 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
+ require '2018-01-01-preview/generated/azure_mgmt_authorization'
5
6
  require '2015-06-01-preview/generated/azure_mgmt_authorization'
6
- require '2015-07-01/generated/azure_mgmt_authorization'
7
7
  require '2015-07-01-preview/generated/azure_mgmt_authorization'
8
+ require '2015-07-01/generated/azure_mgmt_authorization'
8
9
  require '2017-10-01-preview/generated/azure_mgmt_authorization'
9
- require '2018-01-01-preview/generated/azure_mgmt_authorization'
10
10
  require 'profiles/latest/authorization_latest_profile_client'
@@ -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
  module Azure::Authorization::Mgmt
6
- VERSION = '0.17.0'
6
+ VERSION = '0.18.0'
7
7
  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.17.0
4
+ version: 0.18.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-03-28 00:00:00.000000000 Z
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.10.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.10.0
82
+ version: 0.11.0
83
83
  description: Microsoft Azure Role Based Authorization Management Client Library for
84
84
  Ruby
85
85
  email: azrubyteam@microsoft.com