azure_mgmt_kusto 0.19.2 → 0.19.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) 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/kusto_management_client.rb +1 -1
  9. data/lib/2020-06-14/generated/azure_mgmt_kusto.rb +110 -0
  10. data/lib/2020-06-14/generated/azure_mgmt_kusto/attached_database_configurations.rb +558 -0
  11. data/lib/2020-06-14/generated/azure_mgmt_kusto/cluster_principal_assignments.rb +656 -0
  12. data/lib/2020-06-14/generated/azure_mgmt_kusto/clusters.rb +2087 -0
  13. data/lib/2020-06-14/generated/azure_mgmt_kusto/data_connections.rb +1033 -0
  14. data/lib/2020-06-14/generated/azure_mgmt_kusto/database_principal_assignments.rb +683 -0
  15. data/lib/2020-06-14/generated/azure_mgmt_kusto/databases.rb +1169 -0
  16. data/lib/2020-06-14/generated/azure_mgmt_kusto/kusto_management_client.rb +157 -0
  17. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/attached_database_configuration.rb +144 -0
  18. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/attached_database_configuration_list_result.rb +56 -0
  19. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_capacity.rb +80 -0
  20. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_entity_resource.rb +75 -0
  21. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_resource_sku.rb +70 -0
  22. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_scale_type.rb +17 -0
  23. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_sku.rb +77 -0
  24. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_sku_name.rb +35 -0
  25. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/azure_sku_tier.rb +16 -0
  26. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/blob_storage_event_type.rb +16 -0
  27. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/check_name_request.rb +61 -0
  28. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/check_name_result.rb +82 -0
  29. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster.rb +315 -0
  30. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_check_name_request.rb +60 -0
  31. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_list_result.rb +55 -0
  32. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_principal_assignment.rb +147 -0
  33. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_principal_assignment_check_name_request.rb +62 -0
  34. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_principal_assignment_list_result.rb +56 -0
  35. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_principal_role.rb +16 -0
  36. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/cluster_update.rb +302 -0
  37. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/compression.rb +16 -0
  38. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/data_connection.rb +82 -0
  39. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/data_connection_check_name_request.rb +61 -0
  40. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/data_connection_list_result.rb +57 -0
  41. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/data_connection_validation.rb +60 -0
  42. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/data_connection_validation_list_result.rb +56 -0
  43. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/data_connection_validation_result.rb +47 -0
  44. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database.rb +82 -0
  45. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_list_result.rb +57 -0
  46. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal.rb +117 -0
  47. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_assignment.rb +148 -0
  48. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_assignment_check_name_request.rb +62 -0
  49. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_assignment_list_result.rb +56 -0
  50. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_list_request.rb +56 -0
  51. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_list_result.rb +56 -0
  52. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_role.rb +20 -0
  53. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_principal_type.rb +17 -0
  54. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/database_statistics.rb +47 -0
  55. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/default_principals_modification_kind.rb +17 -0
  56. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/diagnose_virtual_network_result.rb +56 -0
  57. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/event_grid_data_connection.rb +184 -0
  58. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/event_grid_data_format.rb +30 -0
  59. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/event_hub_data_connection.rb +178 -0
  60. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/event_hub_data_format.rb +30 -0
  61. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/follower_database_definition.rb +72 -0
  62. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/follower_database_list_result.rb +56 -0
  63. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/identity.rb +95 -0
  64. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/identity_type.rb +16 -0
  65. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/identity_user_assigned_identities_value.rb +60 -0
  66. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/iot_hub_data_connection.rb +177 -0
  67. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/iot_hub_data_format.rb +30 -0
  68. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/key_vault_properties.rb +68 -0
  69. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/language_extension.rb +47 -0
  70. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/language_extension_name.rb +16 -0
  71. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/language_extensions_list.rb +55 -0
  72. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/list_resource_skus_result.rb +56 -0
  73. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/operation.rb +82 -0
  74. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/operation_display.rb +80 -0
  75. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/operation_list_result.rb +98 -0
  76. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/optimized_autoscale.rb +80 -0
  77. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/principal_type.rb +17 -0
  78. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/principals_modification_kind.rb +17 -0
  79. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/provisioning_state.rb +20 -0
  80. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/proxy_resource.rb +63 -0
  81. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/read_only_following_database.rb +174 -0
  82. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/read_write_database.rb +147 -0
  83. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/reason.rb +16 -0
  84. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/resource.rb +83 -0
  85. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/sku_description.rb +132 -0
  86. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/sku_description_list.rb +56 -0
  87. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/sku_location_info_item.rb +65 -0
  88. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/state.rb +23 -0
  89. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/tracked_resource.rb +92 -0
  90. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb +46 -0
  91. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/type.rb +16 -0
  92. data/lib/2020-06-14/generated/azure_mgmt_kusto/models/virtual_network_configuration.rb +69 -0
  93. data/lib/2020-06-14/generated/azure_mgmt_kusto/module_definition.rb +9 -0
  94. data/lib/2020-06-14/generated/azure_mgmt_kusto/operations.rb +221 -0
  95. data/lib/azure_mgmt_kusto.rb +1 -0
  96. data/lib/profiles/latest/modules/kusto_profile_module.rb +162 -158
  97. data/lib/version.rb +1 -1
  98. metadata +88 -2
@@ -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_06_14
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_06_14
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_06_14
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_06_14 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_06_14
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_06_14::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_06_14::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
@@ -8,5 +8,6 @@ require '2019-11-09/generated/azure_mgmt_kusto'
8
8
  require '2017-09-07-privatepreview/generated/azure_mgmt_kusto'
9
9
  require '2019-09-07/generated/azure_mgmt_kusto'
10
10
  require '2018-09-07-preview/generated/azure_mgmt_kusto'
11
+ require '2020-06-14/generated/azure_mgmt_kusto'
11
12
  require '2019-05-15/generated/azure_mgmt_kusto'
12
13
  require 'profiles/latest/kusto_latest_profile_client'
@@ -6,90 +6,91 @@ require 'azure_mgmt_kusto'
6
6
 
7
7
  module Azure::Kusto::Profiles::Latest
8
8
  module Mgmt
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
9
+ Clusters = Azure::Kusto::Mgmt::V2020_06_14::Clusters
10
+ ClusterPrincipalAssignments = Azure::Kusto::Mgmt::V2020_06_14::ClusterPrincipalAssignments
11
+ Databases = Azure::Kusto::Mgmt::V2020_06_14::Databases
12
+ DatabasePrincipalAssignments = Azure::Kusto::Mgmt::V2020_06_14::DatabasePrincipalAssignments
13
+ AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::V2020_06_14::AttachedDatabaseConfigurations
14
+ DataConnections = Azure::Kusto::Mgmt::V2020_06_14::DataConnections
15
+ Operations = Azure::Kusto::Mgmt::V2020_06_14::Operations
16
16
 
17
17
  module Models
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
18
+ ClusterPrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentListResult
19
+ DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListResult
20
+ OptimizedAutoscale = Azure::Kusto::Mgmt::V2020_06_14::Models::OptimizedAutoscale
21
+ FollowerDatabaseDefinition = Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseDefinition
22
+ KeyVaultProperties = Azure::Kusto::Mgmt::V2020_06_14::Models::KeyVaultProperties
23
+ FollowerDatabaseListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseListResult
24
+ LanguageExtensionsList = Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionsList
25
+ VirtualNetworkConfiguration = Azure::Kusto::Mgmt::V2020_06_14::Models::VirtualNetworkConfiguration
26
+ AzureCapacity = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureCapacity
27
+ LanguageExtension = Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtension
28
+ SkuLocationInfoItem = Azure::Kusto::Mgmt::V2020_06_14::Models::SkuLocationInfoItem
29
+ AzureSku = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSku
30
+ SkuDescriptionList = Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescriptionList
31
+ AzureResourceSku = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureResourceSku
32
+ SkuDescription = Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescription
33
+ Identity = Azure::Kusto::Mgmt::V2020_06_14::Models::Identity
34
+ DatabaseStatistics = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseStatistics
35
+ IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityUserAssignedIdentitiesValue
36
+ AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfigurationListResult
37
+ ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterCheckNameRequest
38
+ ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentCheckNameRequest
39
+ DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionCheckNameRequest
40
+ DatabasePrincipal = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipal
41
+ DataConnectionValidationResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationResult
42
+ DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentCheckNameRequest
43
+ DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListRequest
44
+ DatabaseListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseListResult
45
+ DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DiagnoseVirtualNetworkResult
46
+ TrustedExternalTenant = Azure::Kusto::Mgmt::V2020_06_14::Models::TrustedExternalTenant
47
+ DataConnectionValidation = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidation
48
+ ListResourceSkusResult = Azure::Kusto::Mgmt::V2020_06_14::Models::ListResourceSkusResult
49
+ Resource = Azure::Kusto::Mgmt::V2020_06_14::Models::Resource
50
+ CheckNameResult = Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameResult
51
+ OperationListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::OperationListResult
52
+ DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentListResult
53
+ Operation = Azure::Kusto::Mgmt::V2020_06_14::Models::Operation
54
+ CheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameRequest
55
+ DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationListResult
56
+ OperationDisplay = Azure::Kusto::Mgmt::V2020_06_14::Models::OperationDisplay
57
+ DataConnectionListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionListResult
58
+ ClusterListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterListResult
59
+ Cluster = Azure::Kusto::Mgmt::V2020_06_14::Models::Cluster
60
+ ClusterUpdate = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterUpdate
61
+ ReadWriteDatabase = Azure::Kusto::Mgmt::V2020_06_14::Models::ReadWriteDatabase
62
+ ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::V2020_06_14::Models::ReadOnlyFollowingDatabase
63
+ ProxyResource = Azure::Kusto::Mgmt::V2020_06_14::Models::ProxyResource
64
+ AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfiguration
65
+ Database = Azure::Kusto::Mgmt::V2020_06_14::Models::Database
66
+ DatabasePrincipalAssignment = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignment
67
+ ClusterPrincipalAssignment = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignment
68
+ DataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnection
69
+ EventHubDataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataConnection
70
+ IotHubDataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataConnection
71
+ EventGridDataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataConnection
72
+ TrackedResource = Azure::Kusto::Mgmt::V2020_06_14::Models::TrackedResource
73
+ AzureEntityResource = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureEntityResource
74
+ State = Azure::Kusto::Mgmt::V2020_06_14::Models::State
75
+ ProvisioningState = Azure::Kusto::Mgmt::V2020_06_14::Models::ProvisioningState
76
+ LanguageExtensionName = Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionName
77
+ AzureSkuName = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuName
78
+ AzureSkuTier = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuTier
79
+ AzureScaleType = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureScaleType
80
+ DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_06_14::Models::DefaultPrincipalsModificationKind
81
+ PrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalsModificationKind
82
+ EventHubDataFormat = Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataFormat
83
+ Compression = Azure::Kusto::Mgmt::V2020_06_14::Models::Compression
84
+ IotHubDataFormat = Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataFormat
85
+ EventGridDataFormat = Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataFormat
86
+ BlobStorageEventType = Azure::Kusto::Mgmt::V2020_06_14::Models::BlobStorageEventType
87
+ IdentityType = Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityType
88
+ DatabasePrincipalRole = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalRole
89
+ DatabasePrincipalType = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalType
90
+ PrincipalType = Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalType
91
+ ClusterPrincipalRole = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalRole
92
+ Type = Azure::Kusto::Mgmt::V2020_06_14::Models::Type
93
+ Reason = Azure::Kusto::Mgmt::V2020_06_14::Models::Reason
93
94
  end
94
95
 
95
96
  #
@@ -111,7 +112,7 @@ module Azure::Kusto::Profiles::Latest
111
112
  @base_url = options[:base_url].nil? ? nil:options[:base_url]
112
113
  @options = options[:options].nil? ? nil:options[:options]
113
114
 
114
- @client_0 = Azure::Kusto::Mgmt::V2020_02_15::KustoManagementClient.new(configurable.credentials, base_url, options)
115
+ @client_0 = Azure::Kusto::Mgmt::V2020_06_14::KustoManagementClient.new(configurable.credentials, base_url, options)
115
116
  if(@client_0.respond_to?(:subscription_id))
116
117
  @client_0.subscription_id = configurable.subscription_id
117
118
  end
@@ -144,229 +145,232 @@ module Azure::Kusto::Profiles::Latest
144
145
 
145
146
  class ModelClasses
146
147
  def cluster_principal_assignment_list_result
147
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentListResult
148
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentListResult
148
149
  end
149
150
  def database_principal_list_result
150
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListResult
151
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListResult
151
152
  end
152
153
  def optimized_autoscale
153
- Azure::Kusto::Mgmt::V2020_02_15::Models::OptimizedAutoscale
154
+ Azure::Kusto::Mgmt::V2020_06_14::Models::OptimizedAutoscale
154
155
  end
155
156
  def follower_database_definition
156
- Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseDefinition
157
+ Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseDefinition
157
158
  end
158
159
  def key_vault_properties
159
- Azure::Kusto::Mgmt::V2020_02_15::Models::KeyVaultProperties
160
+ Azure::Kusto::Mgmt::V2020_06_14::Models::KeyVaultProperties
160
161
  end
161
162
  def follower_database_list_result
162
- Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseListResult
163
+ Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseListResult
163
164
  end
164
165
  def language_extensions_list
165
- Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionsList
166
+ Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionsList
166
167
  end
