[MetricsAdvisor] Return only the ID of the created models in Create methods #16326
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Metrics Advisor
Milestone
Let's use
CreateDataFeed
as an example.Current behavior:
If users want to get more information about the created data feed (e.g., metric IDs), they need to make a Get operation, since the only thing returned by the service during Create is the ID of the new data feed.
Returning a whole
DataFeed
object may give users the wrong impression that all of its fields are populated. We should return only the ID. Be aware of #16325.The text was updated successfully, but these errors were encountered: