azure_mgmt_kusto 0.19.1 → 0.19.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2017-09-07-privatepreview/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
  3. data/lib/2018-09-07-preview/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
  4. data/lib/2019-01-21/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
  5. data/lib/2019-05-15/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
  6. data/lib/2019-09-07/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
  7. data/lib/2019-11-09/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
  8. data/lib/2020-02-15/generated/azure_mgmt_kusto.rb +109 -0
  9. data/lib/2020-02-15/generated/azure_mgmt_kusto/attached_database_configurations.rb +558 -0
  10. data/lib/2020-02-15/generated/azure_mgmt_kusto/cluster_principal_assignments.rb +656 -0
  11. data/lib/2020-02-15/generated/azure_mgmt_kusto/clusters.rb +2087 -0
  12. data/lib/2020-02-15/generated/azure_mgmt_kusto/data_connections.rb +983 -0
  13. data/lib/2020-02-15/generated/azure_mgmt_kusto/database_principal_assignments.rb +683 -0
  14. data/lib/2020-02-15/generated/azure_mgmt_kusto/databases.rb +1169 -0
  15. data/lib/2020-02-15/generated/azure_mgmt_kusto/kusto_management_client.rb +157 -0
  16. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/attached_database_configuration.rb +144 -0
  17. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/attached_database_configuration_list_result.rb +56 -0
  18. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_capacity.rb +80 -0
  19. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_entity_resource.rb +75 -0
  20. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_resource_sku.rb +70 -0
  21. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_scale_type.rb +17 -0
  22. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_sku.rb +77 -0
  23. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_sku_name.rb +35 -0
  24. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/azure_sku_tier.rb +16 -0
  25. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/check_name_request.rb +61 -0
  26. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/check_name_result.rb +82 -0
  27. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster.rb +301 -0
  28. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_check_name_request.rb +60 -0
  29. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_list_result.rb +55 -0
  30. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_principal_assignment.rb +147 -0
  31. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_principal_assignment_check_name_request.rb +62 -0
  32. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_principal_assignment_list_result.rb +56 -0
  33. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_principal_role.rb +16 -0
  34. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/cluster_update.rb +288 -0
  35. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/compression.rb +16 -0
  36. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/data_connection.rb +82 -0
  37. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/data_connection_check_name_request.rb +61 -0
  38. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/data_connection_list_result.rb +57 -0
  39. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/data_connection_validation.rb +60 -0
  40. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/data_connection_validation_list_result.rb +56 -0
  41. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/data_connection_validation_result.rb +47 -0
  42. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database.rb +82 -0
  43. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_list_result.rb +57 -0
  44. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal.rb +117 -0
  45. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_assignment.rb +148 -0
  46. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_assignment_check_name_request.rb +62 -0
  47. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_assignment_list_result.rb +56 -0
  48. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_list_request.rb +56 -0
  49. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_list_result.rb +56 -0
  50. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_role.rb +20 -0
  51. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_principal_type.rb +17 -0
  52. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/database_statistics.rb +47 -0
  53. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/default_principals_modification_kind.rb +17 -0
  54. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/diagnose_virtual_network_result.rb +56 -0
  55. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/event_grid_data_connection.rb +158 -0
  56. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/event_grid_data_format.rb +28 -0
  57. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/event_hub_data_connection.rb +177 -0
  58. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/event_hub_data_format.rb +28 -0
  59. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/follower_database_definition.rb +72 -0
  60. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/follower_database_list_result.rb +56 -0
  61. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/identity.rb +95 -0
  62. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/identity_type.rb +16 -0
  63. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/identity_user_assigned_identities_value.rb +60 -0
  64. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/iot_hub_data_connection.rb +176 -0
  65. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/iot_hub_data_format.rb +28 -0
  66. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/key_vault_properties.rb +68 -0
  67. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/language_extension.rb +47 -0
  68. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/language_extension_name.rb +16 -0
  69. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/language_extensions_list.rb +55 -0
  70. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/list_resource_skus_result.rb +56 -0
  71. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/operation.rb +82 -0
  72. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/operation_display.rb +80 -0
  73. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/operation_list_result.rb +98 -0
  74. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/optimized_autoscale.rb +80 -0
  75. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/principal_type.rb +17 -0
  76. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/principals_modification_kind.rb +17 -0
  77. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/provisioning_state.rb +20 -0
  78. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/proxy_resource.rb +63 -0
  79. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/read_only_following_database.rb +174 -0
  80. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/read_write_database.rb +147 -0
  81. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/reason.rb +16 -0
  82. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/resource.rb +83 -0
  83. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/sku_description.rb +132 -0
  84. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/sku_description_list.rb +56 -0
  85. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/sku_location_info_item.rb +65 -0
  86. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/state.rb +23 -0
  87. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/tracked_resource.rb +92 -0
  88. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb +46 -0
  89. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/type.rb +16 -0
  90. data/lib/2020-02-15/generated/azure_mgmt_kusto/models/virtual_network_configuration.rb +69 -0
  91. data/lib/2020-02-15/generated/azure_mgmt_kusto/module_definition.rb +9 -0
  92. data/lib/2020-02-15/generated/azure_mgmt_kusto/operations.rb +221 -0
  93. data/lib/azure_mgmt_kusto.rb +1 -0
  94. data/lib/profiles/latest/modules/kusto_profile_module.rb +169 -157
  95. data/lib/version.rb +1 -1
  96. metadata +89 -4
@@ -0,0 +1,46 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Kusto::Mgmt::V2020_02_15
7
+ module Models
8
+ #
9
+ # Represents a tenant ID that is trusted by the cluster.
10
+ #
11
+ class TrustedExternalTenant
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] GUID representing an external tenant.
16
+ attr_accessor :value
17
+
18
+
19
+ #
20
+ # Mapper for TrustedExternalTenant class as Ruby Hash.
21
+ # This will be used for serialization/deserialization.
22
+ #
23
+ def self.mapper()
24
+ {
25
+ client_side_validation: true,
26
+ required: false,
27
+ serialized_name: 'TrustedExternalTenant',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'TrustedExternalTenant',
31
+ model_properties: {
32
+ value: {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'value',
36
+ type: {
37
+ name: 'String'
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+ end
44
+ end
45
+ end
46
+ end
@@ -0,0 +1,16 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Kusto::Mgmt::V2020_02_15
7
+ module Models
8
+ #
9
+ # Defines values for Type
10
+ #
11
+ module Type
12
+ MicrosoftKustoclustersdatabases = "Microsoft.Kusto/clusters/databases"
13
+ MicrosoftKustoclustersattachedDatabaseConfigurations = "Microsoft.Kusto/clusters/attachedDatabaseConfigurations"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,69 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Kusto::Mgmt::V2020_02_15
7
+ module Models
8
+ #
9
+ # A class that contains virtual network definition.
10
+ #
11
+ class VirtualNetworkConfiguration
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The subnet resource id.
16
+ attr_accessor :subnet_id
17
+
18
+ # @return [String] Engine service's public IP address resource id.
19
+ attr_accessor :engine_public_ip_id
20
+
21
+ # @return [String] Data management's service public IP address resource
22
+ # id.
23
+ attr_accessor :data_management_public_ip_id
24
+
25
+
26
+ #
27
+ # Mapper for VirtualNetworkConfiguration class as Ruby Hash.
28
+ # This will be used for serialization/deserialization.
29
+ #
30
+ def self.mapper()
31
+ {
32
+ client_side_validation: true,
33
+ required: false,
34
+ serialized_name: 'VirtualNetworkConfiguration',
35
+ type: {
36
+ name: 'Composite',
37
+ class_name: 'VirtualNetworkConfiguration',
38
+ model_properties: {
39
+ subnet_id: {
40
+ client_side_validation: true,
41
+ required: true,
42
+ serialized_name: 'subnetId',
43
+ type: {
44
+ name: 'String'
45
+ }
46
+ },
47
+ engine_public_ip_id: {
48
+ client_side_validation: true,
49
+ required: true,
50
+ serialized_name: 'enginePublicIpId',
51
+ type: {
52
+ name: 'String'
53
+ }
54
+ },
55
+ data_management_public_ip_id: {
56
+ client_side_validation: true,
57
+ required: true,
58
+ serialized_name: 'dataManagementPublicIpId',
59
+ type: {
60
+ name: 'String'
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ end
67
+ end
68
+ end
69
+ end
@@ -0,0 +1,9 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure end
7
+ module Azure::Kusto end
8
+ module Azure::Kusto::Mgmt end
9
+ module Azure::Kusto::Mgmt::V2020_02_15 end
@@ -0,0 +1,221 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Kusto::Mgmt::V2020_02_15
7
+ #
8
+ # The Azure Kusto management API provides a RESTful set of web services that
9
+ # interact with Azure Kusto services to manage your clusters and databases.
10
+ # The API enables you to create, update, and delete clusters and databases.
11
+ #
12
+ class Operations
13
+ include MsRestAzure
14
+
15
+ #
16
+ # Creates and initializes a new instance of the Operations class.
17
+ # @param client service class for accessing basic functionality.
18
+ #
19
+ def initialize(client)
20
+ @client = client
21
+ end
22
+
23
+ # @return [KustoManagementClient] reference to the KustoManagementClient
24
+ attr_reader :client
25
+
26
+ #
27
+ # Lists available operations for the Microsoft.Kusto provider.
28
+ #
29
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
30
+ # will be added to the HTTP request.
31
+ #
32
+ # @return [Array<Operation>] operation results.
33
+ #
34
+ def list(custom_headers:nil)
35
+ first_page = list_as_lazy(custom_headers:custom_headers)
36
+ first_page.get_all_items
37
+ end
38
+
39
+ #
40
+ # Lists available operations for the Microsoft.Kusto provider.
41
+ #
42
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
43
+ # will be added to the HTTP request.
44
+ #
45
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
46
+ #
47
+ def list_with_http_info(custom_headers:nil)
48
+ list_async(custom_headers:custom_headers).value!
49
+ end
50
+
51
+ #
52
+ # Lists available operations for the Microsoft.Kusto provider.
53
+ #
54
+ # @param [Hash{String => String}] A hash of custom headers that will be added
55
+ # to the HTTP request.
56
+ #
57
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
58
+ #
59
+ def list_async(custom_headers:nil)
60
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
61
+
62
+
63
+ request_headers = {}
64
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
65
+
66
+ # Set Headers
67
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
68
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
69
+ path_template = 'providers/Microsoft.Kusto/operations'
70
+
71
+ request_url = @base_url || @client.base_url
72
+
73
+ options = {
74
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
75
+ query_params: {'api-version' => @client.api_version},
76
+ headers: request_headers.merge(custom_headers || {}),
77
+ base_url: request_url
78
+ }
79
+ promise = @client.make_request_async(:get, path_template, options)
80
+
81
+ promise = promise.then do |result|
82
+ http_response = result.response
83
+ status_code = http_response.status
84
+ response_content = http_response.body
85
+ unless status_code == 200
86
+ error_model = JSON.load(response_content)
87
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
88
+ end
89
+
90
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
91
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
92
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
93
+ # Deserialize Response
94
+ if status_code == 200
95
+ begin
96
+ parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
97
+ result_mapper = Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult.mapper()
98
+ result.body = @client.deserialize(result_mapper, parsed_response)
99
+ rescue Exception => e
100
+ fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
101
+ end
102
+ end
103
+
104
+ result
105
+ end
106
+
107
+ promise.execute
108
+ end
109
+
110
+ #
111
+ # Lists available operations for the Microsoft.Kusto provider.
112
+ #
113
+ # @param next_page_link [String] The NextLink from the previous successful call
114
+ # to List operation.
115
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
116
+ # will be added to the HTTP request.
117
+ #
118
+ # @return [OperationListResult] operation results.
119
+ #
120
+ def list_next(next_page_link, custom_headers:nil)
121
+ response = list_next_async(next_page_link, custom_headers:custom_headers).value!
122
+ response.body unless response.nil?
123
+ end
124
+
125
+ #
126
+ # Lists available operations for the Microsoft.Kusto provider.
127
+ #
128
+ # @param next_page_link [String] The NextLink from the previous successful call
129
+ # to List operation.
130
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
131
+ # will be added to the HTTP request.
132
+ #
133
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
134
+ #
135
+ def list_next_with_http_info(next_page_link, custom_headers:nil)
136
+ list_next_async(next_page_link, custom_headers:custom_headers).value!
137
+ end
138
+
139
+ #
140
+ # Lists available operations for the Microsoft.Kusto provider.
141
+ #
142
+ # @param next_page_link [String] The NextLink from the previous successful call
143
+ # to List operation.
144
+ # @param [Hash{String => String}] A hash of custom headers that will be added
145
+ # to the HTTP request.
146
+ #
147
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
148
+ #
149
+ def list_next_async(next_page_link, custom_headers:nil)
150
+ fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
151
+
152
+
153
+ request_headers = {}
154
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
155
+
156
+ # Set Headers
157
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
158
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
159
+ path_template = '{nextLink}'
160
+
161
+ request_url = @base_url || @client.base_url
162
+
163
+ options = {
164
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
165
+ skip_encoding_path_params: {'nextLink' => next_page_link},
166
+ headers: request_headers.merge(custom_headers || {}),
167
+ base_url: request_url
168
+ }
169
+ promise = @client.make_request_async(:get, path_template, options)
170
+
171
+ promise = promise.then do |result|
172
+ http_response = result.response
173
+ status_code = http_response.status
174
+ response_content = http_response.body
175
+ unless status_code == 200
176
+ error_model = JSON.load(response_content)
177
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
178
+ end
179
+
180
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
181
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
182
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
183
+ # Deserialize Response
184
+ if status_code == 200
185
+ begin
186
+ parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
187
+ result_mapper = Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult.mapper()
188
+ result.body = @client.deserialize(result_mapper, parsed_response)
189
+ rescue Exception => e
190
+ fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
191
+ end
192
+ end
193
+
194
+ result
195
+ end
196
+
197
+ promise.execute
198
+ end
199
+
200
+ #
201
+ # Lists available operations for the Microsoft.Kusto provider.
202
+ #
203
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
204
+ # will be added to the HTTP request.
205
+ #
206
+ # @return [OperationListResult] which provide lazy access to pages of the
207
+ # response.
208
+ #
209
+ def list_as_lazy(custom_headers:nil)
210
+ response = list_async(custom_headers:custom_headers).value!
211
+ unless response.nil?
212
+ page = response.body
213
+ page.next_method = Proc.new do |next_page_link|
214
+ list_next_async(next_page_link, custom_headers:custom_headers)
215
+ end
216
+ page
217
+ end
218
+ end
219
+
220
+ end
221
+ end
@@ -2,6 +2,7 @@
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 '2020-02-15/generated/azure_mgmt_kusto'
5
6
  require '2019-01-21/generated/azure_mgmt_kusto'
6
7
  require '2019-11-09/generated/azure_mgmt_kusto'
7
8
  require '2017-09-07-privatepreview/generated/azure_mgmt_kusto'
@@ -6,87 +6,90 @@ require 'azure_mgmt_kusto'
6
6
 
7
7
  module Azure::Kusto::Profiles::Latest
8
8
  module Mgmt
9
- Clusters = Azure::Kusto::Mgmt::V2019_11_09::Clusters
10
- ClusterPrincipalAssignments = Azure::Kusto::Mgmt::V2019_11_09::ClusterPrincipalAssignments
11
- Databases = Azure::Kusto::Mgmt::V2019_11_09::Databases
12
- DatabasePrincipalAssignments = Azure::Kusto::Mgmt::V2019_11_09::DatabasePrincipalAssignments
13
- AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::V2019_11_09::AttachedDatabaseConfigurations
14
- DataConnections = Azure::Kusto::Mgmt::V2019_11_09::DataConnections
15
- Operations = Azure::Kusto::Mgmt::V2019_11_09::Operations
9
+ Clusters = Azure::Kusto::Mgmt::V2020_02_15::Clusters
10
+ ClusterPrincipalAssignments = Azure::Kusto::Mgmt::V2020_02_15::ClusterPrincipalAssignments
11
+ Databases = Azure::Kusto::Mgmt::V2020_02_15::Databases
12
+ DatabasePrincipalAssignments = Azure::Kusto::Mgmt::V2020_02_15::DatabasePrincipalAssignments
13
+ AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::V2020_02_15::AttachedDatabaseConfigurations
14
+ DataConnections = Azure::Kusto::Mgmt::V2020_02_15::DataConnections
15
+ Operations = Azure::Kusto::Mgmt::V2020_02_15::Operations
16
16
 
17
17
  module Models
18
- DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalListResult
19
- FollowerDatabaseDefinition = Azure::Kusto::Mgmt::V2019_11_09::Models::FollowerDatabaseDefinition
20
- OptimizedAutoscale = Azure::Kusto::Mgmt::V2019_11_09::Models::OptimizedAutoscale
21
- FollowerDatabaseListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::FollowerDatabaseListResult
22
- KeyVaultProperties = Azure::Kusto::Mgmt::V2019_11_09::Models::KeyVaultProperties
23
- TrustedExternalTenant = Azure::Kusto::Mgmt::V2019_11_09::Models::TrustedExternalTenant
24
- AzureCapacity = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureCapacity
25
- VirtualNetworkConfiguration = Azure::Kusto::Mgmt::V2019_11_09::Models::VirtualNetworkConfiguration
26
- SkuLocationInfoItem = Azure::Kusto::Mgmt::V2019_11_09::Models::SkuLocationInfoItem
27
- AzureSku = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureSku
28
- SkuDescriptionList = Azure::Kusto::Mgmt::V2019_11_09::Models::SkuDescriptionList
29
- AzureResourceSku = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureResourceSku
30
- SkuDescription = Azure::Kusto::Mgmt::V2019_11_09::Models::SkuDescription
31
- Identity = Azure::Kusto::Mgmt::V2019_11_09::Models::Identity
32
- DatabaseStatistics = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabaseStatistics
33
- IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::V2019_11_09::Models::IdentityUserAssignedIdentitiesValue
34
- AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::AttachedDatabaseConfigurationListResult
35
- ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterCheckNameRequest
36
- ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalAssignmentCheckNameRequest
37
- DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionCheckNameRequest
38
- DatabasePrincipal = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipal
39
- DataConnectionValidationResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionValidationResult
40
- DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalAssignmentCheckNameRequest
41
- DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalListRequest
42
- DatabaseListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabaseListResult
43
- DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DiagnoseVirtualNetworkResult
44
- ClusterPrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalAssignmentListResult
45
- DataConnectionValidation = Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionValidation
46
- ListResourceSkusResult = Azure::Kusto::Mgmt::V2019_11_09::Models::ListResourceSkusResult
47
- Resource = Azure::Kusto::Mgmt::V2019_11_09::Models::Resource
48
- CheckNameResult = Azure::Kusto::Mgmt::V2019_11_09::Models::CheckNameResult
49
- OperationListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::OperationListResult
50
- DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalAssignmentListResult
51
- Operation = Azure::Kusto::Mgmt::V2019_11_09::Models::Operation
52
- CheckNameRequest = Azure::Kusto::Mgmt::V2019_11_09::Models::CheckNameRequest
53
- DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionValidationListResult
54
- OperationDisplay = Azure::Kusto::Mgmt::V2019_11_09::Models::OperationDisplay
55
- DataConnectionListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionListResult
56
- ClusterListResult = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterListResult
57
- Cluster = Azure::Kusto::Mgmt::V2019_11_09::Models::Cluster
58
- ClusterUpdate = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterUpdate
59
- ReadWriteDatabase = Azure::Kusto::Mgmt::V2019_11_09::Models::ReadWriteDatabase
60
- ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::V2019_11_09::Models::ReadOnlyFollowingDatabase
61
- ProxyResource = Azure::Kusto::Mgmt::V2019_11_09::Models::ProxyResource
62
- AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::V2019_11_09::Models::AttachedDatabaseConfiguration
63
- Database = Azure::Kusto::Mgmt::V2019_11_09::Models::Database
64
- DatabasePrincipalAssignment = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalAssignment
65
- ClusterPrincipalAssignment = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalAssignment
66
- DataConnection = Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnection
67
- EventHubDataConnection = Azure::Kusto::Mgmt::V2019_11_09::Models::EventHubDataConnection
68
- IotHubDataConnection = Azure::Kusto::Mgmt::V2019_11_09::Models::IotHubDataConnection
69
- EventGridDataConnection = Azure::Kusto::Mgmt::V2019_11_09::Models::EventGridDataConnection
70
- TrackedResource = Azure::Kusto::Mgmt::V2019_11_09::Models::TrackedResource
71
- AzureEntityResource = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureEntityResource
72
- State = Azure::Kusto::Mgmt::V2019_11_09::Models::State
73
- ProvisioningState = Azure::Kusto::Mgmt::V2019_11_09::Models::ProvisioningState
74
- AzureSkuName = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureSkuName
75
- AzureSkuTier = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureSkuTier
76
- AzureScaleType = Azure::Kusto::Mgmt::V2019_11_09::Models::AzureScaleType
77
- DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::V2019_11_09::Models::DefaultPrincipalsModificationKind
78
- PrincipalsModificationKind = Azure::Kusto::Mgmt::V2019_11_09::Models::PrincipalsModificationKind
79
- EventHubDataFormat = Azure::Kusto::Mgmt::V2019_11_09::Models::EventHubDataFormat
80
- Compression = Azure::Kusto::Mgmt::V2019_11_09::Models::Compression
81
- IotHubDataFormat = Azure::Kusto::Mgmt::V2019_11_09::Models::IotHubDataFormat
82
- EventGridDataFormat = Azure::Kusto::Mgmt::V2019_11_09::Models::EventGridDataFormat
83
- IdentityType = Azure::Kusto::Mgmt::V2019_11_09::Models::IdentityType
84
- DatabasePrincipalRole = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalRole
85
- DatabasePrincipalType = Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalType
86
- PrincipalType = Azure::Kusto::Mgmt::V2019_11_09::Models::PrincipalType
87
- ClusterPrincipalRole = Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalRole
88
- Type = Azure::Kusto::Mgmt::V2019_11_09::Models::Type
89
- Reason = Azure::Kusto::Mgmt::V2019_11_09::Models::Reason
18
+ ClusterPrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentListResult
19
+ DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListResult
20
+ OptimizedAutoscale = Azure::Kusto::Mgmt::V2020_02_15::Models::OptimizedAutoscale
21
+ FollowerDatabaseDefinition = Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseDefinition
22
+ KeyVaultProperties = Azure::Kusto::Mgmt::V2020_02_15::Models::KeyVaultProperties
23
+ FollowerDatabaseListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseListResult
24
+ LanguageExtensionsList = Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionsList
25
+ VirtualNetworkConfiguration = Azure::Kusto::Mgmt::V2020_02_15::Models::VirtualNetworkConfiguration
26
+ AzureCapacity = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureCapacity
27
+ LanguageExtension = Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtension
28
+ SkuLocationInfoItem = Azure::Kusto::Mgmt::V2020_02_15::Models::SkuLocationInfoItem
29
+ AzureSku = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSku
30
+ SkuDescriptionList = Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescriptionList
31
+ AzureResourceSku = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureResourceSku
32
+ SkuDescription = Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescription
33
+ Identity = Azure::Kusto::Mgmt::V2020_02_15::Models::Identity
34
+ DatabaseStatistics = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseStatistics
35
+ IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityUserAssignedIdentitiesValue
36
+ AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfigurationListResult
37
+ ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterCheckNameRequest
38
+ ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentCheckNameRequest
39
+ DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionCheckNameRequest
40
+ DatabasePrincipal = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipal
41
+ DataConnectionValidationResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationResult
42
+ DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentCheckNameRequest
43
+ DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListRequest
44
+ DatabaseListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseListResult
45
+ DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DiagnoseVirtualNetworkResult
46
+ TrustedExternalTenant = Azure::Kusto::Mgmt::V2020_02_15::Models::TrustedExternalTenant
47
+ DataConnectionValidation = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidation
48
+ ListResourceSkusResult = Azure::Kusto::Mgmt::V2020_02_15::Models::ListResourceSkusResult
49
+ Resource = Azure::Kusto::Mgmt::V2020_02_15::Models::Resource
50
+ CheckNameResult = Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameResult
51
+ OperationListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult
52
+ DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentListResult
53
+ Operation = Azure::Kusto::Mgmt::V2020_02_15::Models::Operation
54
+ CheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameRequest
55
+ DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationListResult
56
+ OperationDisplay = Azure::Kusto::Mgmt::V2020_02_15::Models::OperationDisplay
57
+ DataConnectionListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionListResult
58
+ ClusterListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterListResult
59
+ Cluster = Azure::Kusto::Mgmt::V2020_02_15::Models::Cluster
60
+ ClusterUpdate = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterUpdate
61
+ ReadWriteDatabase = Azure::Kusto::Mgmt::V2020_02_15::Models::ReadWriteDatabase
62
+ ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::V2020_02_15::Models::ReadOnlyFollowingDatabase
63
+ ProxyResource = Azure::Kusto::Mgmt::V2020_02_15::Models::ProxyResource
64
+ AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfiguration
65
+ Database = Azure::Kusto::Mgmt::V2020_02_15::Models::Database
66
+ DatabasePrincipalAssignment = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignment
67
+ ClusterPrincipalAssignment = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignment
68
+ DataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnection
69
+ EventHubDataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataConnection
70
+ IotHubDataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataConnection
71
+ EventGridDataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataConnection
72
+ TrackedResource = Azure::Kusto::Mgmt::V2020_02_15::Models::TrackedResource
73
+ AzureEntityResource = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureEntityResource
74
+ State = Azure::Kusto::Mgmt::V2020_02_15::Models::State
75
+ ProvisioningState = Azure::Kusto::Mgmt::V2020_02_15::Models::ProvisioningState
76
+ LanguageExtensionName = Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionName
77
+ AzureSkuName = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuName
78
+ AzureSkuTier = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuTier
79
+ AzureScaleType = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureScaleType
80
+ DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_02_15::Models::DefaultPrincipalsModificationKind
81
+ PrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalsModificationKind
82
+ EventHubDataFormat = Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataFormat
83
+ Compression = Azure::Kusto::Mgmt::V2020_02_15::Models::Compression
84
+ IotHubDataFormat = Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataFormat
85
+ EventGridDataFormat = Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataFormat
86
+ IdentityType = Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityType
87
+ DatabasePrincipalRole = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalRole
88
+ DatabasePrincipalType = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalType
89
+ PrincipalType = Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalType
90
+ ClusterPrincipalRole = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalRole
91
+ Type = Azure::Kusto::Mgmt::V2020_02_15::Models::Type
92
+ Reason = Azure::Kusto::Mgmt::V2020_02_15::Models::Reason
90
93
  end
91
94
 
92
95
  #
@@ -108,7 +111,7 @@ module Azure::Kusto::Profiles::Latest
108
111
  @base_url = options[:base_url].nil? ? nil:options[:base_url]
109
112
  @options = options[:options].nil? ? nil:options[:options]
110
113
 
111
- @client_0 = Azure::Kusto::Mgmt::V2019_11_09::KustoManagementClient.new(configurable.credentials, base_url, options)
114
+ @client_0 = Azure::Kusto::Mgmt::V2020_02_15::KustoManagementClient.new(configurable.credentials, base_url, options)
112
115
  if(@client_0.respond_to?(:subscription_id))
113
116
  @client_0.subscription_id = configurable.subscription_id
114
117
  end
@@ -140,221 +143,230 @@ module Azure::Kusto::Profiles::Latest
140
143
  end
141
144
 
142
145
  class ModelClasses
146
+ def cluster_principal_assignment_list_result
147
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentListResult
148
+ end
143
149
  def database_principal_list_result
144
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalListResult
150
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListResult
151
+ end
152
+ def optimized_autoscale
153
+ Azure::Kusto::Mgmt::V2020_02_15::Models::OptimizedAutoscale
145
154
  end
146
155
  def follower_database_definition
147
- Azure::Kusto::Mgmt::V2019_11_09::Models::FollowerDatabaseDefinition
156
+ Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseDefinition
148
157
  end
149
- def optimized_autoscale
150
- Azure::Kusto::Mgmt::V2019_11_09::Models::OptimizedAutoscale
158
+ def key_vault_properties
159
+ Azure::Kusto::Mgmt::V2020_02_15::Models::KeyVaultProperties
151
160
  end
152
161
  def follower_database_list_result
153
- Azure::Kusto::Mgmt::V2019_11_09::Models::FollowerDatabaseListResult
162
+ Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseListResult
154
163
  end
155
- def key_vault_properties
156
- Azure::Kusto::Mgmt::V2019_11_09::Models::KeyVaultProperties
164
+ def language_extensions_list
165
+ Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionsList
157
166
  end
158
- def trusted_external_tenant
159
- Azure::Kusto::Mgmt::V2019_11_09::Models::TrustedExternalTenant
167
+ def virtual_network_configuration
168
+ Azure::Kusto::Mgmt::V2020_02_15::Models::VirtualNetworkConfiguration
160
169
  end
161
170
  def azure_capacity
162
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureCapacity
171
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureCapacity
163
172
  end
164
- def virtual_network_configuration
165
- Azure::Kusto::Mgmt::V2019_11_09::Models::VirtualNetworkConfiguration
173
+ def language_extension
174
+ Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtension
166
175
  end
167
176
  def sku_location_info_item
168
- Azure::Kusto::Mgmt::V2019_11_09::Models::SkuLocationInfoItem
177
+ Azure::Kusto::Mgmt::V2020_02_15::Models::SkuLocationInfoItem
169
178
  end
170
179
  def azure_sku
171
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureSku
180
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSku
172
181
  end
173
182
  def sku_description_list
174
- Azure::Kusto::Mgmt::V2019_11_09::Models::SkuDescriptionList
183
+ Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescriptionList
175
184
  end
176
185
  def azure_resource_sku
177
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureResourceSku
186
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureResourceSku
178
187
  end
179
188
  def sku_description
180
- Azure::Kusto::Mgmt::V2019_11_09::Models::SkuDescription
189
+ Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescription
181
190
  end
182
191
  def identity
183
- Azure::Kusto::Mgmt::V2019_11_09::Models::Identity
192
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Identity
184
193
  end
185
194
  def database_statistics
186
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabaseStatistics
195
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseStatistics
187
196
  end
188
197
  def identity_user_assigned_identities_value
189
- Azure::Kusto::Mgmt::V2019_11_09::Models::IdentityUserAssignedIdentitiesValue
198
+ Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityUserAssignedIdentitiesValue
190
199
  end
191
200
  def attached_database_configuration_list_result
192
- Azure::Kusto::Mgmt::V2019_11_09::Models::AttachedDatabaseConfigurationListResult
201
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfigurationListResult
193
202
  end
194
203
  def cluster_check_name_request
195
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterCheckNameRequest
204
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterCheckNameRequest
196
205
  end
197
206
  def cluster_principal_assignment_check_name_request
198
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalAssignmentCheckNameRequest
207
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentCheckNameRequest
199
208
  end
200
209
  def data_connection_check_name_request
201
- Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionCheckNameRequest
210
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionCheckNameRequest
202
211
  end
203
212
  def database_principal
204
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipal
213
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipal
205
214
  end
206
215
  def data_connection_validation_result
207
- Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionValidationResult
216
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationResult
208
217
  end
209
218
  def database_principal_assignment_check_name_request
210
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalAssignmentCheckNameRequest
219
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentCheckNameRequest
211
220
  end
212
221
  def database_principal_list_request
213
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalListRequest
222
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListRequest
214
223
  end
215
224
  def database_list_result
216
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabaseListResult
225
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseListResult
217
226
  end
218
227
  def diagnose_virtual_network_result
219
- Azure::Kusto::Mgmt::V2019_11_09::Models::DiagnoseVirtualNetworkResult
228
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DiagnoseVirtualNetworkResult
220
229
  end
221
- def cluster_principal_assignment_list_result
222
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalAssignmentListResult
230
+ def trusted_external_tenant
231
+ Azure::Kusto::Mgmt::V2020_02_15::Models::TrustedExternalTenant
223
232
  end
224
233
  def data_connection_validation
225
- Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionValidation
234
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidation
226
235
  end
227
236
  def list_resource_skus_result
228
- Azure::Kusto::Mgmt::V2019_11_09::Models::ListResourceSkusResult
237
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ListResourceSkusResult
229
238
  end
230
239
  def resource
231
- Azure::Kusto::Mgmt::V2019_11_09::Models::Resource
240
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Resource
232
241
  end
233
242
  def check_name_result
234
- Azure::Kusto::Mgmt::V2019_11_09::Models::CheckNameResult
243
+ Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameResult
235
244
  end
236
245
  def operation_list_result
237
- Azure::Kusto::Mgmt::V2019_11_09::Models::OperationListResult
246
+ Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult
238
247
  end
239
248
  def database_principal_assignment_list_result
240
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalAssignmentListResult
249
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentListResult
241
250
  end
242
251
  def operation
243
- Azure::Kusto::Mgmt::V2019_11_09::Models::Operation
252
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Operation
244
253
  end
245
254
  def check_name_request
246
- Azure::Kusto::Mgmt::V2019_11_09::Models::CheckNameRequest
255
+ Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameRequest
247
256
  end
248
257
  def data_connection_validation_list_result
249
- Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionValidationListResult
258
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationListResult
250
259
  end
251
260
  def operation_display
252
- Azure::Kusto::Mgmt::V2019_11_09::Models::OperationDisplay
261
+ Azure::Kusto::Mgmt::V2020_02_15::Models::OperationDisplay
253
262
  end
254
263
  def data_connection_list_result
255
- Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnectionListResult
264
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionListResult
256
265
  end
257
266
  def cluster_list_result
258
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterListResult
267
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterListResult
259
268
  end
260
269
  def cluster
261
- Azure::Kusto::Mgmt::V2019_11_09::Models::Cluster
270
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Cluster
262
271
  end
263
272
  def cluster_update
264
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterUpdate
273
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterUpdate
265
274
  end
266
275
  def read_write_database
267
- Azure::Kusto::Mgmt::V2019_11_09::Models::ReadWriteDatabase
276
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ReadWriteDatabase
268
277
  end
269
278
  def read_only_following_database
270
- Azure::Kusto::Mgmt::V2019_11_09::Models::ReadOnlyFollowingDatabase
279
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ReadOnlyFollowingDatabase
271
280
  end
272
281
  def proxy_resource
273
- Azure::Kusto::Mgmt::V2019_11_09::Models::ProxyResource
282
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ProxyResource
274
283
  end
275
284
  def attached_database_configuration
276
- Azure::Kusto::Mgmt::V2019_11_09::Models::AttachedDatabaseConfiguration
285
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfiguration
277
286
  end
278
287
  def database
279
- Azure::Kusto::Mgmt::V2019_11_09::Models::Database
288
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Database
280
289
  end
281
290
  def database_principal_assignment
282
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalAssignment
291
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignment
283
292
  end
284
293
  def cluster_principal_assignment
285
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalAssignment
294
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignment
286
295
  end
287
296
  def data_connection
288
- Azure::Kusto::Mgmt::V2019_11_09::Models::DataConnection
297
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnection
289
298
  end
290
299
  def event_hub_data_connection
291
- Azure::Kusto::Mgmt::V2019_11_09::Models::EventHubDataConnection
300
+ Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataConnection
292
301
  end
293
302
  def iot_hub_data_connection
294
- Azure::Kusto::Mgmt::V2019_11_09::Models::IotHubDataConnection
303
+ Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataConnection
295
304
  end
296
305
  def event_grid_data_connection
297
- Azure::Kusto::Mgmt::V2019_11_09::Models::EventGridDataConnection
306
+ Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataConnection
298
307
  end
299
308
  def tracked_resource
300
- Azure::Kusto::Mgmt::V2019_11_09::Models::TrackedResource
309
+ Azure::Kusto::Mgmt::V2020_02_15::Models::TrackedResource
301
310
  end
302
311
  def azure_entity_resource
303
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureEntityResource
312
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureEntityResource
304
313
  end
305
314
  def state
306
- Azure::Kusto::Mgmt::V2019_11_09::Models::State
315
+ Azure::Kusto::Mgmt::V2020_02_15::Models::State
307
316
  end
308
317
  def provisioning_state
309
- Azure::Kusto::Mgmt::V2019_11_09::Models::ProvisioningState
318
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ProvisioningState
319
+ end
320
+ def language_extension_name
321
+ Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionName
310
322
  end
311
323
  def azure_sku_name
312
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureSkuName
324
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuName
313
325
  end
314
326
  def azure_sku_tier
315
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureSkuTier
327
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuTier
316
328
  end
317
329
  def azure_scale_type
318
- Azure::Kusto::Mgmt::V2019_11_09::Models::AzureScaleType
330
+ Azure::Kusto::Mgmt::V2020_02_15::Models::AzureScaleType
319
331
  end
320
332
  def default_principals_modification_kind
321
- Azure::Kusto::Mgmt::V2019_11_09::Models::DefaultPrincipalsModificationKind
333
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DefaultPrincipalsModificationKind
322
334
  end
323
335
  def principals_modification_kind
324
- Azure::Kusto::Mgmt::V2019_11_09::Models::PrincipalsModificationKind
336
+ Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalsModificationKind
325
337
  end
326
338
  def event_hub_data_format
327
- Azure::Kusto::Mgmt::V2019_11_09::Models::EventHubDataFormat
339
+ Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataFormat
328
340
  end
329
341
  def compression
330
- Azure::Kusto::Mgmt::V2019_11_09::Models::Compression
342
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Compression
331
343
  end
332
344
  def iot_hub_data_format
333
- Azure::Kusto::Mgmt::V2019_11_09::Models::IotHubDataFormat
345
+ Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataFormat
334
346
  end
335
347
  def event_grid_data_format
336
- Azure::Kusto::Mgmt::V2019_11_09::Models::EventGridDataFormat
348
+ Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataFormat
337
349
  end
338
350
  def identity_type
339
- Azure::Kusto::Mgmt::V2019_11_09::Models::IdentityType
351
+ Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityType
340
352
  end
341
353
  def database_principal_role
342
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalRole
354
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalRole
343
355
  end
344
356
  def database_principal_type
345
- Azure::Kusto::Mgmt::V2019_11_09::Models::DatabasePrincipalType
357
+ Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalType
346
358
  end
347
359
  def principal_type
348
- Azure::Kusto::Mgmt::V2019_11_09::Models::PrincipalType
360
+ Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalType
349
361
  end
350
362
  def cluster_principal_role
351
- Azure::Kusto::Mgmt::V2019_11_09::Models::ClusterPrincipalRole
363
+ Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalRole
352
364
  end
353
365
  def type
354
- Azure::Kusto::Mgmt::V2019_11_09::Models::Type
366
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Type
355
367
  end
356
368
  def reason
357
- Azure::Kusto::Mgmt::V2019_11_09::Models::Reason
369
+ Azure::Kusto::Mgmt::V2020_02_15::Models::Reason
358
370
  end
359
371
  end
360
372
  end