azure_mgmt_operational_insights 0.19.0 → 0.19.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fcbfc2ade62502841adaec8706fb24f1ff226b9774010f21e0bd6e20583d7d4
4
- data.tar.gz: 46f808d075b4108013189f2413ead7f1062c92fa8ebfd503725b044609c814a9
3
+ metadata.gz: 4a0f00cd44c0fe90899e4e3d84b867b1f52c4760ec74a54cfd9ffb981fe1e347
4
+ data.tar.gz: d3d983aa1dcbcc9f9e9fa6d30a35d4454234def96b19862bac3a80d6e46b1dcb
5
5
  SHA512:
6
- metadata.gz: e5d877d818ddecf975464fdd22d36bbc77a875e6c0dec6b5bb1afa45f251f260b7d963dda916e1d4d3b1ea1ffcf3ec85437dab959ff13b2bc0396c0272d4f322
7
- data.tar.gz: d8da0103779c18f10a80ac7ff83bf604d216bcb38229772b74394ef187a40ddea285ec266736199fdfe4dcb86b6b962e96590d17a508cfbd53c7f701ee3459dc
6
+ metadata.gz: fa85432bebd883df44a9a65f35928de703525e682237a0a2d09c4d88ee9db2ac1f225e2656e9e0e0d020182e567a858c529bb48dbc7982cf8e5290417d2c22af
7
+ data.tar.gz: 1107c07ad69a7bab4fbc97204580a5b10ab624852e4f73368036f5ea8d5666a5c0df2a93f65a19aa59c325837c1bd68f535e7cca963b37a40299ad7ffa13d030
@@ -144,7 +144,7 @@ module Azure::OperationalInsights::Mgmt::V2015_03_20
144
144
  #
145
145
  def add_telemetry
146
146
  sdk_information = 'azure_mgmt_operational_insights'
147
- sdk_information = "#{sdk_information}/0.19.0"
147
+ sdk_information = "#{sdk_information}/0.19.1"
148
148
  add_user_agent_information(sdk_information)
149
149
  end
150
150
  end
@@ -232,7 +232,7 @@ module Azure::OperationalInsights::Mgmt::V2015_11_01_preview
232
232
  #
233
233
  def add_telemetry
234
234
  sdk_information = 'azure_mgmt_operational_insights'
235
- sdk_information = "#{sdk_information}/0.19.0"
235
+ sdk_information = "#{sdk_information}/0.19.1"
236
236
  add_user_agent_information(sdk_information)
237
237
  end
238
238
  end
@@ -29,7 +29,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
29
29
  # is case insensitive.
30
30
  # @param workspace_name [String] The name of the workspace.
31
31
  # @param data_source_type [DataSourceType] Linked storage accounts type.
32
- # Possible values include: 'CustomLogs', 'AzureWatson'
32
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
33
+ # 'Alerts'
33
34
  # @param parameters [LinkedStorageAccountsResource] The parameters required to
34
35
  # create or update linked storage accounts.
35
36
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -50,7 +51,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
50
51
  # is case insensitive.
51
52
  # @param workspace_name [String] The name of the workspace.
52
53
  # @param data_source_type [DataSourceType] Linked storage accounts type.
53
- # Possible values include: 'CustomLogs', 'AzureWatson'
54
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
55
+ # 'Alerts'
54
56
  # @param parameters [LinkedStorageAccountsResource] The parameters required to
55
57
  # create or update linked storage accounts.
56
58
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -70,7 +72,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
70
72
  # is case insensitive.
71
73
  # @param workspace_name [String] The name of the workspace.
72
74
  # @param data_source_type [DataSourceType] Linked storage accounts type.
73
- # Possible values include: 'CustomLogs', 'AzureWatson'
75
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
76
+ # 'Alerts'
74
77
  # @param parameters [LinkedStorageAccountsResource] The parameters required to
75
78
  # create or update linked storage accounts.
76
79
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -158,7 +161,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
158
161
  # is case insensitive.
159
162
  # @param workspace_name [String] The name of the workspace.
160
163
  # @param data_source_type [DataSourceType] Linked storage accounts type.
161
- # Possible values include: 'CustomLogs', 'AzureWatson'
164
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
165
+ # 'Alerts'
162
166
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
163
167
  # will be added to the HTTP request.
164
168
  #
@@ -176,7 +180,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
176
180
  # is case insensitive.
177
181
  # @param workspace_name [String] The name of the workspace.
178
182
  # @param data_source_type [DataSourceType] Linked storage accounts type.
179
- # Possible values include: 'CustomLogs', 'AzureWatson'
183
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
184
+ # 'Alerts'
180
185
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
181
186
  # will be added to the HTTP request.
182
187
  #
@@ -194,7 +199,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
194
199
  # is case insensitive.
195
200
  # @param workspace_name [String] The name of the workspace.
196
201
  # @param data_source_type [DataSourceType] Linked storage accounts type.
197
- # Possible values include: 'CustomLogs', 'AzureWatson'
202
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
203
+ # 'Alerts'
198
204
  # @param [Hash{String => String}] A hash of custom headers that will be added
199
205
  # to the HTTP request.
200
206
  #
@@ -262,7 +268,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
262
268
  # is case insensitive.
263
269
  # @param workspace_name [String] The name of the workspace.
264
270
  # @param data_source_type [DataSourceType] Linked storage accounts type.
265
- # Possible values include: 'CustomLogs', 'AzureWatson'
271
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
272
+ # 'Alerts'
266
273
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
267
274
  # will be added to the HTTP request.
268
275
  #
@@ -281,7 +288,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
281
288
  # is case insensitive.
282
289
  # @param workspace_name [String] The name of the workspace.
283
290
  # @param data_source_type [DataSourceType] Linked storage accounts type.
284
- # Possible values include: 'CustomLogs', 'AzureWatson'
291
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
292
+ # 'Alerts'
285
293
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
286
294
  # will be added to the HTTP request.
287
295
  #
@@ -299,7 +307,8 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
299
307
  # is case insensitive.
300
308
  # @param workspace_name [String] The name of the workspace.
301
309
  # @param data_source_type [DataSourceType] Linked storage accounts type.
302
- # Possible values include: 'CustomLogs', 'AzureWatson'
310
+ # Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion',
311
+ # 'Alerts'
303
312
  # @param [Hash{String => String}] A hash of custom headers that will be added
304
313
  # to the HTTP request.
305
314
  #
@@ -11,6 +11,9 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
11
11
  module DataSourceType
12
12
  CustomLogs = "CustomLogs"
13
13
  AzureWatson = "AzureWatson"
14
+ Query = "Query"
15
+ Ingestion = "Ingestion"
16
+ Alerts = "Alerts"
14
17
  end
15
18
  end
16
19
  end
@@ -13,7 +13,7 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
13
13
  include MsRestAzure
14
14
 
15
15
  # @return [DataSourceType] Linked storage accounts type. Possible values
16
- # include: 'CustomLogs', 'AzureWatson'
16
+ # include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
17
17
  attr_accessor :data_source_type
18
18
 
19
19
  # @return [Array<String>] Linked storage accounts resources ids.
@@ -200,7 +200,7 @@ module Azure::OperationalInsights::Mgmt::V2020_03_01_preview
200
200
  #
201
201
  def add_telemetry
202
202
  sdk_information = 'azure_mgmt_operational_insights'
203
- sdk_information = "#{sdk_information}/0.19.0"
203
+ sdk_information = "#{sdk_information}/0.19.1"
204
204
  add_user_agent_information(sdk_information)
205
205
  end
206
206
  end
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::OperationalInsights::Mgmt
6
- VERSION = '0.19.0'
6
+ VERSION = '0.19.1'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_operational_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.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: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2020-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler