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

Regenerate Cognitive Services Anomaly Detector SDK #10287

Merged
merged 2 commits into from
Jul 27, 2020

Conversation

sarangan12
Copy link
Member

This is for the issue: https://github.com/Azure/sdk-release-request/issues/573

  1. Regenerated AnomalyDetector SDK
  2. Changes TS Sample to JS Sample
  3. Validated both JS & HTML Samples. Working fine

Version change

There are no breaking changes except one line. granularity is set nullable:false in this change. It did not have that property previously.

But, even without this nullable property set to false, in the previous code, we cannot send in a Request with no granularity or null/undefined granularity. The service will throw an error with the message granularity is required. I have validated this with the previous SDK.

There is a possibility that if the service is updated now for throwing the error. But, I doubt that is the case. The Azure portal still mentions this as Preview. The GA release is only on 9/21.

With all these in consideration, I am not updating the major version of the SDK. I am updating only the minor version. Please let me know your thoughts.

@ramya-rao-a Please review and approve

@sarangan12 sarangan12 merged commit 7e2b6df into Azure:master Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants