adorable-television-86106
07/28/2023, 9:06 PMmelodic-tomato-39005
07/31/2023, 5:51 AMLogAnalytics
is the default in version 20200202:
"IngestionMode": {
"type": "string",
"description": "Indicates the flow of the ingestion.",
"default": "LogAnalytics",
"enum": [
"ApplicationInsights",
"ApplicationInsightsWithDiagnosticSettings",
"LogAnalytics"
],
}
That seems like an Azure issue at first glance.
You could try the newest available API version V20220615, or the older version V20150501.