azure_sdk 0.22.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/kusto_profile_module.rb +109 -105
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6126f5eabf29e593943ee94970d9a216fb1f824e
|
|
4
|
+
data.tar.gz: 73f27d0973cf38c74387042ae97a2dcecf51d9ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f972f7f2189897a6a5af5cf2c61b733c837f1f1735251c1d6550ab4176921b0b5d5ab49307ab370786eb986ed6caa3c0aeeff10cdba5cfa98d308f0176d7b9a0
|
|
7
|
+
data.tar.gz: 3e88d2acf7687dd98b7d06f373b8a984d7f53d29363c87545d31e168fd2e4906af7ac344eef7b5bd698b32b29a12844937f8255935aca4b296c9b5934452106e
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -7,67 +7,68 @@ require 'azure_mgmt_kusto'
|
|
|
7
7
|
module Azure::Profiles::Latest
|
|
8
8
|
module Kusto
|
|
9
9
|
module Mgmt
|
|
10
|
-
Clusters = Azure::Kusto::Mgmt::
|
|
11
|
-
Databases = Azure::Kusto::Mgmt::
|
|
12
|
-
|
|
13
|
-
Operations = Azure::Kusto::Mgmt::
|
|
10
|
+
Clusters = Azure::Kusto::Mgmt::V2019_01_21::Clusters
|
|
11
|
+
Databases = Azure::Kusto::Mgmt::V2019_01_21::Databases
|
|
12
|
+
DataConnections = Azure::Kusto::Mgmt::V2019_01_21::DataConnections
|
|
13
|
+
Operations = Azure::Kusto::Mgmt::V2019_01_21::Operations
|
|
14
14
|
|
|
15
15
|
module Models
|
|
16
|
-
|
|
17
|
-
DatabasePrincipalListRequest = Azure::Kusto::Mgmt::
|
|
18
|
-
AzureSku = Azure::Kusto::Mgmt::
|
|
19
|
-
|
|
20
|
-
AzureResourceSku = Azure::Kusto::Mgmt::
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
Cluster = Azure::Kusto::Mgmt::
|
|
40
|
-
ClusterUpdate = Azure::Kusto::Mgmt::
|
|
41
|
-
Database = Azure::Kusto::Mgmt::
|
|
42
|
-
DatabaseUpdate = Azure::Kusto::Mgmt::
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
16
|
+
DataConnectionValidationResult = Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionValidationResult
|
|
17
|
+
DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalListRequest
|
|
18
|
+
AzureSku = Azure::Kusto::Mgmt::V2019_01_21::Models::AzureSku
|
|
19
|
+
DataConnectionValidation = Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionValidation
|
|
20
|
+
AzureResourceSku = Azure::Kusto::Mgmt::V2019_01_21::Models::AzureResourceSku
|
|
21
|
+
Resource = Azure::Kusto::Mgmt::V2019_01_21::Models::Resource
|
|
22
|
+
AzureCapacity = Azure::Kusto::Mgmt::V2019_01_21::Models::AzureCapacity
|
|
23
|
+
Operation = Azure::Kusto::Mgmt::V2019_01_21::Models::Operation
|
|
24
|
+
DatabaseStatistics = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseStatistics
|
|
25
|
+
ListSkusResult = Azure::Kusto::Mgmt::V2019_01_21::Models::ListSkusResult
|
|
26
|
+
CheckNameResult = Azure::Kusto::Mgmt::V2019_01_21::Models::CheckNameResult
|
|
27
|
+
ClusterListResult = Azure::Kusto::Mgmt::V2019_01_21::Models::ClusterListResult
|
|
28
|
+
OperationListResult = Azure::Kusto::Mgmt::V2019_01_21::Models::OperationListResult
|
|
29
|
+
DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalListResult
|
|
30
|
+
DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionValidationListResult
|
|
31
|
+
TrustedExternalTenant = Azure::Kusto::Mgmt::V2019_01_21::Models::TrustedExternalTenant
|
|
32
|
+
DataConnectionListResult = Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionListResult
|
|
33
|
+
DatabasePrincipal = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipal
|
|
34
|
+
ListResourceSkusResult = Azure::Kusto::Mgmt::V2019_01_21::Models::ListResourceSkusResult
|
|
35
|
+
DatabaseListResult = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseListResult
|
|
36
|
+
ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2019_01_21::Models::ClusterCheckNameRequest
|
|
37
|
+
OperationDisplay = Azure::Kusto::Mgmt::V2019_01_21::Models::OperationDisplay
|
|
38
|
+
DatabaseCheckNameRequest = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseCheckNameRequest
|
|
39
|
+
Cluster = Azure::Kusto::Mgmt::V2019_01_21::Models::Cluster
|
|
40
|
+
ClusterUpdate = Azure::Kusto::Mgmt::V2019_01_21::Models::ClusterUpdate
|
|
41
|
+
Database = Azure::Kusto::Mgmt::V2019_01_21::Models::Database
|
|
42
|
+
DatabaseUpdate = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseUpdate
|
|
43
|
+
DataConnection = Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnection
|
|
44
|
+
EventHubDataConnection = Azure::Kusto::Mgmt::V2019_01_21::Models::EventHubDataConnection
|
|
45
|
+
EventGridDataConnection = Azure::Kusto::Mgmt::V2019_01_21::Models::EventGridDataConnection
|
|
46
|
+
TrackedResource = Azure::Kusto::Mgmt::V2019_01_21::Models::TrackedResource
|
|
47
|
+
AzureEntityResource = Azure::Kusto::Mgmt::V2019_01_21::Models::AzureEntityResource
|
|
48
|
+
ProxyResource = Azure::Kusto::Mgmt::V2019_01_21::Models::ProxyResource
|
|
49
|
+
State = Azure::Kusto::Mgmt::V2019_01_21::Models::State
|
|
50
|
+
ProvisioningState = Azure::Kusto::Mgmt::V2019_01_21::Models::ProvisioningState
|
|
51
|
+
AzureSkuName = Azure::Kusto::Mgmt::V2019_01_21::Models::AzureSkuName
|
|
52
|
+
AzureScaleType = Azure::Kusto::Mgmt::V2019_01_21::Models::AzureScaleType
|
|
53
|
+
DataFormat = Azure::Kusto::Mgmt::V2019_01_21::Models::DataFormat
|
|
54
|
+
DatabasePrincipalRole = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalRole
|
|
55
|
+
DatabasePrincipalType = Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalType
|
|
55
56
|
end
|
|
56
57
|
|
|
57
58
|
class KustoManagementClass
|
|
58
|
-
attr_reader :clusters, :databases, :
|
|
59
|
+
attr_reader :clusters, :databases, :data_connections, :operations, :configurable, :base_url, :options, :model_classes
|
|
59
60
|
|
|
60
61
|
def initialize(configurable, base_url=nil, options=nil)
|
|
61
62
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
62
63
|
|
|
63
|
-
@client_0 = Azure::Kusto::Mgmt::
|
|
64
|
+
@client_0 = Azure::Kusto::Mgmt::V2019_01_21::KustoManagementClient.new(configurable.credentials, base_url, options)
|
|
64
65
|
if(@client_0.respond_to?(:subscription_id))
|
|
65
66
|
@client_0.subscription_id = configurable.subscription_id
|
|
66
67
|
end
|
|
67
68
|
add_telemetry(@client_0)
|
|
68
69
|
@clusters = @client_0.clusters
|
|
69
70
|
@databases = @client_0.databases
|
|
70
|
-
@
|
|
71
|
+
@data_connections = @client_0.data_connections
|
|
71
72
|
@operations = @client_0.operations
|
|
72
73
|
|
|
73
74
|
@model_classes = ModelClasses.new
|
|
@@ -87,122 +88,125 @@ module Azure::Profiles::Latest
|
|
|
87
88
|
end
|
|
88
89
|
|
|
89
90
|
class ModelClasses
|
|
90
|
-
def
|
|
91
|
-
Azure::Kusto::Mgmt::
|
|
91
|
+
def data_connection_validation_result
|
|
92
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionValidationResult
|
|
92
93
|
end
|
|
93
94
|
def database_principal_list_request
|
|
94
|
-
Azure::Kusto::Mgmt::
|
|
95
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalListRequest
|
|
95
96
|
end
|
|
96
97
|
def azure_sku
|
|
97
|
-
Azure::Kusto::Mgmt::
|
|
98
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::AzureSku
|
|
98
99
|
end
|
|
99
|
-
def
|
|
100
|
-
Azure::Kusto::Mgmt::
|
|
100
|
+
def data_connection_validation
|
|
101
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionValidation
|
|
101
102
|
end
|
|
102
103
|
def azure_resource_sku
|
|
103
|
-
Azure::Kusto::Mgmt::
|
|
104
|
-
end
|
|
105
|
-
def event_hub_connection_list_result
|
|
106
|
-
Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionListResult
|
|
104
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::AzureResourceSku
|
|
107
105
|
end
|
|
108
|
-
def
|
|
109
|
-
Azure::Kusto::Mgmt::
|
|
110
|
-
end
|
|
111
|
-
def trusted_external_tenant
|
|
112
|
-
Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrustedExternalTenant
|
|
106
|
+
def resource
|
|
107
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::Resource
|
|
113
108
|
end
|
|
114
109
|
def azure_capacity
|
|
115
|
-
Azure::Kusto::Mgmt::
|
|
110
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::AzureCapacity
|
|
116
111
|
end
|
|
117
|
-
def
|
|
118
|
-
Azure::Kusto::Mgmt::
|
|
112
|
+
def operation
|
|
113
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::Operation
|
|
119
114
|
end
|
|
120
115
|
def database_statistics
|
|
121
|
-
Azure::Kusto::Mgmt::
|
|
116
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseStatistics
|
|
122
117
|
end
|
|
123
|
-
def
|
|
124
|
-
Azure::Kusto::Mgmt::
|
|
125
|
-
end
|
|
126
|
-
def operation_display
|
|
127
|
-
Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay
|
|
118
|
+
def list_skus_result
|
|
119
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ListSkusResult
|
|
128
120
|
end
|
|
129
|
-
def
|
|
130
|
-
Azure::Kusto::Mgmt::
|
|
121
|
+
def check_name_result
|
|
122
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::CheckNameResult
|
|
131
123
|
end
|
|
132
124
|
def cluster_list_result
|
|
133
|
-
Azure::Kusto::Mgmt::
|
|
125
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ClusterListResult
|
|
134
126
|
end
|
|
135
|
-
def
|
|
136
|
-
Azure::Kusto::Mgmt::
|
|
127
|
+
def operation_list_result
|
|
128
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::OperationListResult
|
|
137
129
|
end
|
|
138
|
-
def
|
|
139
|
-
Azure::Kusto::Mgmt::
|
|
130
|
+
def database_principal_list_result
|
|
131
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalListResult
|
|
140
132
|
end
|
|
141
|
-
def
|
|
142
|
-
Azure::Kusto::Mgmt::
|
|
133
|
+
def data_connection_validation_list_result
|
|
134
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionValidationListResult
|
|
143
135
|
end
|
|
144
|
-
def
|
|
145
|
-
Azure::Kusto::Mgmt::
|
|
136
|
+
def trusted_external_tenant
|
|
137
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::TrustedExternalTenant
|
|
138
|
+
end
|
|
139
|
+
def data_connection_list_result
|
|
140
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnectionListResult
|
|
146
141
|
end
|
|
147
142
|
def database_principal
|
|
148
|
-
Azure::Kusto::Mgmt::
|
|
143
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipal
|
|
149
144
|
end
|
|
150
|
-
def
|
|
151
|
-
Azure::Kusto::Mgmt::
|
|
145
|
+
def list_resource_skus_result
|
|
146
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ListResourceSkusResult
|
|
152
147
|
end
|
|
153
148
|
def database_list_result
|
|
154
|
-
Azure::Kusto::Mgmt::
|
|
149
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseListResult
|
|
155
150
|
end
|
|
156
|
-
def
|
|
157
|
-
Azure::Kusto::Mgmt::
|
|
151
|
+
def cluster_check_name_request
|
|
152
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ClusterCheckNameRequest
|
|
153
|
+
end
|
|
154
|
+
def operation_display
|
|
155
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::OperationDisplay
|
|
156
|
+
end
|
|
157
|
+
def database_check_name_request
|
|
158
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseCheckNameRequest
|
|
158
159
|
end
|
|
159
160
|
def cluster
|
|
160
|
-
Azure::Kusto::Mgmt::
|
|
161
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::Cluster
|
|
161
162
|
end
|
|
162
163
|
def cluster_update
|
|
163
|
-
Azure::Kusto::Mgmt::
|
|
164
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ClusterUpdate
|
|
164
165
|
end
|
|
165
166
|
def database
|
|
166
|
-
Azure::Kusto::Mgmt::
|
|
167
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::Database
|
|
167
168
|
end
|
|
168
169
|
def database_update
|
|
169
|
-
Azure::Kusto::Mgmt::
|
|
170
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabaseUpdate
|
|
171
|
+
end
|
|
172
|
+
def data_connection
|
|
173
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DataConnection
|
|
170
174
|
end
|
|
171
|
-
def
|
|
172
|
-
Azure::Kusto::Mgmt::
|
|
175
|
+
def event_hub_data_connection
|
|
176
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::EventHubDataConnection
|
|
173
177
|
end
|
|
174
|
-
def
|
|
175
|
-
Azure::Kusto::Mgmt::
|
|
178
|
+
def event_grid_data_connection
|
|
179
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::EventGridDataConnection
|
|
176
180
|
end
|
|
177
181
|
def tracked_resource
|
|
178
|
-
Azure::Kusto::Mgmt::
|
|
182
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::TrackedResource
|
|
179
183
|
end
|
|
180
184
|
def azure_entity_resource
|
|
181
|
-
Azure::Kusto::Mgmt::
|
|
185
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::AzureEntityResource
|
|
182
186
|
end
|
|
183
187
|
def proxy_resource
|
|
184
|
-
Azure::Kusto::Mgmt::
|
|
188
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ProxyResource
|
|
185
189
|
end
|
|
186
190
|
def state
|
|
187
|
-
Azure::Kusto::Mgmt::
|
|
191
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::State
|
|
188
192
|
end
|
|
189
193
|
def provisioning_state
|
|
190
|
-
Azure::Kusto::Mgmt::
|
|
194
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::ProvisioningState
|
|
191
195
|
end
|
|
192
196
|
def azure_sku_name
|
|
193
|
-
Azure::Kusto::Mgmt::
|
|
197
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::AzureSkuName
|
|
194
198
|
end
|
|
195
199
|
def azure_scale_type
|
|
196
|
-
Azure::Kusto::Mgmt::
|
|
200
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::AzureScaleType
|
|
197
201
|
end
|
|
198
202
|
def data_format
|
|
199
|
-
Azure::Kusto::Mgmt::
|
|
203
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DataFormat
|
|
200
204
|
end
|
|
201
205
|
def database_principal_role
|
|
202
|
-
Azure::Kusto::Mgmt::
|
|
206
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalRole
|
|
203
207
|
end
|
|
204
208
|
def database_principal_type
|
|
205
|
-
Azure::Kusto::Mgmt::
|
|
209
|
+
Azure::Kusto::Mgmt::V2019_01_21::Models::DatabasePrincipalType
|
|
206
210
|
end
|
|
207
211
|
end
|
|
208
212
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.22.
|
|
4
|
+
version: 0.22.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -1262,7 +1262,7 @@ metadata:
|
|
|
1262
1262
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
|
1263
1263
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
|
1264
1264
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
|
1265
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.
|
|
1265
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.1
|
|
1266
1266
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
|
1267
1267
|
post_install_message:
|
|
1268
1268
|
rdoc_options: []
|