Skip to content

Commit e50b250

Browse files
authored
Increase SDK version to resolve the release issues about last version (Azure#19943)
1 parent df72f36 commit e50b250

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

sdk/anomalydetector/ai-anomaly-detector/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 3.0.0-beta.5 (2022-01-23)
4+
5+
- Fix release issues
6+
37
## 3.0.0-beta.4 (2022-01-18)
48

59
- Introduced the new API `lastDetectAnomaly`

sdk/anomalydetector/ai-anomaly-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/ai-anomaly-detector",
3-
"version": "3.0.0-beta.4",
3+
"version": "3.0.0-beta.5",
44
"description": "An isomorphic client library for the Azure Anomaly Detector service.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/anomalydetector/ai-anomaly-detector/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "3.0.0-beta.3";
4+
export const SDK_VERSION: string = "3.0.0-beta.5";
55

66
export const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default";
77

sdk/anomalydetector/ai-anomaly-detector/src/generated/anomalyDetectorContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)