Skip to content

Commit 03a43aa

Browse files
authored
{OperationalInsight} Ingestion value was removed from the DataSourceType enum (#19365)
The API version 2020-03-01-preview supported DataSourceType enum with 'Ingestion' as one of the valid values for log analytics linked storage account. However, this value was removed in 2020-08-01 leading to 'Invalid value' error when storage accounts are linked to a workspace where the data source type is specified as Ingestion.
1 parent f4d9fd5 commit 03a43aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
"CustomLogs",
207207
"AzureWatson",
208208
"Query",
209+
"Ingestion",
209210
"Alerts"
210211
],
211212
"x-ms-enum": {
@@ -263,6 +264,7 @@
263264
"CustomLogs",
264265
"AzureWatson",
265266
"Query",
267+
"Ingestion",
266268
"Alerts"
267269
],
268270
"x-ms-enum": {

0 commit comments

Comments
 (0)