Skip to content

Commit 21e4d5c

Browse files
authored
Post release automated changes for anomalydetector releases (Azure#19991)
Post release automated changes for azure-ai-anomaly-detector
1 parent 38f505f commit 21e4d5c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

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

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

3+
## 3.0.0-beta.6 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.0.0-beta.5 (2022-01-23)
414

515
- Fix release issues

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.5",
3+
"version": "3.0.0-beta.6",
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.5";
4+
export const SDK_VERSION: string = "3.0.0-beta.6";
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)