From 560276c2e9f51cd097e740f50db2775cc2ea3140 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:02:30 +0530 Subject: [PATCH] {OperationalInsight} Ingestion value was removed from the DataSourceType enum 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. --- .../stable/2020-08-01/LinkedStorageAccounts.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json index ba03c9b280f2..cd7f6152a495 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json @@ -206,6 +206,7 @@ "CustomLogs", "AzureWatson", "Query", + "Ingestion", "Alerts" ], "x-ms-enum": { @@ -263,6 +264,7 @@ "CustomLogs", "AzureWatson", "Query", + "Ingestion", "Alerts" ], "x-ms-enum": {