167
168
  def virtual_network_configuration
168
- Azure::Kusto::Mgmt::V2020_02_15::Models::VirtualNetworkConfiguration
169
+ Azure::Kusto::Mgmt::V2020_06_14::Models::VirtualNetworkConfiguration
169
170
  end
170
171
  def azure_capacity
171
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureCapacity
172
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureCapacity
172
173
  end
173
174
  def language_extension
174
- Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtension
175
+ Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtension
175
176
  end
176
177
  def sku_location_info_item
177
- Azure::Kusto::Mgmt::V2020_02_15::Models::SkuLocationInfoItem
178
+ Azure::Kusto::Mgmt::V2020_06_14::Models::SkuLocationInfoItem
178
179
  end
179
180
  def azure_sku
180
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSku
181
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSku
181
182
  end
182
183
  def sku_description_list
183
- Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescriptionList
184
+ Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescriptionList
184
185
  end
185
186
  def azure_resource_sku
186
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureResourceSku
187
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureResourceSku
187
188
  end
188
189
  def sku_description
189
- Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescription
190
+ Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescription
190
191
  end
191
192
  def identity
192
- Azure::Kusto::Mgmt::V2020_02_15::Models::Identity
193
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Identity
193
194
  end
194
195
  def database_statistics
195
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseStatistics
196
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseStatistics
196
197
  end
197
198
  def identity_user_assigned_identities_value
198
- Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityUserAssignedIdentitiesValue
199
+ Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityUserAssignedIdentitiesValue
199
200
  end
200
201
  def attached_database_configuration_list_result
201
- Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfigurationListResult
202
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfigurationListResult
202
203
  end
203
204
  def cluster_check_name_request
204
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterCheckNameRequest
205
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterCheckNameRequest
205
206
  end
206
207
  def cluster_principal_assignment_check_name_request
207
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentCheckNameRequest
208
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentCheckNameRequest
208
209
  end
209
210
  def data_connection_check_name_request
210
- Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionCheckNameRequest
211
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionCheckNameRequest
211
212
  end
212
213
  def database_principal
213
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipal
214
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipal
214
215
  end
215
216
  def data_connection_validation_result
216
- Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationResult
217
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationResult
217
218
  end
218
219
  def database_principal_assignment_check_name_request
219
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentCheckNameRequest
220
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentCheckNameRequest
220
221
  end
221
222
  def database_principal_list_request
222
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListRequest
223
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListRequest
223
224
  end
224
225
  def database_list_result
225
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseListResult
226
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseListResult
226
227
  end
227
228
  def diagnose_virtual_network_result
228
- Azure::Kusto::Mgmt::V2020_02_15::Models::DiagnoseVirtualNetworkResult
229
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DiagnoseVirtualNetworkResult
229
230
  end
230
231
  def trusted_external_tenant
231
- Azure::Kusto::Mgmt::V2020_02_15::Models::TrustedExternalTenant
232
+ Azure::Kusto::Mgmt::V2020_06_14::Models::TrustedExternalTenant
232
233
  end
233
234
  def data_connection_validation
234
- Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidation
235
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidation
235
236
  end
236
237
  def list_resource_skus_result
237
- Azure::Kusto::Mgmt::V2020_02_15::Models::ListResourceSkusResult
238
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ListResourceSkusResult
238
239
  end
239
240
  def resource
240
- Azure::Kusto::Mgmt::V2020_02_15::Models::Resource
241
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Resource
241
242
  end
242
243
  def check_name_result
243
- Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameResult
244
+ Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameResult
244
245
  end
245
246
  def operation_list_result
246
- Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult
247
+ Azure::Kusto::Mgmt::V2020_06_14::Models::OperationListResult
247
248
  end
248
249
  def database_principal_assignment_list_result
249
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentListResult
250
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentListResult
250
251
  end
251
252
  def operation
252
- Azure::Kusto::Mgmt::V2020_02_15::Models::Operation
253
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Operation
253
254
  end
254
255
  def check_name_request
255
- Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameRequest
256
+ Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameRequest
256
257
  end
257
258
  def data_connection_validation_list_result
258
- Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationListResult
259
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationListResult
259
260
  end
260
261
  def operation_display
261
- Azure::Kusto::Mgmt::V2020_02_15::Models::OperationDisplay
262
+ Azure::Kusto::Mgmt::V2020_06_14::Models::OperationDisplay
262
263
  end
263
264
  def data_connection_list_result
264
- Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionListResult
265
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionListResult
265
266
  end
266
267
  def cluster_list_result
267
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterListResult
268
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterListResult
268
269
  end
269
270
  def cluster
270
- Azure::Kusto::Mgmt::V2020_02_15::Models::Cluster
271
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Cluster
271
272
  end
272
273
  def cluster_update
273
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterUpdate
274
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterUpdate
274
275
  end
275
276
  def read_write_database
276
- Azure::Kusto::Mgmt::V2020_02_15::Models::ReadWriteDatabase
277
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ReadWriteDatabase
277
278
  end
278
279
  def read_only_following_database
279
- Azure::Kusto::Mgmt::V2020_02_15::Models::ReadOnlyFollowingDatabase
280
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ReadOnlyFollowingDatabase
280
281
  end
281
282
  def proxy_resource
282
- Azure::Kusto::Mgmt::V2020_02_15::Models::ProxyResource
283
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ProxyResource
283
284
  end
284
285
  def attached_database_configuration
285
- Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfiguration
286
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfiguration
286
287
  end
287
288
  def database
288
- Azure::Kusto::Mgmt::V2020_02_15::Models::Database
289
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Database
289
290
  end
290
291
  def database_principal_assignment
291
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignment
292
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignment
292
293
  end
293
294
  def cluster_principal_assignment
294
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignment
295
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignment
295
296
  end
296
297
  def data_connection
297
- Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnection
298
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnection
298
299
  end
299
300
  def event_hub_data_connection
300
- Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataConnection
301
+ Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataConnection
301
302
  end
302
303
  def iot_hub_data_connection
303
- Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataConnection
304
+ Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataConnection
304
305
  end
305
306
  def event_grid_data_connection
306
- Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataConnection
307
+ Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataConnection
307
308
  end
308
309
  def tracked_resource
309
- Azure::Kusto::Mgmt::V2020_02_15::Models::TrackedResource
310
+ Azure::Kusto::Mgmt::V2020_06_14::Models::TrackedResource
310
311
  end
311
312
  def azure_entity_resource
312
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureEntityResource
313
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureEntityResource
313
314
  end
314
315
  def state
315
- Azure::Kusto::Mgmt::V2020_02_15::Models::State
316
+ Azure::Kusto::Mgmt::V2020_06_14::Models::State
316
317
  end
317
318
  def provisioning_state
318
- Azure::Kusto::Mgmt::V2020_02_15::Models::ProvisioningState
319
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ProvisioningState
319
320
  end
320
321
  def language_extension_name
321
- Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionName
322
+ Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionName
322
323
  end
323
324
  def azure_sku_name
324
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuName
325
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuName
325
326
  end
326
327
  def azure_sku_tier
327
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuTier
328
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuTier
328
329
  end
329
330
  def azure_scale_type
330
- Azure::Kusto::Mgmt::V2020_02_15::Models::AzureScaleType
331
+ Azure::Kusto::Mgmt::V2020_06_14::Models::AzureScaleType
331
332
  end
332
333
  def default_principals_modification_kind
333
- Azure::Kusto::Mgmt::V2020_02_15::Models::DefaultPrincipalsModificationKind
334
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DefaultPrincipalsModificationKind
334
335
  end
335
336
  def principals_modification_kind
336
- Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalsModificationKind
337
+ Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalsModificationKind
337
338
  end
338
339
  def event_hub_data_format
339
- Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataFormat
340
+ Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataFormat
340
341
  end
341
342
  def compression
342
- Azure::Kusto::Mgmt::V2020_02_15::Models::Compression
343
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Compression
343
344
  end
344
345
  def iot_hub_data_format
345
- Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataFormat
346
+ Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataFormat
346
347
  end
347
348
  def event_grid_data_format
348
- Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataFormat
349
+ Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataFormat
350
+ end
351
+ def blob_storage_event_type
352
+ Azure::Kusto::Mgmt::V2020_06_14::Models::BlobStorageEventType
349
353
  end
350
354
  def identity_type
351
- Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityType
355
+ Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityType
352
356
  end
353
357
  def database_principal_role
354
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalRole
358
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalRole
355
359
  end
356
360
  def database_principal_type
357
- Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalType
361
+ Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalType
358
362
  end
359
363
  def principal_type
360
- Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalType
364
+ Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalType
361
365
  end
362
366
  def cluster_principal_role
363
- Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalRole
367
+ Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalRole
364
368
  end
365
369
  def type
366
- Azure::Kusto::Mgmt::V2020_02_15::Models::Type
370
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Type
367
371
  end
368
372
  def reason
369
- Azure::Kusto::Mgmt::V2020_02_15::Models::Reason
373
+ Azure::Kusto::Mgmt::V2020_06_14::Models::Reason
370
374
  end
371
375
  end
372
376
  end