[MetricsAdvisor] Bug: service call fails when attempting to update certain Data Feeds #17726
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Cognitive - Metrics Advisor
Service
This issue points to a problem in the service.
Milestone
Data Feeds created with
Azure Application Insights
,Azure Cosmos DB
, andAzure Data Explorer
always fail during update. A similar error message is returned in all scenarios. This one is the outcome of an attempt to update an Azure Application Insights Data Feed:Service seems to be expecting the enum instance names
CosmosDB
andApplicationInsights
, while the swagger specifiesAzureCosmosDB
andAzureApplicationInsights
(AzureDataExplorer
is never mentioned in the error message).12 tests were disabled in
DataFeedLiveTests
because of this bug. All of them need to be enabled again once this is fixed.The text was updated successfully, but these errors were encountered: