azure_mgmt_operational_insights 0.15.2 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights.rb +6 -2
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/core_summary.rb +2 -2
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation.rb +59 -0
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation_display.rb +68 -0
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation_list_result.rb +56 -0
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/saved_search.rb +32 -8
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/saved_searches_list_result.rb +1 -1
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/search_get_schema_response.rb +1 -1
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/search_metadata.rb +8 -8
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/search_results_response.rb +1 -1
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/models/tag.rb +2 -2
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/operational_insights_management_client.rb +8 -1
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/operations.rb +107 -0
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/saved_searches.rb +30 -27
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/storage_insights.rb +33 -30
- data/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb +28 -26
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights.rb +6 -2
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/data_sources.rb +35 -32
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/linked_services.rb +26 -24
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/models/intelligence_pack.rb +11 -0
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/models/operation.rb +59 -0
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/models/operation_display.rb +68 -0
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/models/operation_list_result.rb +101 -0
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/models/resource.rb +1 -1
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/models/workspace.rb +1 -1
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/{azure_log_analytics.rb → operational_insights_management_client.rb} +10 -3
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/operations.rb +215 -0
- data/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb +178 -63
- data/lib/profiles/latest/modules/operationalinsights_profile_module.rb +176 -140
- data/lib/profiles/latest/operationalinsights_latest_profile_client.rb +28 -9
- data/lib/profiles/latest/operationalinsights_module_definition.rb +0 -1
- data/lib/version.rb +1 -1
- metadata +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 499347fcc590f774fcbf30a35978e605ba33cff7
|
4
|
+
data.tar.gz: 54d7dcfac667e4adcf70d12d6b86c1ec1f72ba5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4232b21c4c8681eb235d3f294dd9679bdfce21801fd8f0c30de69145b78371646a772c09ee645d419a604cd94deb955c96df76e2c449eb2955d9e47cc13afec
|
7
|
+
data.tar.gz: 58a4c693f2c2f8192be1fe8d04f69f89f9c4312fb7dae644f831031d7f46343933d62c1fc9dccbb4670efd75f0bfd9b9015205639191dde6c957b6457b0709d8
|
@@ -23,9 +23,13 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
23
23
|
autoload :StorageInsights, '2015-03-20/generated/azure_mgmt_operational_insights/storage_insights.rb'
|
24
24
|
autoload :Workspaces, '2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb'
|
25
25
|
autoload :SavedSearches, '2015-03-20/generated/azure_mgmt_operational_insights/saved_searches.rb'
|
26
|
+
autoload :Operations, '2015-03-20/generated/azure_mgmt_operational_insights/operations.rb'
|
26
27
|
autoload :OperationalInsightsManagementClient, '2015-03-20/generated/azure_mgmt_operational_insights/operational_insights_management_client.rb'
|
27
28
|
|
28
29
|
module Models
|
30
|
+
autoload :SearchError, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_error.rb'
|
31
|
+
autoload :SearchResultsResponse, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_results_response.rb'
|
32
|
+
autoload :Operation, '2015-03-20/generated/azure_mgmt_operational_insights/models/operation.rb'
|
29
33
|
autoload :SearchSchemaValue, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_schema_value.rb'
|
30
34
|
autoload :LinkTarget, '2015-03-20/generated/azure_mgmt_operational_insights/models/link_target.rb'
|
31
35
|
autoload :SearchGetSchemaResponse, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_get_schema_response.rb'
|
@@ -35,7 +39,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
35
39
|
autoload :SearchParameters, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_parameters.rb'
|
36
40
|
autoload :SavedSearch, '2015-03-20/generated/azure_mgmt_operational_insights/models/saved_search.rb'
|
37
41
|
autoload :StorageAccount, '2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb'
|
38
|
-
autoload :
|
42
|
+
autoload :OperationDisplay, '2015-03-20/generated/azure_mgmt_operational_insights/models/operation_display.rb'
|
39
43
|
autoload :StorageInsightStatus, '2015-03-20/generated/azure_mgmt_operational_insights/models/storage_insight_status.rb'
|
40
44
|
autoload :Tag, '2015-03-20/generated/azure_mgmt_operational_insights/models/tag.rb'
|
41
45
|
autoload :SearchSort, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_sort.rb'
|
@@ -43,7 +47,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
43
47
|
autoload :StorageInsightListResult, '2015-03-20/generated/azure_mgmt_operational_insights/models/storage_insight_list_result.rb'
|
44
48
|
autoload :SearchMetadata, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_metadata.rb'
|
45
49
|
autoload :Resource, '2015-03-20/generated/azure_mgmt_operational_insights/models/resource.rb'
|
46
|
-
autoload :
|
50
|
+
autoload :OperationListResult, '2015-03-20/generated/azure_mgmt_operational_insights/models/operation_list_result.rb'
|
47
51
|
autoload :ProxyResource, '2015-03-20/generated/azure_mgmt_operational_insights/models/proxy_resource.rb'
|
48
52
|
autoload :StorageInsight, '2015-03-20/generated/azure_mgmt_operational_insights/models/storage_insight.rb'
|
49
53
|
autoload :SearchSortEnum, '2015-03-20/generated/azure_mgmt_operational_insights/models/search_sort_enum.rb'
|
@@ -35,7 +35,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
35
35
|
status: {
|
36
36
|
client_side_validation: true,
|
37
37
|
required: false,
|
38
|
-
serialized_name: '
|
38
|
+
serialized_name: 'status',
|
39
39
|
type: {
|
40
40
|
name: 'String'
|
41
41
|
}
|
@@ -43,7 +43,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
43
43
|
number_of_documents: {
|
44
44
|
client_side_validation: true,
|
45
45
|
required: true,
|
46
|
-
serialized_name: '
|
46
|
+
serialized_name: 'numberOfDocuments',
|
47
47
|
type: {
|
48
48
|
name: 'Number'
|
49
49
|
}
|
@@ -0,0 +1,59 @@
|
|
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::OperationalInsights::Mgmt::V2015_03_20
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Supported operation of OperationsManagement resource provider.
|
10
|
+
#
|
11
|
+
class Operation
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Operation name: {provider}/{resource}/{operation}
|
16
|
+
attr_accessor :name
|
17
|
+
|
18
|
+
# @return [OperationDisplay] Display metadata associated with the
|
19
|
+
# operation.
|
20
|
+
attr_accessor :display
|
21
|
+
|
22
|
+
|
23
|
+
#
|
24
|
+
# Mapper for Operation class as Ruby Hash.
|
25
|
+
# This will be used for serialization/deserialization.
|
26
|
+
#
|
27
|
+
def self.mapper()
|
28
|
+
{
|
29
|
+
client_side_validation: true,
|
30
|
+
required: false,
|
31
|
+
serialized_name: 'Operation',
|
32
|
+
type: {
|
33
|
+
name: 'Composite',
|
34
|
+
class_name: 'Operation',
|
35
|
+
model_properties: {
|
36
|
+
name: {
|
37
|
+
client_side_validation: true,
|
38
|
+
required: false,
|
39
|
+
serialized_name: 'name',
|
40
|
+
type: {
|
41
|
+
name: 'String'
|
42
|
+
}
|
43
|
+
},
|
44
|
+
display: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: false,
|
47
|
+
serialized_name: 'display',
|
48
|
+
type: {
|
49
|
+
name: 'Composite',
|
50
|
+
class_name: 'OperationDisplay'
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
@@ -0,0 +1,68 @@
|
|
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::OperationalInsights::Mgmt::V2015_03_20
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Display metadata associated with the operation.
|
10
|
+
#
|
11
|
+
class OperationDisplay
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Service provider: Microsoft OperationsManagement.
|
16
|
+
attr_accessor :provider
|
17
|
+
|
18
|
+
# @return [String] Resource on which the operation is performed etc.
|
19
|
+
attr_accessor :resource
|
20
|
+
|
21
|
+
# @return [String] Type of operation: get, read, delete, etc.
|
22
|
+
attr_accessor :operation
|
23
|
+
|
24
|
+
|
25
|
+
#
|
26
|
+
# Mapper for OperationDisplay class as Ruby Hash.
|
27
|
+
# This will be used for serialization/deserialization.
|
28
|
+
#
|
29
|
+
def self.mapper()
|
30
|
+
{
|
31
|
+
client_side_validation: true,
|
32
|
+
required: false,
|
33
|
+
serialized_name: 'Operation_display',
|
34
|
+
type: {
|
35
|
+
name: 'Composite',
|
36
|
+
class_name: 'OperationDisplay',
|
37
|
+
model_properties: {
|
38
|
+
provider: {
|
39
|
+
client_side_validation: true,
|
40
|
+
required: false,
|
41
|
+
serialized_name: 'provider',
|
42
|
+
type: {
|
43
|
+
name: 'String'
|
44
|
+
}
|
45
|
+
},
|
46
|
+
resource: {
|
47
|
+
client_side_validation: true,
|
48
|
+
required: false,
|
49
|
+
serialized_name: 'resource',
|
50
|
+
type: {
|
51
|
+
name: 'String'
|
52
|
+
}
|
53
|
+
},
|
54
|
+
operation: {
|
55
|
+
client_side_validation: true,
|
56
|
+
required: false,
|
57
|
+
serialized_name: 'operation',
|
58
|
+
type: {
|
59
|
+
name: 'String'
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
@@ -0,0 +1,56 @@
|
|
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::OperationalInsights::Mgmt::V2015_03_20
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Result of the request to list solution operations.
|
10
|
+
#
|
11
|
+
class OperationListResult
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Array<Operation>] List of solution operations supported by the
|
16
|
+
# OperationsManagement resource provider.
|
17
|
+
attr_accessor :value
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for OperationListResult class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
client_side_validation: true,
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'OperationListResult',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'OperationListResult',
|
32
|
+
model_properties: {
|
33
|
+
value: {
|
34
|
+
client_side_validation: true,
|
35
|
+
required: false,
|
36
|
+
serialized_name: 'value',
|
37
|
+
type: {
|
38
|
+
name: 'Sequence',
|
39
|
+
element: {
|
40
|
+
client_side_validation: true,
|
41
|
+
required: false,
|
42
|
+
serialized_name: 'OperationElementType',
|
43
|
+
type: {
|
44
|
+
name: 'Composite',
|
45
|
+
class_name: 'Operation'
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -15,8 +15,14 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
15
15
|
# @return [String] The id of the saved search.
|
16
16
|
attr_accessor :id
|
17
17
|
|
18
|
+
# @return [String] The name of the saved search.
|
19
|
+
attr_accessor :name
|
20
|
+
|
21
|
+
# @return [String] The type of the saved search.
|
22
|
+
attr_accessor :type
|
23
|
+
|
18
24
|
# @return [String] The etag of the saved search.
|
19
|
-
attr_accessor :
|
25
|
+
attr_accessor :e_tag
|
20
26
|
|
21
27
|
# @return [String] The category of the saved search. This helps the user
|
22
28
|
# to find a saved search faster.
|
@@ -60,10 +66,28 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
60
66
|
name: 'String'
|
61
67
|
}
|
62
68
|
},
|
63
|
-
|
69
|
+
name: {
|
70
|
+
client_side_validation: true,
|
71
|
+
required: false,
|
72
|
+
read_only: true,
|
73
|
+
serialized_name: 'name',
|
74
|
+
type: {
|
75
|
+
name: 'String'
|
76
|
+
}
|
77
|
+
},
|
78
|
+
type: {
|
79
|
+
client_side_validation: true,
|
80
|
+
required: false,
|
81
|
+
read_only: true,
|
82
|
+
serialized_name: 'type',
|
83
|
+
type: {
|
84
|
+
name: 'String'
|
85
|
+
}
|
86
|
+
},
|
87
|
+
e_tag: {
|
64
88
|
client_side_validation: true,
|
65
89
|
required: false,
|
66
|
-
serialized_name: '
|
90
|
+
serialized_name: 'eTag',
|
67
91
|
type: {
|
68
92
|
name: 'String'
|
69
93
|
}
|
@@ -71,7 +95,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
71
95
|
category: {
|
72
96
|
client_side_validation: true,
|
73
97
|
required: true,
|
74
|
-
serialized_name: 'properties.
|
98
|
+
serialized_name: 'properties.category',
|
75
99
|
type: {
|
76
100
|
name: 'String'
|
77
101
|
}
|
@@ -79,7 +103,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
79
103
|
display_name: {
|
80
104
|
client_side_validation: true,
|
81
105
|
required: true,
|
82
|
-
serialized_name: 'properties.
|
106
|
+
serialized_name: 'properties.displayName',
|
83
107
|
type: {
|
84
108
|
name: 'String'
|
85
109
|
}
|
@@ -87,7 +111,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
87
111
|
query: {
|
88
112
|
client_side_validation: true,
|
89
113
|
required: true,
|
90
|
-
serialized_name: 'properties.
|
114
|
+
serialized_name: 'properties.query',
|
91
115
|
type: {
|
92
116
|
name: 'String'
|
93
117
|
}
|
@@ -95,7 +119,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
95
119
|
version: {
|
96
120
|
client_side_validation: true,
|
97
121
|
required: true,
|
98
|
-
serialized_name: 'properties.
|
122
|
+
serialized_name: 'properties.version',
|
99
123
|
constraints: {
|
100
124
|
InclusiveMaximum: 1,
|
101
125
|
InclusiveMinimum: 1
|
@@ -107,7 +131,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
107
131
|
tags: {
|
108
132
|
client_side_validation: true,
|
109
133
|
required: false,
|
110
|
-
serialized_name: 'properties.
|
134
|
+
serialized_name: 'properties.tags',
|
111
135
|
type: {
|
112
136
|
name: 'Sequence',
|
113
137
|
element: {
|
@@ -40,7 +40,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
40
40
|
attr_accessor :last_updated
|
41
41
|
|
42
42
|
# @return [String] The ETag of the search results.
|
43
|
-
attr_accessor :
|
43
|
+
attr_accessor :e_tag
|
44
44
|
|
45
45
|
# @return [Array<SearchSort>] How the results are sorted.
|
46
46
|
attr_accessor :sort
|
@@ -80,7 +80,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
80
80
|
search_id: {
|
81
81
|
client_side_validation: true,
|
82
82
|
required: false,
|
83
|
-
serialized_name: '
|
83
|
+
serialized_name: 'requestId',
|
84
84
|
type: {
|
85
85
|
name: 'String'
|
86
86
|
}
|
@@ -120,7 +120,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
120
120
|
core_summaries: {
|
121
121
|
client_side_validation: true,
|
122
122
|
required: false,
|
123
|
-
serialized_name: '
|
123
|
+
serialized_name: 'coreSummaries',
|
124
124
|
type: {
|
125
125
|
name: 'Sequence',
|
126
126
|
element: {
|
@@ -137,7 +137,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
137
137
|
status: {
|
138
138
|
client_side_validation: true,
|
139
139
|
required: false,
|
140
|
-
serialized_name: '
|
140
|
+
serialized_name: 'status',
|
141
141
|
type: {
|
142
142
|
name: 'String'
|
143
143
|
}
|
@@ -145,7 +145,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
145
145
|
start_time: {
|
146
146
|
client_side_validation: true,
|
147
147
|
required: false,
|
148
|
-
serialized_name: '
|
148
|
+
serialized_name: 'startTime',
|
149
149
|
type: {
|
150
150
|
name: 'DateTime'
|
151
151
|
}
|
@@ -153,15 +153,15 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
153
153
|
last_updated: {
|
154
154
|
client_side_validation: true,
|
155
155
|
required: false,
|
156
|
-
serialized_name: '
|
156
|
+
serialized_name: 'lastUpdated',
|
157
157
|
type: {
|
158
158
|
name: 'DateTime'
|
159
159
|
}
|
160
160
|
},
|
161
|
-
|
161
|
+
e_tag: {
|
162
162
|
client_side_validation: true,
|
163
163
|
required: false,
|
164
|
-
serialized_name: '
|
164
|
+
serialized_name: 'eTag',
|
165
165
|
type: {
|
166
166
|
name: 'String'
|
167
167
|
}
|
@@ -35,7 +35,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
35
35
|
name: {
|
36
36
|
client_side_validation: true,
|
37
37
|
required: true,
|
38
|
-
serialized_name: '
|
38
|
+
serialized_name: 'name',
|
39
39
|
type: {
|
40
40
|
name: 'String'
|
41
41
|
}
|
@@ -43,7 +43,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
|
|
43
43
|
value: {
|
44
44
|
client_side_validation: true,
|
45
45
|
required: true,
|
46
|
-
serialized_name: '
|
46
|
+
serialized_name: 'value',
|
47
47
|
type: {
|
48
48
|
name: 'String'
|
49
49
|
}
|