Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MetricsAdvisor] Update live anomaly/alert config tests to use newly created data feed #21663

Closed
kinelski opened this issue Jun 7, 2021 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - Metrics Advisor
Milestone

Comments

@kinelski
Copy link
Member

kinelski commented Jun 7, 2021

Sharing the same data feed across multiple languages can be problematic because there's a limit of how many configs we can create. If we reach the limit (10), we get the following error back from the service:

{"code":"Bad Request","message":"Invalid parameter. config count should be less than or equal to 10. TraceId: b29a4c4f-3357-4198-91cc-5541507ad822"}

We also need to decide what to do with our samples. It may not be a good idea to create mock entities for them, as we want to make sure users can run them with actual data. As part of this issue, we'll also need to re-enable the sample:

@kinelski
Copy link
Member Author

kinelski commented Jul 9, 2021

Fixed by #21823 and #21748. Sample work moved to #22575.

@kinelski kinelski closed this as completed Jul 9, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-net that referenced this issue Dec 5, 2022
Revert "Revert "ACSS Swagger Changes in PUT SVI API and child resources (Azure#21604)" (Azure#21662)" (Azure#21663)

This reverts commit 495363bc011ce917f579adc1a5209073565d37f4.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - Metrics Advisor
Projects
None yet
Development

No branches or pull requests

1 participant